@backstage/plugin-catalog-graph 0.0.0-nightly-202201323044 → 0.0.0-nightly-202201921950

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 +28 -7
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,16 +1,37 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
- ## 0.0.0-nightly-202201323044
3
+ ## 0.0.0-nightly-202201921950
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/core-components@0.0.0-nightly-202201323044
9
- - @backstage/core-plugin-api@0.0.0-nightly-202201323044
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-202201323044
11
- - @backstage/catalog-client@0.0.0-nightly-202201323044
12
- - @backstage/catalog-model@0.0.0-nightly-202201323044
13
- - @backstage/theme@0.0.0-nightly-202201323044
8
+ - @backstage/core-components@0.0.0-nightly-202201921950
9
+ - @backstage/core-plugin-api@0.0.0-nightly-202201921950
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-202201921950
11
+ - @backstage/catalog-model@0.0.0-nightly-202201921950
12
+ - @backstage/catalog-client@0.0.0-nightly-202201921950
13
+
14
+ ## 0.2.7-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.8.5-next.0
20
+ - @backstage/core-plugin-api@0.6.0-next.0
21
+ - @backstage/plugin-catalog-react@0.6.12-next.0
22
+ - @backstage/catalog-model@0.9.10-next.0
23
+ - @backstage/catalog-client@0.5.5-next.0
24
+
25
+ ## 0.2.6
26
+
27
+ ### Patch Changes
28
+
29
+ - Updated dependencies
30
+ - @backstage/core-components@0.8.4
31
+ - @backstage/core-plugin-api@0.5.0
32
+ - @backstage/plugin-catalog-react@0.6.11
33
+ - @backstage/catalog-client@0.5.4
34
+ - @backstage/catalog-model@0.9.9
14
35
 
15
36
  ## 0.2.5
16
37
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.0.0-nightly-202201323044",
3
+ "version": "0.0.0-nightly-202201921950",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -21,12 +21,12 @@
21
21
  "clean": "backstage-cli clean"
22
22
  },
23
23
  "dependencies": {
24
- "@backstage/catalog-client": "^0.0.0-nightly-202201323044",
25
- "@backstage/catalog-model": "^0.0.0-nightly-202201323044",
26
- "@backstage/core-components": "^0.0.0-nightly-202201323044",
27
- "@backstage/core-plugin-api": "^0.0.0-nightly-202201323044",
28
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201323044",
29
- "@backstage/theme": "^0.0.0-nightly-202201323044",
24
+ "@backstage/catalog-client": "^0.0.0-nightly-202201921950",
25
+ "@backstage/catalog-model": "^0.0.0-nightly-202201921950",
26
+ "@backstage/core-components": "^0.0.0-nightly-202201921950",
27
+ "@backstage/core-plugin-api": "^0.0.0-nightly-202201921950",
28
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-202201921950",
29
+ "@backstage/theme": "^0.2.14",
30
30
  "@material-ui/core": "^4.12.2",
31
31
  "@material-ui/icons": "^4.9.1",
32
32
  "@material-ui/lab": "4.0.0-alpha.57",
@@ -42,10 +42,10 @@
42
42
  "react": "^16.13.1 || ^17.0.0"
43
43
  },
44
44
  "devDependencies": {
45
- "@backstage/cli": "^0.0.0-nightly-202201323044",
46
- "@backstage/core-app-api": "^0.0.0-nightly-202201323044",
47
- "@backstage/dev-utils": "^0.0.0-nightly-202201323044",
48
- "@backstage/test-utils": "^0.0.0-nightly-202201323044",
45
+ "@backstage/cli": "^0.0.0-nightly-202201921950",
46
+ "@backstage/core-app-api": "^0.0.0-nightly-202201921950",
47
+ "@backstage/dev-utils": "^0.0.0-nightly-202201921950",
48
+ "@backstage/test-utils": "^0.0.0-nightly-202201921950",
49
49
  "@testing-library/jest-dom": "^5.10.1",
50
50
  "@testing-library/react": "^11.2.5",
51
51
  "@testing-library/react-hooks": "^7.0.2",