@backstage/ui 0.12.0 → 0.12.1

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 +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @backstage/ui
2
2
 
3
+ ## 0.12.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Pinned React Aria–family dependency ranges to use tilde (`~`) instead of caret (`^`), since React Aria does not strictly follow semver and may ship breaking changes in minor releases.
8
+
3
9
  ## 0.12.0
4
10
 
5
11
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/ui",
3
- "version": "0.12.0",
3
+ "version": "0.12.1",
4
4
  "backstage": {
5
5
  "role": "web-library"
6
6
  },
@@ -54,7 +54,7 @@
54
54
  "@remixicon/react": "^4.6.0",
55
55
  "@tanstack/react-table": "^8.21.3",
56
56
  "clsx": "^2.1.1",
57
- "react-aria-components": "^1.14.0"
57
+ "react-aria-components": "~1.14.0"
58
58
  },
59
59
  "devDependencies": {
60
60
  "@backstage/cli": "^0.35.4",