diff --git a/CHANGELOG.md b/CHANGELOG.md index afae52869..1b4e361d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ 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.14](https://github.com/mittwald/flow/compare/0.1.0-alpha.13...0.1.0-alpha.14) (2024-02-21) + +**Note:** Version bump only for package @mittwald/flow-project + +# Change Log + +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.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) **Note:** Version bump only for package @mittwald/flow-project diff --git a/lerna.json b/lerna.json index ff95eaa5c..579cf1375 100644 --- a/lerna.json +++ b/lerna.json @@ -2,5 +2,5 @@ "$schema": "node_modules/lerna/schemas/lerna-schema.json", "npmClient": "yarn", "packages": ["packages/*"], - "version": "0.1.0-alpha.13" + "version": "0.1.0-alpha.14" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c9a4d2bff..2fc882dfa 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,15 @@ 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.14](https://github.com/mittwald/flow/compare/0.1.0-alpha.13...0.1.0-alpha.14) (2024-02-21) + +**Note:** Version bump only for package @mittwald/flow-react-components + +# Change Log + +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.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) **Note:** Version bump only for package @mittwald/flow-react-components diff --git a/packages/components/package.json b/packages/components/package.json index 777cabf56..ed29254a0 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-react-components", - "version": "0.1.0-alpha.13", + "version": "0.1.0-alpha.14", "type": "module", "description": "A React implementation of Flow, mittwald’s design system", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md index c42e55cc0..ed11efdab 100644 --- a/packages/stylesheet/CHANGELOG.md +++ b/packages/stylesheet/CHANGELOG.md @@ -3,6 +3,15 @@ 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.14](https://github.com/mittwald/flow/compare/0.1.0-alpha.13...0.1.0-alpha.14) (2024-02-21) + +**Note:** Version bump only for package @mittwald/flow-stylesheet + +# Change Log + +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.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) **Note:** Version bump only for package @mittwald/flow-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 8d0e4e255..c9e0f38ea 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-stylesheet", - "version": "0.1.0-alpha.13", + "version": "0.1.0-alpha.14", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",