@backstage/plugin-org 0.6.29-next.0 → 0.6.29-next.2

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,33 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.29-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 836127c: Updated dependency `@testing-library/react` to `^16.0.0`.
8
+ - 8a474f2: Updating docs to use `createFrontendModule` instead
9
+ - Updated dependencies
10
+ - @backstage/core-components@0.14.11-next.1
11
+ - @backstage/plugin-catalog-react@1.13.0-next.2
12
+ - @backstage/core-compat-api@0.3.0-next.2
13
+ - @backstage/core-plugin-api@1.9.4-next.0
14
+ - @backstage/frontend-plugin-api@0.8.0-next.2
15
+ - @backstage/catalog-model@1.6.0
16
+ - @backstage/plugin-catalog-common@1.0.26
17
+
18
+ ## 0.6.29-next.1
19
+
20
+ ### Patch Changes
21
+
22
+ - Updated dependencies
23
+ - @backstage/frontend-plugin-api@0.8.0-next.1
24
+ - @backstage/core-compat-api@0.3.0-next.1
25
+ - @backstage/core-components@0.14.11-next.0
26
+ - @backstage/plugin-catalog-react@1.12.4-next.1
27
+ - @backstage/catalog-model@1.6.0
28
+ - @backstage/core-plugin-api@1.9.3
29
+ - @backstage/plugin-catalog-common@1.0.26
30
+
3
31
  ## 0.6.29-next.0
4
32
 
5
33
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org__alpha",
3
- "version": "0.6.29-next.0",
3
+ "version": "0.6.29-next.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/dist/alpha.d.ts CHANGED
@@ -3,7 +3,7 @@ import * as _backstage_frontend_plugin_api from '@backstage/frontend-plugin-api'
3
3
  import React__default from 'react';
4
4
 
5
5
  /** @alpha */
6
- declare const _default: _backstage_frontend_plugin_api.BackstagePlugin<{}, {
6
+ declare const _default: _backstage_frontend_plugin_api.FrontendPlugin<{}, {
7
7
  catalogIndex: _backstage_frontend_plugin_api.ExternalRouteRef<undefined>;
8
8
  }, {
9
9
  "entity-card:org/group-profile": _backstage_frontend_plugin_api.ExtensionDefinition<{
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.29-next.0",
3
+ "version": "0.6.29-next.2",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -51,12 +51,12 @@
51
51
  },
52
52
  "dependencies": {
53
53
  "@backstage/catalog-model": "^1.6.0",
54
- "@backstage/core-compat-api": "^0.2.9-next.0",
55
- "@backstage/core-components": "^0.14.10",
56
- "@backstage/core-plugin-api": "^1.9.3",
57
- "@backstage/frontend-plugin-api": "^0.8.0-next.0",
54
+ "@backstage/core-compat-api": "^0.3.0-next.2",
55
+ "@backstage/core-components": "^0.14.11-next.1",
56
+ "@backstage/core-plugin-api": "^1.9.4-next.0",
57
+ "@backstage/frontend-plugin-api": "^0.8.0-next.2",
58
58
  "@backstage/plugin-catalog-common": "^1.0.26",
59
- "@backstage/plugin-catalog-react": "^1.12.4-next.0",
59
+ "@backstage/plugin-catalog-react": "^1.13.0-next.2",
60
60
  "@material-ui/core": "^4.12.2",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -68,18 +68,18 @@
68
68
  "react-use": "^17.2.4"
69
69
  },
70
70
  "devDependencies": {
71
- "@backstage/catalog-client": "^1.6.6",
72
- "@backstage/cli": "^0.27.1-next.0",
73
- "@backstage/core-app-api": "^1.14.2",
74
- "@backstage/dev-utils": "^1.0.38-next.0",
75
- "@backstage/plugin-catalog": "^1.22.1-next.0",
71
+ "@backstage/catalog-client": "^1.7.0-next.1",
72
+ "@backstage/cli": "^0.27.1-next.2",
73
+ "@backstage/core-app-api": "^1.14.3-next.0",
74
+ "@backstage/dev-utils": "^1.1.0-next.2",
75
+ "@backstage/plugin-catalog": "^1.23.0-next.2",
76
76
  "@backstage/plugin-permission-common": "^0.8.1",
77
- "@backstage/plugin-permission-react": "^0.4.25",
78
- "@backstage/test-utils": "^1.6.0-next.0",
77
+ "@backstage/plugin-permission-react": "^0.4.26-next.0",
78
+ "@backstage/test-utils": "^1.6.0-next.1",
79
79
  "@backstage/types": "^1.1.1",
80
80
  "@testing-library/dom": "^10.0.0",
81
81
  "@testing-library/jest-dom": "^6.0.0",
82
- "@testing-library/react": "^15.0.0",
82
+ "@testing-library/react": "^16.0.0",
83
83
  "@testing-library/user-event": "^14.0.0"
84
84
  },
85
85
  "peerDependencies": {