@backstage/plugin-org 0.6.47-next.1 → 0.6.48-next.0

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,25 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.48-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/plugin-catalog-react@1.21.5-next.0
9
+ - @backstage/frontend-plugin-api@0.13.2
10
+
11
+ ## 0.6.47
12
+
13
+ ### Patch Changes
14
+
15
+ - f3f84f1: Minor extension type updates after frontend API bump
16
+ - d02db50: Remove unnecessary use of `compatWrapper` and `convertLegacyRouteRef`(s) for the new frontend system.
17
+ - Updated dependencies
18
+ - @backstage/frontend-plugin-api@0.13.2
19
+ - @backstage/core-components@0.18.4
20
+ - @backstage/plugin-catalog-react@1.21.4
21
+ - @backstage/core-plugin-api@1.12.1
22
+
3
23
  ## 0.6.47-next.1
4
24
 
5
25
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.6.47-next.1";
2
+ var version = "0.6.48-next.0";
3
3
  var description = "A Backstage plugin that helps you create entity pages for your organization";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.47-next.1",
3
+ "version": "0.6.48-next.0",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -64,11 +64,11 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/catalog-model": "1.7.6",
67
- "@backstage/core-components": "0.18.4-next.2",
68
- "@backstage/core-plugin-api": "1.12.1-next.0",
69
- "@backstage/frontend-plugin-api": "0.13.2-next.1",
67
+ "@backstage/core-components": "0.18.4",
68
+ "@backstage/core-plugin-api": "1.12.1",
69
+ "@backstage/frontend-plugin-api": "0.13.2",
70
70
  "@backstage/plugin-catalog-common": "1.1.7",
71
- "@backstage/plugin-catalog-react": "1.21.4-next.2",
71
+ "@backstage/plugin-catalog-react": "1.21.5-next.0",
72
72
  "@material-ui/core": "^4.12.2",
73
73
  "@material-ui/icons": "^4.9.1",
74
74
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -80,13 +80,13 @@
80
80
  },
81
81
  "devDependencies": {
82
82
  "@backstage/catalog-client": "1.12.1",
83
- "@backstage/cli": "0.35.0-next.2",
84
- "@backstage/core-app-api": "1.19.3-next.1",
85
- "@backstage/dev-utils": "1.1.18-next.1",
86
- "@backstage/plugin-catalog": "1.32.1-next.1",
83
+ "@backstage/cli": "0.35.2-next.1",
84
+ "@backstage/core-app-api": "1.19.3",
85
+ "@backstage/dev-utils": "1.1.19-next.1",
86
+ "@backstage/plugin-catalog": "1.32.2-next.0",
87
87
  "@backstage/plugin-permission-common": "0.9.3",
88
- "@backstage/plugin-permission-react": "0.4.39-next.0",
89
- "@backstage/test-utils": "1.7.14-next.0",
88
+ "@backstage/plugin-permission-react": "0.4.39",
89
+ "@backstage/test-utils": "1.7.14",
90
90
  "@backstage/types": "1.2.2",
91
91
  "@testing-library/dom": "^10.0.0",
92
92
  "@testing-library/jest-dom": "^6.0.0",