diff --git a/CHANGELOG.md b/CHANGELOG.md index f57d5165d..a44fe5bc7 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.48](https://github.com/mittwald/flow/compare/0.1.0-alpha.47...0.1.0-alpha.48) (2024-03-21) + +### Features + +- add Tunnel component + ([ffca8e1](https://github.com/mittwald/flow/commit/ffca8e17d32ef8fd452200ece54a59b8e5409861)) + +# 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.47](https://github.com/mittwald/flow/compare/0.1.0-alpha.46...0.1.0-alpha.47) (2024-03-21) ### Bug Fixes diff --git a/lerna.json b/lerna.json index d20dbf907..dfc8cf7f2 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.47" + "version": "0.1.0-alpha.48" } diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index c59846804..8f1160b1e 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.48](https://github.com/mittwald/flow/compare/0.1.0-alpha.47...0.1.0-alpha.48) (2024-03-21) + +### Features + +- add Tunnel component + ([ffca8e1](https://github.com/mittwald/flow/commit/ffca8e17d32ef8fd452200ece54a59b8e5409861)) + +# 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.47](https://github.com/mittwald/flow/compare/0.1.0-alpha.46...0.1.0-alpha.47) (2024-03-21) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index f17e4a558..22de70ecd 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.47", + "version": "0.1.0-alpha.48", "type": "module", "description": "A React implementation of Flow, mittwald’s design system", "homepage": "https://mittwald.github.io/flow", diff --git a/packages/stylesheet/CHANGELOG.md b/packages/stylesheet/CHANGELOG.md index 36f47d3a8..c2b91ca3f 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.48](https://github.com/mittwald/flow/compare/0.1.0-alpha.47...0.1.0-alpha.48) (2024-03-21) + +**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.47](https://github.com/mittwald/flow/compare/0.1.0-alpha.46...0.1.0-alpha.47) (2024-03-21) **Note:** Version bump only for package @mittwald/flow-stylesheet diff --git a/packages/stylesheet/package.json b/packages/stylesheet/package.json index 5dfb22d91..7f57d0603 100644 --- a/packages/stylesheet/package.json +++ b/packages/stylesheet/package.json @@ -1,6 +1,6 @@ { "name": "@mittwald/flow-stylesheet", - "version": "0.1.0-alpha.47", + "version": "0.1.0-alpha.48", "type": "module", "description": "A collection of CSS classes used in Flow, mittwald's design system.", "homepage": "https://mittwald.github.io/flow",