@backstage/plugin-catalog-graph 0.0.0-nightly-20220614024926 → 0.0.0-nightly-20220622024934

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 +26 -6
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -1,15 +1,35 @@
1
1
  # @backstage/plugin-catalog-graph
2
2
 
3
- ## 0.0.0-nightly-20220614024926
3
+ ## 0.0.0-nightly-20220622024934
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies
8
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220614024926
9
- - @backstage/core-components@0.0.0-nightly-20220614024926
10
- - @backstage/catalog-client@0.0.0-nightly-20220614024926
11
- - @backstage/core-plugin-api@0.0.0-nightly-20220614024926
12
- - @backstage/catalog-model@0.0.0-nightly-20220614024926
8
+ - @backstage/catalog-model@0.0.0-nightly-20220622024934
9
+ - @backstage/core-components@0.0.0-nightly-20220622024934
10
+ - @backstage/catalog-client@0.0.0-nightly-20220622024934
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220622024934
12
+
13
+ ## 0.2.19-next.0
14
+
15
+ ### Patch Changes
16
+
17
+ - Updated dependencies
18
+ - @backstage/catalog-model@1.1.0-next.0
19
+ - @backstage/core-components@0.9.6-next.0
20
+ - @backstage/catalog-client@1.0.4-next.0
21
+ - @backstage/plugin-catalog-react@1.1.2-next.0
22
+
23
+ ## 0.2.18
24
+
25
+ ### Patch Changes
26
+
27
+ - Updated dependencies
28
+ - @backstage/plugin-catalog-react@1.1.1
29
+ - @backstage/core-components@0.9.5
30
+ - @backstage/catalog-client@1.0.3
31
+ - @backstage/core-plugin-api@1.0.3
32
+ - @backstage/catalog-model@1.0.3
13
33
 
14
34
  ## 0.2.18-next.1
15
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-catalog-graph",
3
- "version": "0.0.0-nightly-20220614024926",
3
+ "version": "0.0.0-nightly-20220622024934",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -24,11 +24,11 @@
24
24
  "clean": "backstage-cli package clean"
25
25
  },
26
26
  "dependencies": {
27
- "@backstage/catalog-client": "^0.0.0-nightly-20220614024926",
28
- "@backstage/catalog-model": "^0.0.0-nightly-20220614024926",
29
- "@backstage/core-components": "^0.0.0-nightly-20220614024926",
30
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220614024926",
31
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220614024926",
27
+ "@backstage/catalog-client": "^0.0.0-nightly-20220622024934",
28
+ "@backstage/catalog-model": "^0.0.0-nightly-20220622024934",
29
+ "@backstage/core-components": "^0.0.0-nightly-20220622024934",
30
+ "@backstage/core-plugin-api": "^1.0.3",
31
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220622024934",
32
32
  "@backstage/theme": "^0.2.15",
33
33
  "@material-ui/core": "^4.12.2",
34
34
  "@material-ui/icons": "^4.9.1",
@@ -45,11 +45,11 @@
45
45
  "react": "^16.13.1 || ^17.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20220614024926",
49
- "@backstage/core-app-api": "^0.0.0-nightly-20220614024926",
50
- "@backstage/dev-utils": "^0.0.0-nightly-20220614024926",
51
- "@backstage/plugin-catalog": "^0.0.0-nightly-20220614024926",
52
- "@backstage/test-utils": "^0.0.0-nightly-20220614024926",
48
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
49
+ "@backstage/core-app-api": "^0.0.0-nightly-20220622024934",
50
+ "@backstage/dev-utils": "^0.0.0-nightly-20220622024934",
51
+ "@backstage/plugin-catalog": "^0.0.0-nightly-20220622024934",
52
+ "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
53
53
  "@backstage/types": "^1.0.0",
54
54
  "@testing-library/jest-dom": "^5.10.1",
55
55
  "@testing-library/react": "^12.1.3",