@backstage/core-components 0.14.9-next.1 → 0.14.9
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 +13 -0
- package/alpha/package.json +1 -1
- package/package.json +5 -5
- package/testUtils/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @backstage/core-components
|
|
2
2
|
|
|
3
|
+
## 0.14.9
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- d4ffdbb: Fixed bug where `<Select>` component with empty string as placeholder gave an error
|
|
8
|
+
- 99d672d: Modified the `Select` component to take in a `data-testid` parameter ensuring backwards compatibility with default value corresponding to previously hardcoded `data-testid` of "select".
|
|
9
|
+
- Updated dependencies
|
|
10
|
+
- @backstage/config@1.2.0
|
|
11
|
+
- @backstage/core-plugin-api@1.9.3
|
|
12
|
+
- @backstage/errors@1.2.4
|
|
13
|
+
- @backstage/theme@0.5.6
|
|
14
|
+
- @backstage/version-bridge@1.0.8
|
|
15
|
+
|
|
3
16
|
## 0.14.9-next.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-components",
|
|
3
3
|
"description": "Core components used by Backstage plugins and apps",
|
|
4
|
-
"version": "0.14.9
|
|
4
|
+
"version": "0.14.9",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
7
7
|
},
|
|
@@ -94,10 +94,10 @@
|
|
|
94
94
|
"zod": "^3.22.4"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
|
-
"@backstage/app-defaults": "^1.5.8
|
|
98
|
-
"@backstage/cli": "^0.26.11
|
|
99
|
-
"@backstage/core-app-api": "^1.
|
|
100
|
-
"@backstage/test-utils": "^1.5.8
|
|
97
|
+
"@backstage/app-defaults": "^1.5.8",
|
|
98
|
+
"@backstage/cli": "^0.26.11",
|
|
99
|
+
"@backstage/core-app-api": "^1.14.0",
|
|
100
|
+
"@backstage/test-utils": "^1.5.8",
|
|
101
101
|
"@testing-library/dom": "^10.0.0",
|
|
102
102
|
"@testing-library/jest-dom": "^6.0.0",
|
|
103
103
|
"@testing-library/react": "^15.0.0",
|