Skip to content

Commit 7e5e63d

Browse files
committed
chore(release): bump version to 0.2.0-alpha.83
1 parent 9eec3f9 commit 7e5e63d

File tree

18 files changed

+55
-9
lines changed

18 files changed

+55
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-alpha.83](https://github.com/mittwald/flow/compare/0.2.0-alpha.82...0.2.0-alpha.83) (2025-03-10)
7+
8+
### Bug Fixes
9+
10+
* fix missing props when using remote components ([#1257](https://github.com/mittwald/flow/issues/1257)) ([9eec3f9](https://github.com/mittwald/flow/commit/9eec3f973c8297cf5d7734346cf1a30bacb13e76))
11+
612
# [0.2.0-alpha.82](https://github.com/mittwald/flow/compare/0.2.0-alpha.81...0.2.0-alpha.82) (2025-03-10)
713

814
**Note:** Version bump only for package @mittwald/flow-project

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
"packages": [
55
"packages/*"
66
],
7-
"version": "0.2.0-alpha.82"
7+
"version": "0.2.0-alpha.83"
88
}

packages/components/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-alpha.83](https://github.com/mittwald/flow/compare/0.2.0-alpha.82...0.2.0-alpha.83) (2025-03-10)
7+
8+
### Bug Fixes
9+
10+
* fix missing props when using remote components ([#1257](https://github.com/mittwald/flow/issues/1257)) ([9eec3f9](https://github.com/mittwald/flow/commit/9eec3f973c8297cf5d7734346cf1a30bacb13e76))
11+
612
# [0.2.0-alpha.82](https://github.com/mittwald/flow/compare/0.2.0-alpha.81...0.2.0-alpha.82) (2025-03-10)
713

814
**Note:** Version bump only for package @mittwald/flow-react-components

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/flow-react-components",
3-
"version": "0.2.0-alpha.82",
3+
"version": "0.2.0-alpha.83",
44
"type": "module",
55
"description": "A React implementation of Flow, mittwald’s design system",
66
"homepage": "https://mittwald.github.io/flow",

packages/design-tokens/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-alpha.83](https://github.com/mittwald/flow/compare/0.2.0-alpha.82...0.2.0-alpha.83) (2025-03-10)
7+
8+
**Note:** Version bump only for package @mittwald/flow-design-tokens
9+
610
# [0.2.0-alpha.82](https://github.com/mittwald/flow/compare/0.2.0-alpha.81...0.2.0-alpha.82) (2025-03-10)
711

812
**Note:** Version bump only for package @mittwald/flow-design-tokens

packages/design-tokens/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/flow-design-tokens",
3-
"version": "0.2.0-alpha.82",
3+
"version": "0.2.0-alpha.83",
44
"type": "module",
55
"description": "The design tokens used in Flow, mittwald’s design system",
66
"homepage": "https://github.com/mittwald/flow/tree/main/packages/design-tokens",

packages/react-tunnel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-alpha.83](https://github.com/mittwald/flow/compare/0.2.0-alpha.82...0.2.0-alpha.83) (2025-03-10)
7+
8+
**Note:** Version bump only for package @mittwald/react-tunnel
9+
610
# [0.2.0-alpha.82](https://github.com/mittwald/flow/compare/0.2.0-alpha.81...0.2.0-alpha.82) (2025-03-10)
711

812
**Note:** Version bump only for package @mittwald/react-tunnel

packages/react-tunnel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/react-tunnel",
3-
"version": "0.2.0-alpha.82",
3+
"version": "0.2.0-alpha.83",
44
"type": "module",
55
"description": "It's like a Portal – but with React components",
66
"keywords": [

packages/remote-core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
# [0.2.0-alpha.83](https://github.com/mittwald/flow/compare/0.2.0-alpha.82...0.2.0-alpha.83) (2025-03-10)
7+
8+
**Note:** Version bump only for package @mittwald/flow-remote-core
9+
610
# [0.2.0-alpha.82](https://github.com/mittwald/flow/compare/0.2.0-alpha.81...0.2.0-alpha.82) (2025-03-10)
711

812
**Note:** Version bump only for package @mittwald/flow-remote-core

packages/remote-core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/flow-remote-core",
3-
"version": "0.2.0-alpha.82",
3+
"version": "0.2.0-alpha.83",
44
"type": "module",
55
"description": "Core functionality to setup a remote/host environment",
66
"homepage": "https://mittwald.github.io/flow",

0 commit comments

Comments
 (0)