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