@mittwald/flow-react-components 0.2.0-alpha.13 → 0.2.0-alpha.14

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 +4 -0
  2. 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.14](https://github.com/mittwald/flow/compare/0.2.0-alpha.13...0.2.0-alpha.14) (2025-01-21)
7
+
8
+ **Note:** Version bump only for package @mittwald/flow-react-components
9
+
6
10
  # [0.2.0-alpha.13](https://github.com/mittwald/flow/compare/0.2.0-alpha.12...0.2.0-alpha.13) (2025-01-21)
7
11
 
8
12
  ### Bug Fixes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-react-components",
3
- "version": "0.2.0-alpha.13",
3
+ "version": "0.2.0-alpha.14",
4
4
  "type": "module",
5
5
  "description": "A React implementation of Flow, mittwald’s design system",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -376,7 +376,7 @@
376
376
  "@chakra-ui/live-region": "^2.1.0",
377
377
  "@internationalized/date": "^3.7.0",
378
378
  "@internationalized/string-compiler": "^3.2.6",
379
- "@mittwald/react-tunnel": "0.2.0-alpha.13",
379
+ "@mittwald/react-tunnel": "0.2.0-alpha.14",
380
380
  "@mittwald/react-use-promise": "^2.6.0",
381
381
  "@react-aria/form": "^3.0.12",
382
382
  "@react-aria/utils": "^3.27.0",
@@ -408,7 +408,7 @@
408
408
  },
409
409
  "devDependencies": {
410
410
  "@faker-js/faker": "^9.4.0",
411
- "@mittwald/flow-design-tokens": "0.2.0-alpha.13",
411
+ "@mittwald/flow-design-tokens": "0.2.0-alpha.14",
412
412
  "@mittwald/react-use-promise": "^2.6.0",
413
413
  "@mittwald/typescript-config": "",
414
414
  "@nx/storybook": "^20.3.2",
@@ -492,5 +492,5 @@
492
492
  "optional": true
493
493
  }
494
494
  },
495
- "gitHead": "4e633b1249aeee70e37ea18ed377fdff1ec6d429"
495
+ "gitHead": "011d50268745678a6b6b908c4faa23af7a00db23"
496
496
  }