@backstage/plugin-org 0.6.15-next.2 → 0.6.15

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 +15 -0
  2. package/package.json +15 -15
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.15
4
+
5
+ ### Patch Changes
6
+
7
+ - dc5b6b971b: Fixed the display of OwnershipCard with aggregated relations by loading relations when getting children of entity.
8
+ This allows the already existing recursive method to work properly when children of entity have children themselves.
9
+ - 9a1fce352e: Updated dependency `@testing-library/jest-dom` to `^6.0.0`.
10
+ - f95af4e540: Updated dependency `@testing-library/dom` to `^9.0.0`.
11
+ - Updated dependencies
12
+ - @backstage/plugin-catalog-react@1.8.5
13
+ - @backstage/core-plugin-api@1.7.0
14
+ - @backstage/core-components@0.13.6
15
+ - @backstage/catalog-model@1.4.3
16
+ - @backstage/theme@0.4.3
17
+
3
18
  ## 0.6.15-next.2
4
19
 
5
20
  ### Patch Changes
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.6.15-next.2",
4
+ "version": "0.6.15",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -30,11 +30,11 @@
30
30
  "clean": "backstage-cli package clean"
31
31
  },
32
32
  "dependencies": {
33
- "@backstage/catalog-model": "^1.4.3-next.0",
34
- "@backstage/core-components": "^0.13.6-next.2",
35
- "@backstage/core-plugin-api": "^1.7.0-next.1",
36
- "@backstage/plugin-catalog-react": "^1.8.5-next.2",
37
- "@backstage/theme": "^0.4.3-next.0",
33
+ "@backstage/catalog-model": "^1.4.3",
34
+ "@backstage/core-components": "^0.13.6",
35
+ "@backstage/core-plugin-api": "^1.7.0",
36
+ "@backstage/plugin-catalog-react": "^1.8.5",
37
+ "@backstage/theme": "^0.4.3",
38
38
  "@material-ui/core": "^4.12.2",
39
39
  "@material-ui/icons": "^4.9.1",
40
40
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -51,16 +51,16 @@
51
51
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@backstage/catalog-client": "^1.4.5-next.0",
55
- "@backstage/cli": "^0.23.0-next.2",
56
- "@backstage/core-app-api": "^1.11.0-next.2",
57
- "@backstage/dev-utils": "^1.0.22-next.2",
58
- "@backstage/plugin-catalog": "^1.14.0-next.2",
59
- "@backstage/plugin-permission-react": "^0.4.16-next.1",
60
- "@backstage/test-utils": "^1.4.4-next.2",
54
+ "@backstage/catalog-client": "^1.4.5",
55
+ "@backstage/cli": "^0.23.0",
56
+ "@backstage/core-app-api": "^1.11.0",
57
+ "@backstage/dev-utils": "^1.0.22",
58
+ "@backstage/plugin-catalog": "^1.14.0",
59
+ "@backstage/plugin-permission-react": "^0.4.16",
60
+ "@backstage/test-utils": "^1.4.4",
61
61
  "@backstage/types": "^1.1.1",
62
- "@testing-library/dom": "^8.0.0",
63
- "@testing-library/jest-dom": "^5.10.1",
62
+ "@testing-library/dom": "^9.0.0",
63
+ "@testing-library/jest-dom": "^6.0.0",
64
64
  "@testing-library/react": "^12.1.3",
65
65
  "@testing-library/react-hooks": "^8.0.1",
66
66
  "@testing-library/user-event": "^14.0.0",