diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4cb19..47c113d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.12](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-05) + +### Bug Fixes + +- **lsd-react:** use newline char to join global breakpoint var strings ([46d5248](https://github.com/acid-info/logos-design-system/commit/46d52486f6758f947290858cb85ea9631581eb35)) + # [0.1.0-alpha.11](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2023-06-01) ### Bug Fixes diff --git a/lerna.json b/lerna.json index fd94f39..9e41efe 100644 --- a/lerna.json +++ b/lerna.json @@ -2,6 +2,6 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "useNx": true, "useWorkspaces": true, - "version": "0.1.0-alpha.11", + "version": "0.1.0-alpha.12", "packages": ["packages/*", "apps/*"] } diff --git a/packages/lsd-react/CHANGELOG.md b/packages/lsd-react/CHANGELOG.md index e2c9703..6e21e44 100644 --- a/packages/lsd-react/CHANGELOG.md +++ b/packages/lsd-react/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.1.0-alpha.12](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.11...v0.1.0-alpha.12) (2023-06-05) + +### Bug Fixes + +- **lsd-react:** use newline char to join global breakpoint var strings ([46d5248](https://github.com/acid-info/logos-design-system/commit/46d52486f6758f947290858cb85ea9631581eb35)) + # [0.1.0-alpha.11](https://github.com/acid-info/logos-design-system/compare/v0.1.0-alpha.10...v0.1.0-alpha.11) (2023-06-01) ### Bug Fixes diff --git a/packages/lsd-react/package.json b/packages/lsd-react/package.json index 40572ac..908e70d 100644 --- a/packages/lsd-react/package.json +++ b/packages/lsd-react/package.json @@ -1,6 +1,6 @@ { "name": "@acid-info/lsd-react", - "version": "0.1.0-alpha.11", + "version": "0.1.0-alpha.12", "types": "./dist/index.d.ts", "main": "./dist/lsd-react.js", "require": "./dist/lsd-react.umd.js",