@mittwald/flow-react-components 0.2.0-alpha.5 → 0.2.0-alpha.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. 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.2.0-alpha.7](https://github.com/mittwald/flow/compare/0.2.0-alpha.6...0.2.0-alpha.7) (2025-01-13)
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.2.0-alpha.6](https://github.com/mittwald/flow/compare/0.2.0-alpha.5...0.2.0-alpha.6) (2025-01-13)
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.2.0-alpha.5](https://github.com/mittwald/flow/compare/v0.2.0-alpha.4...0.2.0-alpha.5) (2025-01-10)
7
25
 
8
26
  **Note:** Version bump only for package @mittwald/flow-react-components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.5",
3
+ "version": "0.2.0-alpha.7",
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.5",
449
+ "@mittwald/react-tunnel": "0.2.0-alpha.7",
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": "workspace:^",
481
+ "@mittwald/flow-design-tokens": "workspace:*",
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": "0ef99c4d3a9120c8568a38718e2622db4cf64746"
601
+ "gitHead": "050fa81621ad4296e032878f27f24e2ac9885854"
602
602
  }