@backstage/plugin-catalog-react 0.0.0-nightly-20221224021908 → 0.0.0-nightly-20221225022614

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,21 +1,21 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20221224021908
3
+ ## 0.0.0-nightly-20221225022614
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 37426f6f5e: Fixed bug in `EntityTagPicker` that filtered on unavailable tags for the selected kind.
8
8
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-20221224021908
10
- - @backstage/catalog-client@0.0.0-nightly-20221224021908
11
- - @backstage/core-components@0.0.0-nightly-20221224021908
9
+ - @backstage/catalog-model@0.0.0-nightly-20221225022614
10
+ - @backstage/catalog-client@0.0.0-nightly-20221225022614
11
+ - @backstage/core-components@0.0.0-nightly-20221225022614
12
12
  - @backstage/core-plugin-api@1.2.0
13
13
  - @backstage/errors@1.1.4
14
14
  - @backstage/integration@1.4.1
15
15
  - @backstage/theme@0.2.16
16
16
  - @backstage/types@1.0.2
17
17
  - @backstage/version-bridge@1.0.3
18
- - @backstage/plugin-catalog-common@0.0.0-nightly-20221224021908
18
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20221225022614
19
19
  - @backstage/plugin-permission-common@0.7.2
20
20
  - @backstage/plugin-permission-react@0.4.8
21
21
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20221224021908",
3
+ "version": "0.0.0-nightly-20221225022614",
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-20221224021908",
4
+ "version": "0.0.0-nightly-20221225022614",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,13 +33,13 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^0.0.0-nightly-20221224021908",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20221224021908",
38
- "@backstage/core-components": "^0.0.0-nightly-20221224021908",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20221225022614",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20221225022614",
38
+ "@backstage/core-components": "^0.0.0-nightly-20221225022614",
39
39
  "@backstage/core-plugin-api": "^1.2.0",
40
40
  "@backstage/errors": "^1.1.4",
41
41
  "@backstage/integration": "^1.4.1",
42
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221224021908",
42
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221225022614",
43
43
  "@backstage/plugin-permission-common": "^0.7.2",
44
44
  "@backstage/plugin-permission-react": "^0.4.8",
45
45
  "@backstage/theme": "^0.2.16",
@@ -62,10 +62,10 @@
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-20221224021908",
65
+ "@backstage/cli": "^0.0.0-nightly-20221225022614",
66
66
  "@backstage/core-app-api": "^1.3.0",
67
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221224021908",
68
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221224021908",
67
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20221225022614",
68
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20221225022614",
69
69
  "@backstage/test-utils": "^1.2.3",
70
70
  "@testing-library/jest-dom": "^5.10.1",
71
71
  "@testing-library/react": "^12.1.3",