From c806dc8f3d2f34cbbefe18ddf6252c934a6af5cc Mon Sep 17 00:00:00 2001 From: mfal Date: Thu, 25 Jan 2024 09:32:57 +0000 Subject: [PATCH] chore(release): bump version to 0.1.0-alpha.1 --- CHANGELOG.md | 12 ++++++++++++ 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 | 12 ++++++++++++ packages/stylesheet/package.json | 2 +- 8 files changed, 46 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eb0f258e..881104b04 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.1](https://github.com/mittwald/flow/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2024-01-25) + +### Bug Fixes + +- **stylesheet:** fix export filename + ([e49864a](https://github.com/mittwald/flow/commit/e49864a12681054cf903d22e959d68124291a65f)) + +# 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.0 (2024-01-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 2f8f17467..a1bdc206a 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.0" + "version": "0.1.0-alpha.1" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 9de1274ab..d1b68ec6e 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.1](https://github.com/mittwald/flow/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2024-01-25) + +**Note:** Version bump only for package @mittwald/flow-next-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.0 (2024-01-25) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 6c446c61f..e9f307080 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.0", + "version": "0.1.0-alpha.1", "type": "module", "exports": { "./Avatar": "./dist/Avatar.js", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md index 698812750..4d7b9f128 100644 --- a/packages/design-tokens/CHANGELOG.md +++ b/packages/design-tokens/CHANGELOG.md @@ -3,4 +3,13 @@ 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.1](https://github.com/mittwald/flow/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2024-01-25) + +**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.0 (2024-01-25) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index bb8628352..85781173d 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.0", + "version": "0.1.0-alpha.1", "type": "module", "exports": { ".": "./dist/variables.css" diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md index bf157eea4..a82c02f95 100644 --- a/packages/stylesheet/CHANGELOG.md +++ b/packages/stylesheet/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.1](https://github.com/mittwald/flow/compare/0.1.0-alpha.0...0.1.0-alpha.1) (2024-01-25) + +### Bug Fixes + +- **stylesheet:** fix export filename + ([e49864a](https://github.com/mittwald/flow/commit/e49864a12681054cf903d22e959d68124291a65f)) + +# 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.0 (2024-01-25) **Note:** Version bump only for package @mittwald/flow-next-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 866353cbe..3baaf2235 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.0", + "version": "0.1.0-alpha.1", "type": "module", "exports": { ".": "./dist/styles.css"