From 01d34103934f5f56c1fe448a69662f472c042511 Mon Sep 17 00:00:00 2001 From: mfal Date: Fri, 10 Jan 2025 13:39:08 +0000 Subject: [PATCH] chore(release): bump version to 0.2.0-alpha.3 --- 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 57de3ca95..d4b9f1b11 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/lerna.json b/lerna.json index cb87f9c64..2a8727d9c 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.2" + "version": "0.2.0-alpha.3" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 0c315fde4..9c1074563 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/components/package.json b/packages/components/package.json index cd7e45108..5266c96d5 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.2", + "version": "0.2.0-alpha.3", "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 0040bb591..5874073fb 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 4278c5688..034273ca6 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.2", + "version": "0.2.0-alpha.3", "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 86802325b..91b6200a2 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/react-tunnel/package.json b/packages/react-tunnel/package.json index b12c1123b..ff054d6b5 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.2", + "version": "0.2.0-alpha.3", "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 f0b6ca4bc..144470ffc 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/remote-core/package.json b/packages/remote-core/package.json index 7cc5f6209..3f095b9ab 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.2", + "version": "0.2.0-alpha.3", "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 f0b6ca4bc..4c9dd6191 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/remote-elements/package.json b/packages/remote-elements/package.json index e75abbfb1..e30de954d 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.2", + "version": "0.2.0-alpha.3", "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 f0b6ca4bc..07c6926eb 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/remote-react-components/package.json b/packages/remote-react-components/package.json index 7dcb099cd..9a4bc95f6 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.2", + "version": "0.2.0-alpha.3", "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 f0b6ca4bc..e9d64a8ca 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/remote-react-renderer/package.json b/packages/remote-react-renderer/package.json index ef7a62f79..1e0d1813f 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.2", + "version": "0.2.0-alpha.3", "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 c691e83f3..023ff70fa 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.3](https://github.com/mittwald/flow/compare/0.2.0-alpha.2...0.2.0-alpha.3) (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.2](https://github.com/mittwald/flow/compare/0.1.0-alpha.391...0.2.0-alpha.2) (2025-01-10) ### Features diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index ad6467341..c3453b147 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-stylesheet", - "version": "0.2.0-alpha.2", + "version": "0.2.0-alpha.3", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",