@backstage/core-compat-api 0.5.2-next.1 → 0.5.2
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 +17 -0
- package/package.json +12 -12
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @backstage/core-compat-api
|
|
2
2
|
|
|
3
|
+
## 0.5.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- dc01d6f: Fix for `compatWrapper` creating many wrapping `Providers` when they should not
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
- @backstage/plugin-catalog-react@1.21.0
|
|
10
|
+
- @backstage/frontend-plugin-api@0.12.0
|
|
11
|
+
- @backstage/core-plugin-api@1.11.0
|
|
12
|
+
|
|
13
|
+
## 0.5.2-next.2
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- Updated dependencies
|
|
18
|
+
- @backstage/plugin-catalog-react@1.21.0-next.2
|
|
19
|
+
|
|
3
20
|
## 0.5.2-next.1
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@backstage/core-compat-api",
|
|
3
|
-
"version": "0.5.2
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"backstage": {
|
|
5
5
|
"role": "web-library"
|
|
6
6
|
},
|
|
@@ -31,20 +31,20 @@
|
|
|
31
31
|
"test": "backstage-cli package test"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@backstage/core-plugin-api": "1.
|
|
35
|
-
"@backstage/frontend-plugin-api": "0.
|
|
36
|
-
"@backstage/plugin-catalog-react": "1.
|
|
37
|
-
"@backstage/version-bridge": "1.0.11",
|
|
34
|
+
"@backstage/core-plugin-api": "^1.11.0",
|
|
35
|
+
"@backstage/frontend-plugin-api": "^0.12.0",
|
|
36
|
+
"@backstage/plugin-catalog-react": "^1.21.0",
|
|
37
|
+
"@backstage/version-bridge": "^1.0.11",
|
|
38
38
|
"lodash": "^4.17.21"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|
|
41
|
-
"@backstage/cli": "0.34.2
|
|
42
|
-
"@backstage/core-app-api": "1.
|
|
43
|
-
"@backstage/frontend-app-api": "0.
|
|
44
|
-
"@backstage/frontend-test-utils": "0.3.6
|
|
45
|
-
"@backstage/plugin-catalog": "1.31.3
|
|
46
|
-
"@backstage/test-utils": "1.7.11",
|
|
47
|
-
"@backstage/types": "1.2.
|
|
41
|
+
"@backstage/cli": "^0.34.2",
|
|
42
|
+
"@backstage/core-app-api": "^1.19.0",
|
|
43
|
+
"@backstage/frontend-app-api": "^0.13.0",
|
|
44
|
+
"@backstage/frontend-test-utils": "^0.3.6",
|
|
45
|
+
"@backstage/plugin-catalog": "^1.31.3",
|
|
46
|
+
"@backstage/test-utils": "^1.7.11",
|
|
47
|
+
"@backstage/types": "^1.2.2",
|
|
48
48
|
"@testing-library/jest-dom": "^6.0.0",
|
|
49
49
|
"@testing-library/react": "^16.0.0",
|
|
50
50
|
"@types/react": "^18.0.0",
|