Skip to content

Commit 1bf7469

Browse files
committed
chore(release): bump version to 0.2.0-alpha.787
1 parent 1b0e238 commit 1bf7469

26 files changed

Lines changed: 76 additions & 14 deletions

File tree

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.787](https://github.com/mittwald/flow/compare/0.2.0-alpha.786...0.2.0-alpha.787) (2026-04-10)
7+
8+
### Features
9+
10+
* **i18n:** add custom translations & support remote translations ([#2430](https://github.com/mittwald/flow/issues/2430)) ([1b0e238](https://github.com/mittwald/flow/commit/1b0e23813afe8da2743d96ed5cb51c7466ec2c1e))
11+
612
# [0.2.0-alpha.786](https://github.com/mittwald/flow/compare/0.2.0-alpha.785...0.2.0-alpha.786) (2026-04-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.786"
7+
"version": "0.2.0-alpha.787"
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.787](https://github.com/mittwald/flow/compare/0.2.0-alpha.786...0.2.0-alpha.787) (2026-04-10)
7+
8+
### Features
9+
10+
* **i18n:** add custom translations & support remote translations ([#2430](https://github.com/mittwald/flow/issues/2430)) ([1b0e238](https://github.com/mittwald/flow/commit/1b0e23813afe8da2743d96ed5cb51c7466ec2c1e))
11+
612
# [0.2.0-alpha.786](https://github.com/mittwald/flow/compare/0.2.0-alpha.785...0.2.0-alpha.786) (2026-04-10)
713

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

packages/components/package.json

Lines changed: 2 additions & 2 deletions
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.786",
3+
"version": "0.2.0-alpha.787",
44
"type": "module",
55
"description": "A React implementation of Flow, mittwald’s design system",
66
"homepage": "https://mittwald.github.io/flow",
@@ -65,9 +65,9 @@
6565
"@mittwald/react-tunnel": "workspace:*",
6666
"@mittwald/react-use-promise": "^4.2.2",
6767
"@react-aria/form": "^3.1.3",
68+
"@react-aria/i18n": "^3.12.16",
6869
"@react-aria/live-announcer": "^3.4.4",
6970
"@react-aria/utils": "^3.32.0",
70-
"@react-aria/i18n": "^3.12.16",
7171
"@react-stately/form": "^3.2.2",
7272
"@react-types/shared": "^3.32.1",
7373
"@replit/codemirror-indentation-markers": "^6.5.3",

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.787](https://github.com/mittwald/flow/compare/0.2.0-alpha.786...0.2.0-alpha.787) (2026-04-10)
7+
8+
**Note:** Version bump only for package @mittwald/flow-design-tokens
9+
610
# [0.2.0-alpha.786](https://github.com/mittwald/flow/compare/0.2.0-alpha.785...0.2.0-alpha.786) (2026-04-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.786",
3+
"version": "0.2.0-alpha.787",
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/ext-bridge/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.787](https://github.com/mittwald/flow/compare/0.2.0-alpha.786...0.2.0-alpha.787) (2026-04-10)
7+
8+
**Note:** Version bump only for package @mittwald/ext-bridge
9+
610
# [0.2.0-alpha.786](https://github.com/mittwald/flow/compare/0.2.0-alpha.785...0.2.0-alpha.786) (2026-04-10)
711

812
**Note:** Version bump only for package @mittwald/ext-bridge

packages/ext-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mittwald/ext-bridge",
3-
"version": "0.2.0-alpha.786",
3+
"version": "0.2.0-alpha.787",
44
"type": "module",
55
"description": "Bridge for mStudio embedded frontend extensions",
66
"homepage": "https://mittwald.github.io/flow",

packages/icons-pro/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.787](https://github.com/mittwald/flow/compare/0.2.0-alpha.786...0.2.0-alpha.787) (2026-04-10)
7+
8+
**Note:** Version bump only for package @mittwald/flow-icons-pro
9+
610
# [0.2.0-alpha.786](https://github.com/mittwald/flow/compare/0.2.0-alpha.785...0.2.0-alpha.786) (2026-04-10)
711

812
**Note:** Version bump only for package @mittwald/flow-icons-pro

packages/icons-pro/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-icons-pro",
3-
"version": "0.2.0-alpha.786",
3+
"version": "0.2.0-alpha.787",
44
"type": "module",
55
"description": "Pro iconset for Flow, mittwald’s design system",
66
"homepage": "https://mittwald.github.io/flow",

0 commit comments

Comments
 (0)