@backstage/plugin-org 0.0.0-nightly-20221008024821 → 0.0.0-nightly-20221010030156

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 +5 -5
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,15 +1,15 @@
1
1
  # @backstage/plugin-org
2
2
 
3
- ## 0.0.0-nightly-20221008024821
3
+ ## 0.0.0-nightly-20221010030156
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - f2b4b55636: consistently show parent and child relations in group profile card
8
8
  - Updated dependencies
9
- - @backstage/catalog-model@0.0.0-nightly-20221008024821
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20221008024821
11
- - @backstage/core-components@0.0.0-nightly-20221008024821
12
- - @backstage/core-plugin-api@0.0.0-nightly-20221008024821
9
+ - @backstage/catalog-model@0.0.0-nightly-20221010030156
10
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20221010030156
11
+ - @backstage/core-components@0.0.0-nightly-20221010030156
12
+ - @backstage/core-plugin-api@0.0.0-nightly-20221010030156
13
13
  - @backstage/theme@0.2.16
14
14
 
15
15
  ## 0.5.10-next.1
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-20221008024821",
4
+ "version": "0.0.0-nightly-20221010030156",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -28,10 +28,10 @@
28
28
  "clean": "backstage-cli package clean"
29
29
  },
30
30
  "dependencies": {
31
- "@backstage/catalog-model": "^0.0.0-nightly-20221008024821",
32
- "@backstage/core-components": "^0.0.0-nightly-20221008024821",
33
- "@backstage/core-plugin-api": "^0.0.0-nightly-20221008024821",
34
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20221008024821",
31
+ "@backstage/catalog-model": "^0.0.0-nightly-20221010030156",
32
+ "@backstage/core-components": "^0.0.0-nightly-20221010030156",
33
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20221010030156",
34
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20221010030156",
35
35
  "@backstage/theme": "^0.2.16",
36
36
  "@material-ui/core": "^4.12.2",
37
37
  "@material-ui/icons": "^4.9.1",
@@ -47,11 +47,11 @@
47
47
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
48
48
  },
49
49
  "devDependencies": {
50
- "@backstage/catalog-client": "^0.0.0-nightly-20221008024821",
51
- "@backstage/cli": "^0.0.0-nightly-20221008024821",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20221008024821",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20221008024821",
54
- "@backstage/test-utils": "^0.0.0-nightly-20221008024821",
50
+ "@backstage/catalog-client": "^0.0.0-nightly-20221010030156",
51
+ "@backstage/cli": "^0.0.0-nightly-20221010030156",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20221010030156",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20221010030156",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20221010030156",
55
55
  "@testing-library/jest-dom": "^5.10.1",
56
56
  "@testing-library/react": "^12.1.3",
57
57
  "@testing-library/user-event": "^14.0.0",