@backstage/plugin-catalog-react 0.0.0-nightly-20220530025009 → 0.0.0-nightly-20220602024936

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,6 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20220530025009
3
+ ## 0.0.0-nightly-20220602024936
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -10,8 +10,28 @@
10
10
  - Changed group name `Typography` component to `span` (from default `h6`), added `aria-label` to the `List` component, and `role` of `menuitem` to the container of the `MenuItem` component
11
11
 
12
12
  - Updated dependencies
13
- - @backstage/core-components@0.0.0-nightly-20220530025009
14
- - @backstage/integration@0.0.0-nightly-20220530025009
13
+ - @backstage/core-components@0.0.0-nightly-20220602024936
14
+ - @backstage/integration@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/plugin-permission-common@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-permission-react@0.0.0-nightly-20220602024936
21
+
22
+ ## 1.1.1-next.1
23
+
24
+ ### Patch Changes
25
+
26
+ - Updated dependencies
27
+ - @backstage/core-components@0.9.5-next.1
28
+ - @backstage/catalog-client@1.0.3-next.0
29
+ - @backstage/core-plugin-api@1.0.3-next.0
30
+ - @backstage/integration@1.2.1-next.1
31
+ - @backstage/plugin-permission-common@0.6.2-next.0
32
+ - @backstage/catalog-model@1.0.3-next.0
33
+ - @backstage/plugin-permission-react@0.4.2-next.0
34
+ - @backstage/plugin-catalog-common@1.0.3-next.0
15
35
 
16
36
  ## 1.1.1-next.0
17
37
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20220530025009",
3
+ "version": "0.0.0-nightly-20220602024936",
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-20220530025009",
4
+ "version": "0.0.0-nightly-20220602024936",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,15 +34,15 @@
34
34
  "start": "backstage-cli package start"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-client": "^1.0.2",
38
- "@backstage/catalog-model": "^1.0.2",
39
- "@backstage/core-components": "^0.0.0-nightly-20220530025009",
40
- "@backstage/core-plugin-api": "^1.0.2",
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",
41
41
  "@backstage/errors": "^1.0.0",
42
- "@backstage/integration": "^0.0.0-nightly-20220530025009",
43
- "@backstage/plugin-catalog-common": "^1.0.2",
44
- "@backstage/plugin-permission-common": "^0.6.1",
45
- "@backstage/plugin-permission-react": "^0.4.1",
42
+ "@backstage/integration": "^0.0.0-nightly-20220602024936",
43
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220602024936",
44
+ "@backstage/plugin-permission-common": "^0.0.0-nightly-20220602024936",
45
+ "@backstage/plugin-permission-react": "^0.0.0-nightly-20220602024936",
46
46
  "@backstage/theme": "^0.2.15",
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-20220530025009",
67
- "@backstage/core-app-api": "^1.0.2",
68
- "@backstage/plugin-catalog-common": "^1.0.2",
69
- "@backstage/plugin-scaffolder-common": "^1.1.0",
70
- "@backstage/test-utils": "^1.1.0",
66
+ "@backstage/cli": "^0.0.0-nightly-20220602024936",
67
+ "@backstage/core-app-api": "^0.0.0-nightly-20220602024936",
68
+ "@backstage/plugin-catalog-common": "^0.0.0-nightly-20220602024936",
69
+ "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20220602024936",
70
+ "@backstage/test-utils": "^0.0.0-nightly-20220602024936",
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",