@backstage/plugin-catalog-react 0.0.0-nightly-20221220022526 → 0.0.0-nightly-20221222022401

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,6 +1,23 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20221220022526
3
+ ## 0.0.0-nightly-20221222022401
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20221222022401
9
+ - @backstage/catalog-client@0.0.0-nightly-20221222022401
10
+ - @backstage/core-components@0.0.0-nightly-20221222022401
11
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20221222022401
12
+
13
+ ## 1.2.3
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/core-components@0.12.2
19
+
20
+ ## 1.2.2
4
21
 
5
22
  ### Patch Changes
6
23
 
@@ -9,18 +26,18 @@
9
26
  - 19356df560: Updated dependency `zen-observable` to `^0.9.0`.
10
27
  - c3fa90e184: Updated dependency `zen-observable` to `^0.10.0`.
11
28
  - Updated dependencies
12
- - @backstage/core-plugin-api@0.0.0-nightly-20221220022526
13
- - @backstage/catalog-client@0.0.0-nightly-20221220022526
14
- - @backstage/core-components@0.0.0-nightly-20221220022526
15
- - @backstage/version-bridge@0.0.0-nightly-20221220022526
16
- - @backstage/plugin-permission-common@0.0.0-nightly-20221220022526
17
- - @backstage/errors@0.0.0-nightly-20221220022526
18
- - @backstage/plugin-permission-react@0.0.0-nightly-20221220022526
19
- - @backstage/integration@0.0.0-nightly-20221220022526
20
- - @backstage/types@0.0.0-nightly-20221220022526
21
- - @backstage/catalog-model@0.0.0-nightly-20221220022526
29
+ - @backstage/core-plugin-api@1.2.0
30
+ - @backstage/catalog-client@1.2.0
31
+ - @backstage/core-components@0.12.1
32
+ - @backstage/version-bridge@1.0.3
33
+ - @backstage/plugin-permission-common@0.7.2
34
+ - @backstage/errors@1.1.4
35
+ - @backstage/plugin-permission-react@0.4.8
36
+ - @backstage/integration@1.4.1
37
+ - @backstage/types@1.0.2
38
+ - @backstage/catalog-model@1.1.4
22
39
  - @backstage/theme@0.2.16
23
- - @backstage/plugin-catalog-common@0.0.0-nightly-20221220022526
40
+ - @backstage/plugin-catalog-common@1.0.9
24
41
 
25
42
  ## 1.2.2-next.4
26
43
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20221220022526",
3
+ "version": "0.0.0-nightly-20221222022401",
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": "0.0.0-nightly-20221220022526",
4
+ "version": "0.0.0-nightly-20221222022401",
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": "^0.0.0-nightly-20221220022526",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221220022526",
38
- "@backstage/core-components": "^0.0.0-nightly-20221220022526",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221220022526",
40
- "@backstage/errors": "^0.0.0-nightly-20221220022526",
41
- "@backstage/integration": "^0.0.0-nightly-20221220022526",
42
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221220022526",
43
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20221220022526",
44
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20221220022526",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221222022401",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221222022401",
38
+ "@backstage/core-components": "^0.0.0-nightly-20221222022401",
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": "^0.0.0-nightly-20221222022401",
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": "^0.0.0-nightly-20221220022526",
47
- "@backstage/version-bridge": "^0.0.0-nightly-20221220022526",
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.0.0-nightly-20221220022526",
66
- "@backstage/core-app-api": "^0.0.0-nightly-20221220022526",
67
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221220022526",
68
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221220022526",
69
- "@backstage/test-utils": "^0.0.0-nightly-20221220022526",
65
+ "@backstage/cli": "^0.22.0",
66
+ "@backstage/core-app-api": "^1.3.0",
67
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221222022401",
68
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221222022401",
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",