@mittwald/flow-react-components 0.1.0-alpha.313 → 0.1.0-alpha.315
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 +18 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See
|
|
4
4
|
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [0.1.0-alpha.315](https://github.com/mittwald/flow/compare/0.1.0-alpha.314...0.1.0-alpha.315) (2024-10-31)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
9
|
+
|
|
10
|
+
# Change Log
|
|
11
|
+
|
|
12
|
+
All notable changes to this project will be documented in this file. See
|
|
13
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
14
|
+
|
|
15
|
+
# [0.1.0-alpha.314](https://github.com/mittwald/flow/compare/0.1.0-alpha.313...0.1.0-alpha.314) (2024-10-30)
|
|
16
|
+
|
|
17
|
+
**Note:** Version bump only for package @mittwald/flow-react-components
|
|
18
|
+
|
|
19
|
+
# Change Log
|
|
20
|
+
|
|
21
|
+
All notable changes to this project will be documented in this file. See
|
|
22
|
+
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
23
|
+
|
|
6
24
|
# [0.1.0-alpha.313](https://github.com/mittwald/flow/compare/0.1.0-alpha.312...0.1.0-alpha.313) (2024-10-30)
|
|
7
25
|
|
|
8
26
|
### Features
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mittwald/flow-react-components",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.315",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A React implementation of Flow, mittwald’s design system",
|
|
6
6
|
"homepage": "https://mittwald.github.io/flow",
|
|
@@ -396,7 +396,7 @@
|
|
|
396
396
|
"@chakra-ui/live-region": "^2.1.0",
|
|
397
397
|
"@internationalized/date": "^3.5.6",
|
|
398
398
|
"@internationalized/string-compiler": "^3.2.5",
|
|
399
|
-
"@mittwald/react-tunnel": "^0.1.0-alpha.
|
|
399
|
+
"@mittwald/react-tunnel": "^0.1.0-alpha.315",
|
|
400
400
|
"@mittwald/react-use-promise": "^2.5.0",
|
|
401
401
|
"@react-aria/form": "^3.0.10",
|
|
402
402
|
"@react-aria/utils": "^3.25.3",
|
|
@@ -426,7 +426,7 @@
|
|
|
426
426
|
},
|
|
427
427
|
"devDependencies": {
|
|
428
428
|
"@faker-js/faker": "^9.0.3",
|
|
429
|
-
"@mittwald/flow-design-tokens": "^0.1.0-alpha.
|
|
429
|
+
"@mittwald/flow-design-tokens": "^0.1.0-alpha.315",
|
|
430
430
|
"@mittwald/react-use-promise": "^2.5.0",
|
|
431
431
|
"@nx/storybook": "^20.0.0",
|
|
432
432
|
"@storybook/addon-a11y": "^8.3.5",
|
|
@@ -521,5 +521,5 @@
|
|
|
521
521
|
}
|
|
522
522
|
}
|
|
523
523
|
},
|
|
524
|
-
"gitHead": "
|
|
524
|
+
"gitHead": "4a1906ee7fa779a550d58da0bc7e73f5f2755c9f"
|
|
525
525
|
}
|