@backstage/plugin-catalog 0.0.0-nightly-20220602024936 → 0.0.0-nightly-20220603023939

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +10 -10
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-catalog
2
2
 
3
- ## 0.0.0-nightly-20220602024936
3
+ ## 0.0.0-nightly-20220603023939
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,15 +10,15 @@
10
10
  - Added screen reader elements to describe default table `Action` buttons
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220602024936
14
- - @backstage/core-components@0.0.0-nightly-20220602024936
15
- - @backstage/catalog-client@0.0.0-nightly-20220602024936
16
- - @backstage/core-plugin-api@0.0.0-nightly-20220602024936
17
- - @backstage/integration-react@0.0.0-nightly-20220602024936
18
- - @backstage/catalog-model@0.0.0-nightly-20220602024936
19
- - @backstage/plugin-catalog-common@0.0.0-nightly-20220602024936
20
- - @backstage/plugin-search-common@0.0.0-nightly-20220602024936
21
- - @backstage/plugin-search-react@0.0.0-nightly-20220602024936
13
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220603023939
14
+ - @backstage/core-components@0.0.0-nightly-20220603023939
15
+ - @backstage/catalog-client@0.0.0-nightly-20220603023939
16
+ - @backstage/core-plugin-api@0.0.0-nightly-20220603023939
17
+ - @backstage/integration-react@0.0.0-nightly-20220603023939
18
+ - @backstage/catalog-model@0.0.0-nightly-20220603023939
19
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20220603023939
20
+ - @backstage/plugin-search-common@0.0.0-nightly-20220603023939
21
+ - @backstage/plugin-search-react@0.0.0-nightly-20220603023939
22
22
 
23
23
  ## 1.2.1-next.1
24
24
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog",
3
3
  "description": "The Backstage plugin for browsing the Backstage catalog",
4
- "version": "0.0.0-nightly-20220602024936",
4
+ "version": "0.0.0-nightly-20220603023939",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,16 +34,16 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-client": "^0.0.0-nightly-20220602024936",
38
- "@backstage/catalog-model": "^0.0.0-nightly-20220602024936",
39
- "@backstage/core-components": "^0.0.0-nightly-20220602024936",
40
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220602024936",
37
+ "@backstage/catalog-client": "^0.0.0-nightly-20220603023939",
38
+ "@backstage/catalog-model": "^0.0.0-nightly-20220603023939",
39
+ "@backstage/core-components": "^0.0.0-nightly-20220603023939",
40
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20220603023939",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration-react": "^0.0.0-nightly-20220602024936",
43
- "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220602024936",
44
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220602024936",
45
- "@backstage/plugin-search-common": "^0.0.0-nightly-20220602024936",
46
- "@backstage/plugin-search-react": "^0.0.0-nightly-20220602024936",
42
+ "@backstage/integration-react": "^0.0.0-nightly-20220603023939",
43
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220603023939",
44
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220603023939",
45
+ "@backstage/plugin-search-common": "^0.0.0-nightly-20220603023939",
46
+ "@backstage/plugin-search-react": "^0.0.0-nightly-20220603023939",
47
47
  "@backstage/theme": "^0.2.15",
48
48
  "@backstage/types": "^1.0.0",
49
49
  "@material-ui/core": "^4.12.2",
@@ -61,11 +61,11 @@
61
61
  "react": "^16.13.1 || ^17.0.0"
62
62
  },
63
63
  "devDependencies": {
64
- "@backstage/cli": "^0.0.0-nightly-20220602024936",
65
- "@backstage/core-app-api": "^0.0.0-nightly-20220602024936",
66
- "@backstage/dev-utils": "^0.0.0-nightly-20220602024936",
67
- "@backstage/plugin-permission-react": "^0.0.0-nightly-20220602024936",
68
- "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
64
+ "@backstage/cli": "^0.0.0-nightly-20220603023939",
65
+ "@backstage/core-app-api": "^0.0.0-nightly-20220603023939",
66
+ "@backstage/dev-utils": "^0.0.0-nightly-20220603023939",
67
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20220603023939",
68
+ "@backstage/test-utils": "^0.0.0-nightly-20220603023939",
69
69
  "@testing-library/jest-dom": "^5.10.1",
70
70
  "@testing-library/react": "^12.1.3",
71
71
  "@testing-library/user-event": "^14.0.0",