@backstage/plugin-catalog-react 0.0.0-nightly-20230107022546 → 0.0.0-nightly-20230108022900

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,24 +1,24 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20230107022546
3
+ ## 0.0.0-nightly-20230108022900
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
  - 516b2039b6: Add a reusable pop over `EntityPeekAheadPopover` component. It shows more details about the associated entity. See the playbook here https://backstage.io/storybook/?path=/story/catalog-entitypeekaheadpopover--default
9
9
  - Updated dependencies
10
- - @backstage/catalog-model@0.0.0-nightly-20230107022546
11
- - @backstage/catalog-client@0.0.0-nightly-20230107022546
12
- - @backstage/core-components@0.0.0-nightly-20230107022546
13
- - @backstage/plugin-permission-react@0.0.0-nightly-20230107022546
14
- - @backstage/core-plugin-api@0.0.0-nightly-20230107022546
10
+ - @backstage/catalog-model@0.0.0-nightly-20230108022900
11
+ - @backstage/catalog-client@0.0.0-nightly-20230108022900
12
+ - @backstage/core-components@0.0.0-nightly-20230108022900
13
+ - @backstage/plugin-permission-react@0.0.0-nightly-20230108022900
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20230108022900
15
15
  - @backstage/errors@1.1.4
16
- - @backstage/integration@0.0.0-nightly-20230107022546
16
+ - @backstage/integration@0.0.0-nightly-20230108022900
17
17
  - @backstage/theme@0.2.16
18
18
  - @backstage/types@1.0.2
19
19
  - @backstage/version-bridge@1.0.3
20
- - @backstage/plugin-catalog-common@0.0.0-nightly-20230107022546
21
- - @backstage/plugin-permission-common@0.0.0-nightly-20230107022546
20
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20230108022900
21
+ - @backstage/plugin-permission-common@0.0.0-nightly-20230108022900
22
22
 
23
23
  ## 1.2.4-next.1
24
24
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20230107022546",
3
+ "version": "0.0.0-nightly-20230108022900",
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-20230107022546",
4
+ "version": "0.0.0-nightly-20230108022900",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,15 +33,15 @@
33
33
  "start": "backstage-cli package start"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/catalog-client": "^0.0.0-nightly-20230107022546",
37
- "@backstage/catalog-model": "^0.0.0-nightly-20230107022546",
38
- "@backstage/core-components": "^0.0.0-nightly-20230107022546",
39
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230107022546",
36
+ "@backstage/catalog-client": "^0.0.0-nightly-20230108022900",
37
+ "@backstage/catalog-model": "^0.0.0-nightly-20230108022900",
38
+ "@backstage/core-components": "^0.0.0-nightly-20230108022900",
39
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230108022900",
40
40
  "@backstage/errors": "^1.1.4",
41
- "@backstage/integration": "^0.0.0-nightly-20230107022546",
42
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230107022546",
43
- "@backstage/plugin-permission-common": "^0.0.0-nightly-20230107022546",
44
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20230107022546",
41
+ "@backstage/integration": "^0.0.0-nightly-20230108022900",
42
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230108022900",
43
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20230108022900",
44
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20230108022900",
45
45
  "@backstage/theme": "^0.2.16",
46
46
  "@backstage/types": "^1.0.2",
47
47
  "@backstage/version-bridge": "^1.0.3",
@@ -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.0.0-nightly-20230107022546",
67
- "@backstage/core-app-api": "^0.0.0-nightly-20230107022546",
68
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230107022546",
69
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230107022546",
70
- "@backstage/test-utils": "^0.0.0-nightly-20230107022546",
66
+ "@backstage/cli": "^0.0.0-nightly-20230108022900",
67
+ "@backstage/core-app-api": "^0.0.0-nightly-20230108022900",
68
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20230108022900",
69
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230108022900",
70
+ "@backstage/test-utils": "^0.0.0-nightly-20230108022900",
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",