@mittwald/flow-react-components 0.2.0-alpha.7 → 0.2.0-alpha.8
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 +9 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# [0.2.0-alpha.8](https://github.com/mittwald/flow/compare/0.2.0-alpha.7...0.2.0-alpha.8) (2025-01-13)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
3
12
|
All notable changes to this project will be documented in this file. See
|
|
4
13
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
14
|
|
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.8",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
"@chakra-ui/live-region": "^2.1.0",
|
|
447
447
|
"@internationalized/date": "^3.6.0",
|
|
448
448
|
"@internationalized/string-compiler": "^3.2.6",
|
|
449
|
-
"@mittwald/react-tunnel": "0.2.0-alpha.
|
|
449
|
+
"@mittwald/react-tunnel": "0.2.0-alpha.8",
|
|
450
450
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
451
451
|
"@react-aria/form": "^3.0.11",
|
|
452
452
|
"@react-aria/utils": "^3.26.0",
|
|
@@ -478,7 +478,7 @@
|
|
|
478
478
|
},
|
|
479
479
|
"devDependencies": {
|
|
480
480
|
"@faker-js/faker": "^9.3.0",
|
|
481
|
-
"@mittwald/flow-design-tokens": "
|
|
481
|
+
"@mittwald/flow-design-tokens": "0.2.0-alpha.8",
|
|
482
482
|
"@mittwald/react-use-promise": "^2.6.0",
|
|
483
483
|
"@nx/storybook": "^20.3.1",
|
|
484
484
|
"@storybook/addon-a11y": "^8.4.7",
|
|
@@ -598,5 +598,5 @@
|
|
|
598
598
|
}
|
|
599
599
|
}
|
|
600
600
|
},
|
|
601
|
-
"gitHead": "
|
|
601
|
+
"gitHead": "0b37c710a3810094a9de4e8b9901207a2619c18b"
|
|
602
602
|
}
|