From 0ef99c4d3a9120c8568a38718e2622db4cf64746 Mon Sep 17 00:00:00 2001 From: mfal Date: Fri, 10 Jan 2025 14:11:02 +0000 Subject: [PATCH] chore(release): bump version to 0.2.0-alpha.5 --- CHANGELOG.md | 9 +++++++++ lerna.json | 2 +- packages/components/CHANGELOG.md | 9 +++++++++ packages/components/package.json | 2 +- packages/design-tokens/CHANGELOG.md | 9 +++++++++ packages/design-tokens/package.json | 2 +- packages/react-tunnel/CHANGELOG.md | 9 +++++++++ packages/react-tunnel/package.json | 2 +- packages/remote-core/CHANGELOG.md | 9 +++++++++ packages/remote-core/package.json | 2 +- packages/remote-elements/CHANGELOG.md | 9 +++++++++ packages/remote-elements/package.json | 2 +- packages/remote-react-components/CHANGELOG.md | 9 +++++++++ packages/remote-react-components/package.json | 2 +- packages/remote-react-renderer/CHANGELOG.md | 9 +++++++++ packages/remote-react-renderer/package.json | 2 +- packages/stylesheet/CHANGELOG.md | 9 +++++++++ packages/stylesheet/package.json | 2 +- 18 files changed, 90 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602695ebb..549766908 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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**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.2.0-alpha.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Bug Fixes diff --git a/lerna.json b/lerna.json index ba5479688..294e1ff78 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.2.0-alpha.4" + "version": "0.2.0-alpha.5" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index d80886507..5740852d8 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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**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.2.0-alpha.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index ab845b97c..e1c7ea7eb 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.4", + "version": "0.2.0-alpha.5", "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 e59e3c3e3..d14b41e00 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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**Note:** Version bump only for package @mittwald/flow-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.2.0-alpha.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Bug Fixes diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 12bcdf785..69ee1feeb 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.4", + "version": "0.2.0-alpha.5", "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 8abb926d0..46698cf26 100644 --- a/packages/react-tunnel/CHANGELOG.md +++ b/packages/react-tunnel/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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**Note:** Version bump only for package @mittwald/react-tunnel + +# Change Log + +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.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Bug Fixes diff --git a/packages/react-tunnel/package.json b/packages/react-tunnel/package.json index 5b651893f..9a8029461 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.4", + "version": "0.2.0-alpha.5", "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 9f26a4fa7..8fb21086b 100644 --- a/packages/remote-core/CHANGELOG.md +++ b/packages/remote-core/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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**Note:** Version bump only for package @mittwald/flow-remote-core + +# Change Log + +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.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Features diff --git a/packages/remote-core/package.json b/packages/remote-core/package.json index 90cd91fc5..095cbd1c7 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.4", + "version": "0.2.0-alpha.5", "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 da3c59f8d..edd6bdcc3 100644 --- a/packages/remote-elements/CHANGELOG.md +++ b/packages/remote-elements/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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**Note:** Version bump only for package @mittwald/flow-remote-elements + +# Change Log + +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.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Features diff --git a/packages/remote-elements/package.json b/packages/remote-elements/package.json index e05570e71..cfcddfaae 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.4", + "version": "0.2.0-alpha.5", "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 64a4d15ca..ab1ea0f51 100644 --- a/packages/remote-react-components/CHANGELOG.md +++ b/packages/remote-react-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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**Note:** Version bump only for package @mittwald/flow-remote-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.2.0-alpha.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Features diff --git a/packages/remote-react-components/package.json b/packages/remote-react-components/package.json index 0f681e7c7..37e7fb310 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.4", + "version": "0.2.0-alpha.5", "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 132948191..7aa250896 100644 --- a/packages/remote-react-renderer/CHANGELOG.md +++ b/packages/remote-react-renderer/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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**Note:** Version bump only for package @mittwald/flow-remote-react-renderer + +# Change Log + +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.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Features diff --git a/packages/remote-react-renderer/package.json b/packages/remote-react-renderer/package.json index 72da3f3a9..212fafbfb 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.4", + "version": "0.2.0-alpha.5", "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 5a99fc307..a128871c7 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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10) + +**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.2.0-alpha.4](https://github.com/mittwald/flow/compare/v0.1.0-alpha.165...v0.2.0-alpha.4) (2025-01-10) ### Features diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 4a67419ca..6d352a76c 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-stylesheet", - "version": "0.2.0-alpha.4", + "version": "0.2.0-alpha.5", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",