diff --git a/CHANGELOG.md b/CHANGELOG.md index 864184901..7d369fb63 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.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +### Bug Fixes + +* **initials:** fix initials colors ([#1197](https://github.com/mittwald/flow/issues/1197)) ([e659a46](https://github.com/mittwald/flow/commit/e659a4608647f1c42962a7785926c0649143b4f0)) + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 8fb515837..80bd79eeb 100644 --- a/lerna.json +++ b/lerna.json @@ -4,5 +4,5 @@ "packages": [ "packages/*" ], - "version": "0.2.0-alpha.40" + "version": "0.2.0-alpha.41" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 39bdcca33..559a18dbb 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +### Bug Fixes + +* **initials:** fix initials colors ([#1197](https://github.com/mittwald/flow/issues/1197)) ([e659a46](https://github.com/mittwald/flow/commit/e659a4608647f1c42962a7785926c0649143b4f0)) + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 122ab4be9..7447f8dbc 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-react-components", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "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 e806073e4..f3f7c5525 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/flow-design-tokens + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/flow-design-tokens diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 2255fedf4..2733b4180 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-design-tokens", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "The design tokens used in Flow, mittwald’s design system", "homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens", diff --git a/packages/react-tunnel/CHANGELOG.md b/packages/react-tunnel/CHANGELOG.md index 93a109497..78dae007c 100644 --- a/packages/react-tunnel/CHANGELOG.md +++ b/packages/react-tunnel/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/react-tunnel + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/react-tunnel diff --git a/packages/react-tunnel/package.json b/packages/react-tunnel/package.json index 162e87073..34e32a910 100644 --- a/packages/react-tunnel/package.json +++ b/packages/react-tunnel/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/react-tunnel", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "It's like a Portal – but with React components", "keywords": [ diff --git a/packages/remote-core/CHANGELOG.md b/packages/remote-core/CHANGELOG.md index 24c006982..39a0d5f97 100644 --- a/packages/remote-core/CHANGELOG.md +++ b/packages/remote-core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/flow-remote-core + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/flow-remote-core diff --git a/packages/remote-core/package.json b/packages/remote-core/package.json index b2f58f2d0..361dc7eff 100644 --- a/packages/remote-core/package.json +++ b/packages/remote-core/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-remote-core", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "Core functionality to setup a remote/host environment", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/remote-elements/CHANGELOG.md b/packages/remote-elements/CHANGELOG.md index f8af2f394..4d23666f8 100644 --- a/packages/remote-elements/CHANGELOG.md +++ b/packages/remote-elements/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/flow-remote-elements + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/flow-remote-elements diff --git a/packages/remote-elements/package.json b/packages/remote-elements/package.json index e686b7acb..263849532 100644 --- a/packages/remote-elements/package.json +++ b/packages/remote-elements/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-remote-elements", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "Flow compatible remote elements that can be used in a remote environment", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/remote-react-components/CHANGELOG.md b/packages/remote-react-components/CHANGELOG.md index b182b4bbf..273b4e343 100644 --- a/packages/remote-react-components/CHANGELOG.md +++ b/packages/remote-react-components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/flow-remote-react-components + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/flow-remote-react-components diff --git a/packages/remote-react-components/package.json b/packages/remote-react-components/package.json index 4537a18f8..87d69e7fb 100644 --- a/packages/remote-react-components/package.json +++ b/packages/remote-react-components/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-remote-react-components", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "React components that can be used in a remote environment", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/remote-react-renderer/CHANGELOG.md b/packages/remote-react-renderer/CHANGELOG.md index 9347d10c0..248f60bee 100644 --- a/packages/remote-react-renderer/CHANGELOG.md +++ b/packages/remote-react-renderer/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/flow-remote-react-renderer + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/flow-remote-react-renderer diff --git a/packages/remote-react-renderer/package.json b/packages/remote-react-renderer/package.json index a1305a46d..fb95fd40c 100644 --- a/packages/remote-react-renderer/package.json +++ b/packages/remote-react-renderer/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-remote-react-renderer", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "React rendering for Flow Remote Elements", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md index 03e66ff32..b5cecd9e8 100644 --- a/packages/stylesheet/CHANGELOG.md +++ b/packages/stylesheet/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.2.0-alpha.41](https://github.com/mittwald/flow/compare/0.2.0-alpha.40...0.2.0-alpha.41) (2025-02-19) + +**Note:** Version bump only for package @mittwald/flow-stylesheet + # [0.2.0-alpha.40](https://github.com/mittwald/flow/compare/0.2.0-alpha.39...0.2.0-alpha.40) (2025-02-19) **Note:** Version bump only for package @mittwald/flow-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 37a4f57a5..dc6c7fd5b 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-stylesheet", - "version": "0.2.0-alpha.40", + "version": "0.2.0-alpha.41", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",