@mittwald/flow-react-components 0.1.0-alpha.314 → 0.1.0-alpha.316

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.1.0-alpha.316](https://github.com/mittwald/flow/compare/0.1.0-alpha.315...0.1.0-alpha.316) (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.315](https://github.com/mittwald/flow/compare/0.1.0-alpha.314...0.1.0-alpha.315) (2024-10-31)
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.314](https://github.com/mittwald/flow/compare/0.1.0-alpha.313...0.1.0-alpha.314) (2024-10-30)
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.1.0-alpha.314",
3
+ "version": "0.1.0-alpha.316",
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.314",
399
+ "@mittwald/react-tunnel": "^0.1.0-alpha.316",
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.314",
429
+ "@mittwald/flow-design-tokens": "^0.1.0-alpha.316",
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": "1dfabddca1406bb7baa5c39e217e81e936288c00"
524
+ "gitHead": "fc19558bb9c3950d5dbb4037e5673d5a5db89610"
525
525
  }