@mittwald/flow-react-components 0.2.0-alpha.21 → 0.2.0-alpha.22
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,10 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.2.0-alpha.22](https://github.com/mittwald/flow/compare/0.2.0-alpha.21...0.2.0-alpha.22) (2025-01-27)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
6
10
|
# [0.2.0-alpha.21](https://github.com/mittwald/flow/compare/0.2.0-alpha.20...0.2.0-alpha.21) (2025-01-27)
|
|
7
11
|
|
|
8
12
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.2.0-alpha.
|
|
3
|
+
"version": "0.2.0-alpha.22",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"dependencies": {
|
|
376
376
|
"@chakra-ui/live-region": "^2.1.0",
|
|
377
377
|
"@internationalized/string-compiler": "^3.2.6",
|
|
378
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
378
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.22",
|
|
379
379
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
380
380
|
"@react-aria/form": "^3.0.12",
|
|
381
381
|
"@react-aria/utils": "^3.27.0",
|
|
@@ -413,7 +413,7 @@
|
|
|
413
413
|
"devDependencies": {
|
|
414
414
|
"@faker-js/faker": "^9.4.0",
|
|
415
415
|
"@internationalized/date": "^3.6.0",
|
|
416
|
-
"@mittwald/flow-design-tokens": "0.2.0-alpha.
|
|
416
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.22",
|
|
417
417
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
418
418
|
"@mittwald/typescript-config": "",
|
|
419
419
|
"@nx/storybook": "^20.3.2",
|
|
@@ -493,5 +493,5 @@
|
|
|
493
493
|
"optional": true
|
|
494
494
|
}
|
|
495
495
|
},
|
|
496
|
-
"gitHead": "
|
|
496
|
+
"gitHead": "d162392c63529a87b3c39bebabf4616c69c13ac4"
|
|
497
497
|
}
|