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

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 +28 -0
  2. package/package.json +15 -14
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @backstage/plugin-org
2
2
 
3
+ ## 0.6.14
4
+
5
+ ### Patch Changes
6
+
7
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
9
+ - 43a2137bb829: Ensure direct relations are shown for User entities while keeping support for aggregating closest parent group ownership
10
+ - dd9329caea1c: Entity relations toggle should by default be aggregated for User entities
11
+ - 8cec7664e146: Removed `@types/node` dependency
12
+ - Updated dependencies
13
+ - @backstage/plugin-catalog-react@1.8.4
14
+ - @backstage/core-components@0.13.5
15
+ - @backstage/catalog-model@1.4.2
16
+ - @backstage/core-plugin-api@1.6.0
17
+ - @backstage/theme@0.4.2
18
+
19
+ ## 0.6.14-next.3
20
+
21
+ ### Patch Changes
22
+
23
+ - 406b786a2a2c: Mark package as being free of side effects, allowing more optimized Webpack builds.
24
+ - Updated dependencies
25
+ - @backstage/catalog-model@1.4.2-next.2
26
+ - @backstage/core-components@0.13.5-next.3
27
+ - @backstage/core-plugin-api@1.6.0-next.3
28
+ - @backstage/plugin-catalog-react@1.8.4-next.3
29
+ - @backstage/theme@0.4.2-next.0
30
+
3
31
  ## 0.6.14-next.2
4
32
 
5
33
  ### 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.14-next.2",
4
+ "version": "0.6.14",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -19,6 +19,7 @@
19
19
  "url": "https://github.com/backstage/backstage",
20
20
  "directory": "plugins/org"
21
21
  },
22
+ "sideEffects": false,
22
23
  "scripts": {
23
24
  "build": "backstage-cli package build",
24
25
  "start": "backstage-cli package start",
@@ -29,11 +30,11 @@
29
30
  "clean": "backstage-cli package clean"
30
31
  },
31
32
  "dependencies": {
32
- "@backstage/catalog-model": "^1.4.2-next.1",
33
- "@backstage/core-components": "^0.13.5-next.2",
34
- "@backstage/core-plugin-api": "^1.6.0-next.2",
35
- "@backstage/plugin-catalog-react": "^1.8.4-next.2",
36
- "@backstage/theme": "^0.4.1",
33
+ "@backstage/catalog-model": "^1.4.2",
34
+ "@backstage/core-components": "^0.13.5",
35
+ "@backstage/core-plugin-api": "^1.6.0",
36
+ "@backstage/plugin-catalog-react": "^1.8.4",
37
+ "@backstage/theme": "^0.4.2",
37
38
  "@material-ui/core": "^4.12.2",
38
39
  "@material-ui/icons": "^4.9.1",
39
40
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -49,14 +50,14 @@
49
50
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
50
51
  },
51
52
  "devDependencies": {
52
- "@backstage/catalog-client": "^1.4.4-next.1",
53
- "@backstage/cli": "^0.22.13-next.2",
54
- "@backstage/core-app-api": "^1.10.0-next.2",
55
- "@backstage/dev-utils": "^1.0.21-next.2",
56
- "@backstage/plugin-catalog": "^1.13.0-next.2",
57
- "@backstage/plugin-permission-react": "^0.4.15-next.2",
58
- "@backstage/test-utils": "^1.4.3-next.2",
59
- "@backstage/types": "^1.1.0",
53
+ "@backstage/catalog-client": "^1.4.4",
54
+ "@backstage/cli": "^0.22.13",
55
+ "@backstage/core-app-api": "^1.10.0",
56
+ "@backstage/dev-utils": "^1.0.21",
57
+ "@backstage/plugin-catalog": "^1.13.0",
58
+ "@backstage/plugin-permission-react": "^0.4.15",
59
+ "@backstage/test-utils": "^1.4.3",
60
+ "@backstage/types": "^1.1.1",
60
61
  "@testing-library/dom": "^8.0.0",
61
62
  "@testing-library/jest-dom": "^5.10.1",
62
63
  "@testing-library/react": "^12.1.3",