@backstage/ui 0.0.0-nightly-20250804025712 → 0.0.0-nightly-20250806025453
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.
- package/CHANGELOG.md +7 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @backstage/ui
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20250806025453
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -15,6 +15,12 @@
|
|
|
15
15
|
- d4e603e: Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.
|
|
16
16
|
- e0e886f: Adds onTabSelectionChange to ui header component.
|
|
17
17
|
|
|
18
|
+
## 0.7.0-next.2
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- d4e603e: Updated Menu component in Backstage UI to use useId() from React Aria instead of React to support React 17.
|
|
23
|
+
|
|
18
24
|
## 0.7.0-next.1
|
|
19
25
|
|
|
20
26
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/ui",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20250806025453",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library"
|
|
6
6
|
},
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"react-aria-components": "^1.10.1"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
|
-
"@backstage/cli": "0.0.0-nightly-
|
|
53
|
+
"@backstage/cli": "0.0.0-nightly-20250806025453",
|
|
54
54
|
"@storybook/addon-essentials": "^8.6.12",
|
|
55
55
|
"@storybook/addon-interactions": "^8.6.12",
|
|
56
56
|
"@storybook/addon-styling-webpack": "^1.0.1",
|