@backstage/plugin-catalog-react 0.0.0-nightly-20240821021909 → 0.0.0-nightly-20240822021958
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 +6 -3
- package/alpha/package.json +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,17 @@
|
|
|
1
1
|
# @backstage/plugin-catalog-react
|
|
2
2
|
|
|
3
|
-
## 0.0.0-nightly-
|
|
3
|
+
## 0.0.0-nightly-20240822021958
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
7
7
|
- 5446061: The `/alpha` export no longer export extension creators for the new frontend system, existing usage should be switched to use the equivalent extension blueprint instead. For more information see the [new frontend system 1.30 migration documentation](https://backstage.io/docs/frontend-system/architecture/migrations#130).
|
|
8
8
|
- Updated dependencies
|
|
9
|
-
- @backstage/frontend-plugin-api@0.0.0-nightly-
|
|
10
|
-
- @backstage/core-compat-api@0.0.0-nightly-
|
|
9
|
+
- @backstage/frontend-plugin-api@0.0.0-nightly-20240822021958
|
|
10
|
+
- @backstage/core-compat-api@0.0.0-nightly-20240822021958
|
|
11
|
+
- @backstage/core-components@0.14.10
|
|
12
|
+
- @backstage/core-plugin-api@1.9.3
|
|
11
13
|
- @backstage/integration-react@1.1.30
|
|
14
|
+
- @backstage/plugin-permission-react@0.4.25
|
|
12
15
|
|
|
13
16
|
## 1.12.3
|
|
14
17
|
|
package/alpha/package.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/plugin-catalog-react",
|
|
3
|
-
"version": "0.0.0-nightly-
|
|
3
|
+
"version": "0.0.0-nightly-20240822021958",
|
|
4
4
|
"description": "A frontend library that helps other Backstage plugins interact with the catalog",
|
|
5
5
|
"backstage": {
|
|
6
6
|
"role": "web-library",
|
|
@@ -58,11 +58,11 @@
|
|
|
58
58
|
"dependencies": {
|
|
59
59
|
"@backstage/catalog-client": "^1.6.6",
|
|
60
60
|
"@backstage/catalog-model": "^1.6.0",
|
|
61
|
-
"@backstage/core-compat-api": "^0.0.0-nightly-
|
|
61
|
+
"@backstage/core-compat-api": "^0.0.0-nightly-20240822021958",
|
|
62
62
|
"@backstage/core-components": "^0.14.10",
|
|
63
63
|
"@backstage/core-plugin-api": "^1.9.3",
|
|
64
64
|
"@backstage/errors": "^1.2.4",
|
|
65
|
-
"@backstage/frontend-plugin-api": "^0.0.0-nightly-
|
|
65
|
+
"@backstage/frontend-plugin-api": "^0.0.0-nightly-20240822021958",
|
|
66
66
|
"@backstage/integration-react": "^1.1.30",
|
|
67
67
|
"@backstage/plugin-catalog-common": "^1.0.26",
|
|
68
68
|
"@backstage/plugin-permission-common": "^0.8.1",
|
|
@@ -85,10 +85,10 @@
|
|
|
85
85
|
"devDependencies": {
|
|
86
86
|
"@backstage/cli": "^0.27.0",
|
|
87
87
|
"@backstage/core-app-api": "^1.14.2",
|
|
88
|
-
"@backstage/frontend-test-utils": "^0.0.0-nightly-
|
|
88
|
+
"@backstage/frontend-test-utils": "^0.0.0-nightly-20240822021958",
|
|
89
89
|
"@backstage/plugin-catalog-common": "^1.0.26",
|
|
90
90
|
"@backstage/plugin-scaffolder-common": "^1.5.5",
|
|
91
|
-
"@backstage/test-utils": "^
|
|
91
|
+
"@backstage/test-utils": "^0.0.0-nightly-20240822021958",
|
|
92
92
|
"@testing-library/dom": "^10.0.0",
|
|
93
93
|
"@testing-library/jest-dom": "^6.0.0",
|
|
94
94
|
"@testing-library/react": "^15.0.0",
|