@backstage/plugin-catalog-react 1.2.2-next.4 → 1.2.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 CHANGED
@@ -1,5 +1,27 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.2.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 2e701b3796: Internal refactor to use `react-router-dom` rather than `react-router`.
8
+ - 6ffa47bb0a: Cleanup and small fixes for the kind selector
9
+ - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
10
+ - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
11
+ - Updated dependencies
12
+ - @backstage/core-plugin-api@1.2.0
13
+ - @backstage/catalog-client@1.2.0
14
+ - @backstage/core-components@0.12.1
15
+ - @backstage/version-bridge@1.0.3
16
+ - @backstage/plugin-permission-common@0.7.2
17
+ - @backstage/errors@1.1.4
18
+ - @backstage/plugin-permission-react@0.4.8
19
+ - @backstage/integration@1.4.1
20
+ - @backstage/types@1.0.2
21
+ - @backstage/catalog-model@1.1.4
22
+ - @backstage/theme@0.2.16
23
+ - @backstage/plugin-catalog-common@1.0.9
24
+
3
25
  ## 1.2.2-next.4
4
26
 
5
27
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.2.2-next.4",
3
+ "version": "1.2.2",
4
4
  "main": "../dist/index.esm.js",
5
5
  "types": "../dist/index.alpha.d.ts"
6
6
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
3
  "description": "A frontend library that helps other Backstage plugins interact with the catalog",
4
- "version": "1.2.2-next.4",
4
+ "version": "1.2.2",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,18 +33,18 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^1.2.0-next.1",
37
- "@backstage/catalog-model": "^1.1.4-next.1",
38
- "@backstage/core-components": "^0.12.1-next.4",
39
- "@backstage/core-plugin-api": "^1.2.0-next.2",
40
- "@backstage/errors": "^1.1.4-next.1",
41
- "@backstage/integration": "^1.4.1-next.1",
42
- "@backstage/plugin-catalog-common": "^1.0.9-next.3",
43
- "@backstage/plugin-permission-common": "^0.7.2-next.2",
44
- "@backstage/plugin-permission-react": "^0.4.8-next.3",
36
+ "@backstage/catalog-client": "^1.2.0",
37
+ "@backstage/catalog-model": "^1.1.4",
38
+ "@backstage/core-components": "^0.12.1",
39
+ "@backstage/core-plugin-api": "^1.2.0",
40
+ "@backstage/errors": "^1.1.4",
41
+ "@backstage/integration": "^1.4.1",
42
+ "@backstage/plugin-catalog-common": "^1.0.9",
43
+ "@backstage/plugin-permission-common": "^0.7.2",
44
+ "@backstage/plugin-permission-react": "^0.4.8",
45
45
  "@backstage/theme": "^0.2.16",
46
- "@backstage/types": "^1.0.2-next.1",
47
- "@backstage/version-bridge": "^1.0.3-next.0",
46
+ "@backstage/types": "^1.0.2",
47
+ "@backstage/version-bridge": "^1.0.3",
48
48
  "@material-ui/core": "^4.12.2",
49
49
  "@material-ui/icons": "^4.9.1",
50
50
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -62,11 +62,11 @@
62
62
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
63
63
  },
64
64
  "devDependencies": {
65
- "@backstage/cli": "^0.22.0-next.4",
66
- "@backstage/core-app-api": "^1.3.0-next.4",
67
- "@backstage/plugin-catalog-common": "^1.0.9-next.3",
68
- "@backstage/plugin-scaffolder-common": "^1.2.3-next.1",
69
- "@backstage/test-utils": "^1.2.3-next.4",
65
+ "@backstage/cli": "^0.22.0",
66
+ "@backstage/core-app-api": "^1.3.0",
67
+ "@backstage/plugin-catalog-common": "^1.0.9",
68
+ "@backstage/plugin-scaffolder-common": "^1.2.3",
69
+ "@backstage/test-utils": "^1.2.3",
70
70
  "@testing-library/jest-dom": "^5.10.1",
71
71
  "@testing-library/react": "^12.1.3",
72
72
  "@testing-library/react-hooks": "^8.0.0",