@backstage/plugin-catalog-react 0.0.0-nightly-20220808024755 → 0.0.0-nightly-20220811024336

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,16 +1,24 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20220808024755
3
+ ## 0.0.0-nightly-20220811024336
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 44e691a7f9: Modify description column to not use auto width.
8
8
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20220808024755
10
- - @backstage/core-components@0.0.0-nightly-20220808024755
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220808024755
12
- - @backstage/plugin-catalog-common@0.0.0-nightly-20220808024755
13
- - @backstage/plugin-permission-react@0.0.0-nightly-20220808024755
9
+ - @backstage/integration@0.0.0-nightly-20220811024336
10
+ - @backstage/core-components@0.0.0-nightly-20220811024336
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20220811024336
12
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20220811024336
13
+ - @backstage/plugin-permission-react@0.0.0-nightly-20220811024336
14
+
15
+ ## 1.1.3-next.2
16
+
17
+ ### Patch Changes
18
+
19
+ - 44e691a7f9: Modify description column to not use auto width.
20
+ - Updated dependencies
21
+ - @backstage/core-components@0.11.0-next.2
14
22
 
15
23
  ## 1.1.3-next.1
16
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20220808024755",
3
+ "version": "0.0.0-nightly-20220811024336",
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-20220808024755",
4
+ "version": "0.0.0-nightly-20220811024336",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -36,13 +36,13 @@
36
36
  "dependencies": {
37
37
  "@backstage/catalog-client": "^1.0.4",
38
38
  "@backstage/catalog-model": "^1.1.0",
39
- "@backstage/core-components": "0.0.0-nightly-20220808024755",
40
- "@backstage/core-plugin-api": "0.0.0-nightly-20220808024755",
39
+ "@backstage/core-components": "0.0.0-nightly-20220811024336",
40
+ "@backstage/core-plugin-api": "0.0.0-nightly-20220811024336",
41
41
  "@backstage/errors": "^1.1.0",
42
- "@backstage/integration": "0.0.0-nightly-20220808024755",
43
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20220808024755",
42
+ "@backstage/integration": "0.0.0-nightly-20220811024336",
43
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20220811024336",
44
44
  "@backstage/plugin-permission-common": "^0.6.3",
45
- "@backstage/plugin-permission-react": "0.0.0-nightly-20220808024755",
45
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20220811024336",
46
46
  "@backstage/theme": "^0.2.16",
47
47
  "@backstage/types": "^1.0.0",
48
48
  "@backstage/version-bridge": "^1.0.1",
@@ -63,11 +63,11 @@
63
63
  "react": "^16.13.1 || ^17.0.0"
64
64
  },
65
65
  "devDependencies": {
66
- "@backstage/cli": "0.0.0-nightly-20220808024755",
67
- "@backstage/core-app-api": "0.0.0-nightly-20220808024755",
68
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20220808024755",
66
+ "@backstage/cli": "0.0.0-nightly-20220811024336",
67
+ "@backstage/core-app-api": "0.0.0-nightly-20220811024336",
68
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20220811024336",
69
69
  "@backstage/plugin-scaffolder-common": "^1.1.2",
70
- "@backstage/test-utils": "0.0.0-nightly-20220808024755",
70
+ "@backstage/test-utils": "0.0.0-nightly-20220811024336",
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",