@backstage/plugin-org 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 +23 -5
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,6 +1,24 @@
1
1
  # @backstage/plugin-org
2
2
 
3
- ## 0.0.0-nightly-20220614024926
3
+ ## 0.0.0-nightly-20220622024934
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/catalog-model@0.0.0-nightly-20220622024934
9
+ - @backstage/core-components@0.0.0-nightly-20220622024934
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20220622024934
11
+
12
+ ## 0.5.7-next.0
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies
17
+ - @backstage/catalog-model@1.1.0-next.0
18
+ - @backstage/core-components@0.9.6-next.0
19
+ - @backstage/plugin-catalog-react@1.1.2-next.0
20
+
21
+ ## 0.5.6
4
22
 
5
23
  ### Patch Changes
6
24
 
@@ -29,10 +47,10 @@
29
47
  ```
30
48
 
31
49
  - Updated dependencies
32
- - @backstage/plugin-catalog-react@0.0.0-nightly-20220614024926
33
- - @backstage/core-components@0.0.0-nightly-20220614024926
34
- - @backstage/core-plugin-api@0.0.0-nightly-20220614024926
35
- - @backstage/catalog-model@0.0.0-nightly-20220614024926
50
+ - @backstage/plugin-catalog-react@1.1.1
51
+ - @backstage/core-components@0.9.5
52
+ - @backstage/core-plugin-api@1.0.3
53
+ - @backstage/catalog-model@1.0.3
36
54
 
37
55
  ## 0.5.6-next.2
38
56
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
3
  "description": "A Backstage plugin that helps you create entity pages for your organization",
4
- "version": "0.0.0-nightly-20220614024926",
4
+ "version": "0.0.0-nightly-20220622024934",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -29,10 +29,10 @@
29
29
  "clean": "backstage-cli package clean"
30
30
  },
31
31
  "dependencies": {
32
- "@backstage/catalog-model": "^0.0.0-nightly-20220614024926",
33
- "@backstage/core-components": "^0.0.0-nightly-20220614024926",
34
- "@backstage/core-plugin-api": "^0.0.0-nightly-20220614024926",
35
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220614024926",
32
+ "@backstage/catalog-model": "^0.0.0-nightly-20220622024934",
33
+ "@backstage/core-components": "^0.0.0-nightly-20220622024934",
34
+ "@backstage/core-plugin-api": "^1.0.3",
35
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20220622024934",
36
36
  "@backstage/theme": "^0.2.15",
37
37
  "@material-ui/core": "^4.12.2",
38
38
  "@material-ui/icons": "^4.9.1",
@@ -48,11 +48,11 @@
48
48
  "react": "^16.13.1 || ^17.0.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/catalog-client": "^0.0.0-nightly-20220614024926",
52
- "@backstage/cli": "^0.0.0-nightly-20220614024926",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20220614024926",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20220614024926",
55
- "@backstage/test-utils": "^0.0.0-nightly-20220614024926",
51
+ "@backstage/catalog-client": "^0.0.0-nightly-20220622024934",
52
+ "@backstage/cli": "^0.0.0-nightly-20220622024934",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20220622024934",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20220622024934",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20220622024934",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",
58
58
  "@testing-library/user-event": "^14.0.0",