@backstage/plugin-org 0.6.20 → 0.6.21-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,19 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.21-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 526f00a: Document the new frontend system extensions for the org plugin.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.14.1-next.0
10
+ - @backstage/plugin-catalog-react@1.10.1-next.0
11
+ - @backstage/catalog-model@1.4.5-next.0
12
+ - @backstage/core-plugin-api@1.9.1-next.0
13
+ - @backstage/frontend-plugin-api@0.6.1-next.0
14
+ - @backstage/core-compat-api@0.2.1-next.0
15
+ - @backstage/plugin-catalog-common@1.0.22-next.0
16
+
3
17
  ## 0.6.20
4
18
 
5
19
  ### Patch Changes
package/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Org Plugin for Backstage
2
2
 
3
+ > Disclaimer:
4
+ > If you are looking for documentation on the experimental new frontend system support, please go [here](./README-alpha.md).
5
+
3
6
  ## Features
4
7
 
5
8
  - Show Group Page
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.6.20",
3
+ "version": "0.6.21-next.0",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
package/package.json CHANGED
@@ -1,9 +1,21 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
+ "version": "0.6.21-next.0",
3
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
4
- "version": "0.6.20",
5
- "main": "./dist/index.esm.js",
6
- "types": "./dist/index.d.ts",
5
+ "backstage": {
6
+ "role": "frontend-plugin"
7
+ },
8
+ "publishConfig": {
9
+ "access": "public"
10
+ },
11
+ "homepage": "https://backstage.io",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/backstage/backstage",
15
+ "directory": "plugins/org"
16
+ },
17
+ "license": "Apache-2.0",
18
+ "sideEffects": false,
7
19
  "exports": {
8
20
  ".": {
9
21
  "import": "./dist/index.esm.js",
@@ -17,37 +29,29 @@
17
29
  },
18
30
  "./package.json": "./package.json"
19
31
  },
20
- "license": "Apache-2.0",
21
- "publishConfig": {
22
- "access": "public"
23
- },
24
- "backstage": {
25
- "role": "frontend-plugin"
26
- },
27
- "homepage": "https://backstage.io",
28
- "repository": {
29
- "type": "git",
30
- "url": "https://github.com/backstage/backstage",
31
- "directory": "plugins/org"
32
- },
33
- "sideEffects": false,
32
+ "main": "./dist/index.esm.js",
33
+ "types": "./dist/index.d.ts",
34
+ "files": [
35
+ "dist",
36
+ "alpha"
37
+ ],
34
38
  "scripts": {
35
39
  "build": "backstage-cli package build",
36
- "start": "backstage-cli package start",
40
+ "clean": "backstage-cli package clean",
37
41
  "lint": "backstage-cli package lint",
38
- "test": "backstage-cli package test",
39
42
  "prepack": "backstage-cli package prepack",
40
43
  "postpack": "backstage-cli package postpack",
41
- "clean": "backstage-cli package clean"
44
+ "start": "backstage-cli package start",
45
+ "test": "backstage-cli package test"
42
46
  },
43
47
  "dependencies": {
44
- "@backstage/catalog-model": "^1.4.4",
45
- "@backstage/core-compat-api": "^0.2.0",
46
- "@backstage/core-components": "^0.14.0",
47
- "@backstage/core-plugin-api": "^1.9.0",
48
- "@backstage/frontend-plugin-api": "^0.6.0",
49
- "@backstage/plugin-catalog-common": "^1.0.21",
50
- "@backstage/plugin-catalog-react": "^1.10.0",
48
+ "@backstage/catalog-model": "^1.4.5-next.0",
49
+ "@backstage/core-compat-api": "^0.2.1-next.0",
50
+ "@backstage/core-components": "^0.14.1-next.0",
51
+ "@backstage/core-plugin-api": "^1.9.1-next.0",
52
+ "@backstage/frontend-plugin-api": "^0.6.1-next.0",
53
+ "@backstage/plugin-catalog-common": "^1.0.22-next.0",
54
+ "@backstage/plugin-catalog-react": "^1.10.1-next.0",
51
55
  "@material-ui/core": "^4.12.2",
52
56
  "@material-ui/icons": "^4.9.1",
53
57
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -58,29 +62,25 @@
58
62
  "qs": "^6.10.1",
59
63
  "react-use": "^17.2.4"
60
64
  },
61
- "peerDependencies": {
62
- "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
63
- "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
64
- "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
65
- },
66
65
  "devDependencies": {
67
- "@backstage/catalog-client": "^1.6.0",
68
- "@backstage/cli": "^0.25.2",
69
- "@backstage/core-app-api": "^1.12.0",
70
- "@backstage/dev-utils": "^1.0.27",
71
- "@backstage/plugin-catalog": "^1.17.0",
72
- "@backstage/plugin-permission-common": "^0.7.12",
73
- "@backstage/plugin-permission-react": "^0.4.20",
74
- "@backstage/test-utils": "^1.5.0",
66
+ "@backstage/catalog-client": "^1.6.1-next.0",
67
+ "@backstage/cli": "^0.25.3-next.0",
68
+ "@backstage/core-app-api": "^1.12.1-next.0",
69
+ "@backstage/dev-utils": "^1.0.28-next.0",
70
+ "@backstage/plugin-catalog": "^1.17.1-next.0",
71
+ "@backstage/plugin-permission-common": "^0.7.13-next.0",
72
+ "@backstage/plugin-permission-react": "^0.4.21-next.0",
73
+ "@backstage/test-utils": "^1.5.1-next.0",
75
74
  "@backstage/types": "^1.1.1",
76
75
  "@testing-library/dom": "^9.0.0",
77
76
  "@testing-library/jest-dom": "^6.0.0",
78
77
  "@testing-library/react": "^14.0.0",
79
78
  "@testing-library/user-event": "^14.0.0"
80
79
  },
81
- "files": [
82
- "dist",
83
- "alpha"
84
- ],
80
+ "peerDependencies": {
81
+ "react": "^16.13.1 || ^17.0.0 || ^18.0.0",
82
+ "react-dom": "^16.13.1 || ^17.0.0 || ^18.0.0",
83
+ "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
84
+ },
85
85
  "module": "./dist/index.esm.js"
86
86
  }