diff --git a/CHANGELOG.md b/CHANGELOG.md index 46585edcf..c8137d5f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ 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.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30) + +### Features + +- **LabeledValue:** Introduce component + ([4f1cb09](https://github.com/mittwald/flow/commit/4f1cb0970c8572f156d5562372e9146ad00f444b)) + +# 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.3](https://github.com/mittwald/flow/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2024-01-30) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f99c7a473..c8a3017b7 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.3" + "version": "0.1.0-alpha.4" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 8d6ec7cbd..555fa1bc5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,18 @@ 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.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30) + +### Features + +- **LabeledValue:** Introduce component + ([4f1cb09](https://github.com/mittwald/flow/commit/4f1cb0970c8572f156d5562372e9146ad00f444b)) + +# 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.3](https://github.com/mittwald/flow/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2024-01-30) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 389978ca4..9bd67982e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-next-components", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "type": "module", "exports": { "./Avatar": "./dist/Avatar.js", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 830af17fc..366c94a9b 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,6 +3,18 @@ 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.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30) + +### Features + +- **LabeledValue:** Introduce component + ([4f1cb09](https://github.com/mittwald/flow/commit/4f1cb0970c8572f156d5562372e9146ad00f444b)) + +# 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.3](https://github.com/mittwald/flow/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2024-01-30) ### Features diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index b81b29a1d..386876ba5 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-next-design-tokens", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "type": "module", "exports": { ".": "./dist/variables.css" diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md index dbe2d1146..bee783727 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.4](https://github.com/mittwald/flow/compare/0.1.0-alpha.3...0.1.0-alpha.4) (2024-01-30) + +**Note:** Version bump only for package @mittwald/flow-next-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.3](https://github.com/mittwald/flow/compare/0.1.0-alpha.2...0.1.0-alpha.3) (2024-01-30) **Note:** Version bump only for package @mittwald/flow-next-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index ed3b298bf..e86590606 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-next-stylesheet", - "version": "0.1.0-alpha.3", + "version": "0.1.0-alpha.4", "type": "module", "exports": { ".": "./dist/styles.css"