@backstage/plugin-catalog-react 0.0.0-nightly-20230814020955 → 0.0.0-nightly-20230818020953

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,13 +1,31 @@
1
1
  # @backstage/plugin-catalog-react
2
2
 
3
- ## 0.0.0-nightly-20230814020955
3
+ ## 0.0.0-nightly-20230818020953
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20230818020953
9
+ - @backstage/integration@1.6.0
10
+ - @backstage/catalog-client@1.4.3
11
+ - @backstage/catalog-model@1.4.1
12
+ - @backstage/core-plugin-api@1.5.3
13
+ - @backstage/errors@1.2.1
14
+ - @backstage/theme@0.4.1
15
+ - @backstage/types@1.1.0
16
+ - @backstage/version-bridge@1.0.4
17
+ - @backstage/plugin-catalog-common@1.0.15
18
+ - @backstage/plugin-permission-common@0.7.7
19
+ - @backstage/plugin-permission-react@0.4.14
20
+
21
+ ## 1.8.1
4
22
 
5
23
  ### Patch Changes
6
24
 
7
25
  - aa3feedce10a: Allow specifying screen size when catalog filters are hidden in drawer
8
26
  - Updated dependencies
9
- - @backstage/integration@0.0.0-nightly-20230814020955
10
- - @backstage/core-components@0.0.0-nightly-20230814020955
27
+ - @backstage/integration@1.6.0
28
+ - @backstage/core-components@0.13.4
11
29
  - @backstage/core-plugin-api@1.5.3
12
30
  - @backstage/catalog-client@1.4.3
13
31
  - @backstage/catalog-model@1.4.1
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-react",
3
- "version": "0.0.0-nightly-20230814020955",
3
+ "version": "0.0.0-nightly-20230818020953",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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-20230814020955",
4
+ "version": "0.0.0-nightly-20230818020953",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "dependencies": {
46
46
  "@backstage/catalog-client": "^1.4.3",
47
47
  "@backstage/catalog-model": "^1.4.1",
48
- "@backstage/core-components": "^0.0.0-nightly-20230814020955",
48
+ "@backstage/core-components": "^0.0.0-nightly-20230818020953",
49
49
  "@backstage/core-plugin-api": "^1.5.3",
50
50
  "@backstage/errors": "^1.2.1",
51
- "@backstage/integration": "^0.0.0-nightly-20230814020955",
51
+ "@backstage/integration": "^1.6.0",
52
52
  "@backstage/plugin-catalog-common": "^1.0.15",
53
53
  "@backstage/plugin-permission-common": "^0.7.7",
54
54
  "@backstage/plugin-permission-react": "^0.4.14",
@@ -75,11 +75,11 @@
75
75
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
76
76
  },
77
77
  "devDependencies": {
78
- "@backstage/cli": "^0.0.0-nightly-20230814020955",
79
- "@backstage/core-app-api": "^0.0.0-nightly-20230814020955",
78
+ "@backstage/cli": "^0.0.0-nightly-20230818020953",
79
+ "@backstage/core-app-api": "^1.9.1",
80
80
  "@backstage/plugin-catalog-common": "^1.0.15",
81
- "@backstage/plugin-scaffolder-common": "^0.0.0-nightly-20230814020955",
82
- "@backstage/test-utils": "^0.0.0-nightly-20230814020955",
81
+ "@backstage/plugin-scaffolder-common": "^1.4.0",
82
+ "@backstage/test-utils": "^1.4.2",
83
83
  "@testing-library/dom": "^8.0.0",
84
84
  "@testing-library/jest-dom": "^5.10.1",
85
85
  "@testing-library/react": "^12.1.3",