diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 000000000..00704b39e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,33 @@ +# 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 + +- add another publish test ([#133](https://github.com/mittwald/flow/issues/133)) + ([1ea72ad](https://github.com/mittwald/flow/commit/1ea72ad105ce3db7cc427477cad0620996dbf704)) +- add missing "use client" directive + ([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620)) +- publish command format ([#138](https://github.com/mittwald/flow/issues/138)) + ([5d21ae5](https://github.com/mittwald/flow/commit/5d21ae53bb0974a2b03bf932ccbdebfc908ce62c)) +- stuff + ([6c654b3](https://github.com/mittwald/flow/commit/6c654b3ee4e2a680b95ce4a9885ce259df80fc33)) +- test publish + ([8ba9a2c](https://github.com/mittwald/flow/commit/8ba9a2c6cd83f93e88e219973ba624a1b082d155)) +- Test publish + ([2fc7a60](https://github.com/mittwald/flow/commit/2fc7a608b9b92e8688406d1d86d80a46db7e164a)) +- test publish ([#131](https://github.com/mittwald/flow/issues/131)) + ([6bff927](https://github.com/mittwald/flow/commit/6bff927cf70f35a4804729c87c40ea7a9cbc3189)) + +### Features + +- Test feature publishing ([#137](https://github.com/mittwald/flow/issues/137)) + ([520eb78](https://github.com/mittwald/flow/commit/520eb780de742750906f9cb8e53cfbf4cf9e84a1)) + +### Reverts + +- Revert "Test change" + ([a293590](https://github.com/mittwald/flow/commit/a29359013b40ca54eb79b01eba181487c4796482)) diff --git a/lerna.json b/lerna.json index df3079121..2f8f17467 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.0.0" + "version": "0.1.0-alpha.0" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md new file mode 100644 index 000000000..c890f60c4 --- /dev/null +++ b/packages/components/CHANGELOG.md @@ -0,0 +1,20 @@ +# 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 + +- add missing "use client" directive + ([22375cd](https://github.com/mittwald/flow/commit/22375cd8a9bec3fbd60cbdfc8b88e05902db4620)) +- stuff + ([6c654b3](https://github.com/mittwald/flow/commit/6c654b3ee4e2a680b95ce4a9885ce259df80fc33)) +- test publish + ([8ba9a2c](https://github.com/mittwald/flow/commit/8ba9a2c6cd83f93e88e219973ba624a1b082d155)) + +### Features + +- Test feature publishing ([#137](https://github.com/mittwald/flow/issues/137)) + ([520eb78](https://github.com/mittwald/flow/commit/520eb780de742750906f9cb8e53cfbf4cf9e84a1)) diff --git a/packages/components/package.json b/packages/components/package.json index 49b3614e7..1b42ccc47 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-next-components", - "version": "0.0.0", + "version": "0.1.0-alpha.0", "type": "module", "exports": { "./Avatar": "./dist/Avatar.js", diff --git a/packages/design-tokens/CHANGELOG.md b/packages/design-tokens/CHANGELOG.md new file mode 100644 index 000000000..bce56ccfa --- /dev/null +++ b/packages/design-tokens/CHANGELOG.md @@ -0,0 +1,11 @@ +# 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) + +### Reverts + +- Revert "Test change" + ([a293590](https://github.com/mittwald/flow/commit/a29359013b40ca54eb79b01eba181487c4796482)) diff --git a/packages/design-tokens/package.json b/packages/design-tokens/package.json index 83e9af1d3..bb8628352 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.0.0", + "version": "0.1.0-alpha.0", "type": "module", "exports": { ".": "./dist/variables.css" diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md new file mode 100644 index 000000000..bf157eea4 --- /dev/null +++ b/packages/stylesheet/CHANGELOG.md @@ -0,0 +1,8 @@ +# 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 0a89e05c6..5ce93b793 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-next-stylesheet", - "version": "0.0.0", + "version": "0.1.0-alpha.0", "type": "module", "exports": { ".": "./dist/style.css"