diff --git a/CHANGELOG.md b/CHANGELOG.md index f77e605e4..ff7aee2bc 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.7](https://github.com/mittwald/flow/compare/0.1.0-alpha.6...0.1.0-alpha.7) (2024-02-02) + +### Bug Fixes + +- **Note:** enforce visible custom icons + ([97077aa](https://github.com/mittwald/flow/commit/97077aa232e0d5d12c9c58f80070a2a0e143ad00)) + +# 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.6](https://github.com/mittwald/flow/compare/0.1.0-alpha.5...0.1.0-alpha.6) (2024-02-02) ### Bug Fixes diff --git a/lerna.json b/lerna.json index e77ffd019..89dfdcbaf 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.6" + "version": "0.1.0-alpha.7" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index fba2427b7..4369f25b7 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.7](https://github.com/mittwald/flow/compare/0.1.0-alpha.6...0.1.0-alpha.7) (2024-02-02) + +### Bug Fixes + +- **Note:** enforce visible custom icons + ([97077aa](https://github.com/mittwald/flow/commit/97077aa232e0d5d12c9c58f80070a2a0e143ad00)) + +# 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.6](https://github.com/mittwald/flow/compare/0.1.0-alpha.5...0.1.0-alpha.6) (2024-02-02) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 8dbba6698..111e438fc 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.6", + "version": "0.1.0-alpha.7", "type": "module", "description": "A React implementation of Flow, mittwald’s design system", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 0c2da793a..dc007350e 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/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.7](https://github.com/mittwald/flow/compare/0.1.0-alpha.6...0.1.0-alpha.7) (2024-02-02) + +**Note:** Version bump only for package @mittwald/flow-next-design-tokens + +# 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.6](https://github.com/mittwald/flow/compare/0.1.0-alpha.5...0.1.0-alpha.6) (2024-02-02) **Note:** Version bump only for package @mittwald/flow-next-design-tokens diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 56fa1993c..1fd7471a5 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.6", + "version": "0.1.0-alpha.7", "type": "module", "description": "The design tokens used in Flow, mittwald’s design system", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md index 6173b1f76..c2d86a169 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.7](https://github.com/mittwald/flow/compare/0.1.0-alpha.6...0.1.0-alpha.7) (2024-02-02) + +**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.6](https://github.com/mittwald/flow/compare/0.1.0-alpha.5...0.1.0-alpha.6) (2024-02-02) **Note:** Version bump only for package @mittwald/flow-next-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index c9a2385e0..57ba5f70f 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.6", + "version": "0.1.0-alpha.7", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",