@mittwald/flow-react-components 0.2.0-alpha.6 → 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 +9 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -3,6 +3,15 @@
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
+
6
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)
7
16
 
8
17
  **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.6",
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.6",
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",
@@ -598,5 +598,5 @@
598
598
  }
599
599
  }
600
600
  },
601
- "gitHead": "aa86664e40c05c44693eb8499be88974ecabfc20"
601
+ "gitHead": "050fa81621ad4296e032878f27f24e2ac9885854"
602
602
  }