From 161b59e44bef1845f054c6cb2dc4cbac9505f5ab Mon Sep 17 00:00:00 2001 From: mfal Date: Tue, 20 Feb 2024 09:47:40 +0000 Subject: [PATCH] chore(release): bump version to 0.1.0-alpha.13 --- 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/stylesheet/CHANGELOG.md | 9 +++++++++ packages/stylesheet/package.json | 2 +- 8 files changed, 40 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2019c39bd..afae52869 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.1.0-alpha.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) + +**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.1.0-alpha.12](https://github.com/mittwald/flow/compare/0.1.0-alpha.11...0.1.0-alpha.12) (2024-02-19) **Note:** Version bump only for package @mittwald/flow-project diff --git a/lerna.json b/lerna.json index 6f87c1a67..ff95eaa5c 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.12" + "version": "0.1.0-alpha.13" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9f6906657..c9a4d2bff 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.1.0-alpha.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) + +**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.1.0-alpha.12](https://github.com/mittwald/flow/compare/0.1.0-alpha.11...0.1.0-alpha.12) (2024-02-19) **Note:** Version bump only for package @mittwald/flow-react-components diff --git a/packages/components/package.json b/packages/components/package.json index 4b4413658..f4c847124 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-react-components", - "version": "0.1.0-alpha.12", + "version": "0.1.0-alpha.13", "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 91064b2ea..4da14f715 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.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) + +**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.1.0-alpha.12](https://github.com/mittwald/flow/compare/0.1.0-alpha.11...0.1.0-alpha.12) (2024-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 59904d8c1..356c30123 100644 --- a/packages/design-tokens/package.json +++ b/packages/design-tokens/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-design-tokens", - "version": "0.1.0-alpha.12", + "version": "0.1.0-alpha.13", "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 8dc204227..c42e55cc0 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.13](https://github.com/mittwald/flow/compare/0.1.0-alpha.12...0.1.0-alpha.13) (2024-02-20) + +**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.1.0-alpha.12](https://github.com/mittwald/flow/compare/0.1.0-alpha.11...0.1.0-alpha.12) (2024-02-19) **Note:** Version bump only for package @mittwald/flow-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 9bacb0235..8d0e4e255 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-stylesheet", - "version": "0.1.0-alpha.12", + "version": "0.1.0-alpha.13", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",