@backstage/plugin-catalog-react 1.3.0-next.2 → 1.3.0

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,28 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 929e1afe1b: Add `initialFilter` prop to EntityLifecyclePicker. This allows you to set an initial lifecycle for the catalog.
8
+ - fab93c2fe8: Aligned buttons on "Unregister entity" dialog to keep them on the same line
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+ - @backstage/core-components@0.12.4
14
+ - @backstage/catalog-model@1.2.0
15
+ - @backstage/theme@0.2.17
16
+ - @backstage/core-plugin-api@1.4.0
17
+ - @backstage/catalog-client@1.3.1
18
+ - @backstage/errors@1.1.4
19
+ - @backstage/integration@1.4.2
20
+ - @backstage/types@1.0.2
21
+ - @backstage/version-bridge@1.0.3
22
+ - @backstage/plugin-catalog-common@1.0.11
23
+ - @backstage/plugin-permission-common@0.7.3
24
+ - @backstage/plugin-permission-react@0.4.10
25
+
3
26
  ## 1.3.0-next.2
4
27
 
5
28
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "1.3.0-next.2",
3
+ "version": "1.3.0",
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.3.0-next.2",
4
+ "version": "1.3.0",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,16 +33,16 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^1.3.1-next.1",
37
- "@backstage/catalog-model": "^1.2.0-next.1",
38
- "@backstage/core-components": "^0.12.4-next.1",
39
- "@backstage/core-plugin-api": "^1.3.0",
36
+ "@backstage/catalog-client": "^1.3.1",
37
+ "@backstage/catalog-model": "^1.2.0",
38
+ "@backstage/core-components": "^0.12.4",
39
+ "@backstage/core-plugin-api": "^1.4.0",
40
40
  "@backstage/errors": "^1.1.4",
41
41
  "@backstage/integration": "^1.4.2",
42
- "@backstage/plugin-catalog-common": "^1.0.11-next.1",
42
+ "@backstage/plugin-catalog-common": "^1.0.11",
43
43
  "@backstage/plugin-permission-common": "^0.7.3",
44
- "@backstage/plugin-permission-react": "^0.4.9",
45
- "@backstage/theme": "^0.2.16",
44
+ "@backstage/plugin-permission-react": "^0.4.10",
45
+ "@backstage/theme": "^0.2.17",
46
46
  "@backstage/types": "^1.0.2",
47
47
  "@backstage/version-bridge": "^1.0.3",
48
48
  "@material-ui/core": "^4.12.2",
@@ -63,11 +63,11 @@
63
63
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/cli": "^0.22.2-next.1",
67
- "@backstage/core-app-api": "^1.4.1-next.0",
68
- "@backstage/plugin-catalog-common": "^1.0.11-next.1",
69
- "@backstage/plugin-scaffolder-common": "^1.2.5-next.1",
70
- "@backstage/test-utils": "^1.2.5-next.0",
66
+ "@backstage/cli": "^0.22.2",
67
+ "@backstage/core-app-api": "^1.5.0",
68
+ "@backstage/plugin-catalog-common": "^1.0.11",
69
+ "@backstage/plugin-scaffolder-common": "^1.2.5",
70
+ "@backstage/test-utils": "^1.2.5",
71
71
  "@testing-library/jest-dom": "^5.10.1",
72
72
  "@testing-library/react": "^12.1.3",
73
73
  "@testing-library/react-hooks": "^8.0.0",