@backstage/plugin-org 0.7.4-next.0 → 0.7.4

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.7.4
4
+
5
+ ### Patch Changes
6
+
7
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
8
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
9
+ - 085133f: The `zod` dependency has been bumped from `^3.25.76 || ^4.0.0` to `^4.0.0`, since `configSchema` requires the full Zod v4 package for JSON Schema support.
10
+ - Updated dependencies
11
+ - @backstage/catalog-model@1.9.0
12
+ - @backstage/core-components@0.18.10
13
+ - @backstage/ui@0.15.0
14
+ - @backstage/frontend-plugin-api@0.17.0
15
+ - @backstage/core-plugin-api@1.12.6
16
+ - @backstage/plugin-catalog-react@3.0.0
17
+ - @backstage/plugin-catalog-common@1.1.10
18
+
19
+ ## 0.7.4-next.1
20
+
21
+ ### Patch Changes
22
+
23
+ - f635139: Limited `@remixicon/react` dependency to versions below 4.9.0 due to a license change in that release.
24
+ - Updated dependencies
25
+ - @backstage/ui@0.15.0-next.1
26
+ - @backstage/frontend-plugin-api@0.17.0-next.1
27
+ - @backstage/catalog-model@1.8.1-next.1
28
+ - @backstage/core-plugin-api@1.12.6-next.1
29
+ - @backstage/plugin-catalog-react@2.1.5-next.1
30
+
3
31
  ## 0.7.4-next.0
4
32
 
5
33
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.7.4-next.0";
2
+ var version = "0.7.4";
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",
@@ -60,7 +60,7 @@ var dependencies = {
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",
63
- "@remixicon/react": "^4.6.0",
63
+ "@remixicon/react": ">=4.6.0 <4.9.0",
64
64
  lodash: "^4.17.21",
65
65
  "p-limit": "^3.1.0",
66
66
  pluralize: "^8.0.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org",
3
- "version": "0.7.4-next.0",
3
+ "version": "0.7.4",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,17 +63,17 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/catalog-model": "1.8.1-next.0",
67
- "@backstage/core-components": "0.18.10-next.0",
68
- "@backstage/core-plugin-api": "1.12.6-next.0",
69
- "@backstage/frontend-plugin-api": "0.17.0-next.0",
70
- "@backstage/plugin-catalog-common": "1.1.10-next.0",
71
- "@backstage/plugin-catalog-react": "2.1.5-next.0",
72
- "@backstage/ui": "0.15.0-next.0",
66
+ "@backstage/catalog-model": "^1.9.0",
67
+ "@backstage/core-components": "^0.18.10",
68
+ "@backstage/core-plugin-api": "^1.12.6",
69
+ "@backstage/frontend-plugin-api": "^0.17.0",
70
+ "@backstage/plugin-catalog-common": "^1.1.10",
71
+ "@backstage/plugin-catalog-react": "^3.0.0",
72
+ "@backstage/ui": "^0.15.0",
73
73
  "@material-ui/core": "^4.12.2",
74
74
  "@material-ui/icons": "^4.9.1",
75
75
  "@material-ui/lab": "4.0.0-alpha.61",
76
- "@remixicon/react": "^4.6.0",
76
+ "@remixicon/react": ">=4.6.0 <4.9.0",
77
77
  "lodash": "^4.17.21",
78
78
  "p-limit": "^3.1.0",
79
79
  "pluralize": "^8.0.0",
@@ -82,16 +82,16 @@
82
82
  "zod": "^4.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/catalog-client": "1.15.1-next.0",
86
- "@backstage/cli": "0.36.2-next.0",
87
- "@backstage/core-app-api": "1.20.1-next.0",
88
- "@backstage/dev-utils": "1.1.23-next.0",
89
- "@backstage/frontend-test-utils": "0.5.3-next.0",
90
- "@backstage/plugin-catalog": "2.0.5-next.0",
91
- "@backstage/plugin-permission-common": "0.9.9-next.0",
92
- "@backstage/plugin-permission-react": "0.5.1-next.0",
93
- "@backstage/test-utils": "1.7.18-next.0",
94
- "@backstage/types": "1.2.2",
85
+ "@backstage/catalog-client": "^1.15.1",
86
+ "@backstage/cli": "^0.36.2",
87
+ "@backstage/core-app-api": "^1.20.1",
88
+ "@backstage/dev-utils": "^1.1.23",
89
+ "@backstage/frontend-test-utils": "^0.6.0",
90
+ "@backstage/plugin-catalog": "^2.0.5",
91
+ "@backstage/plugin-permission-common": "^0.9.9",
92
+ "@backstage/plugin-permission-react": "^0.5.1",
93
+ "@backstage/test-utils": "^1.7.18",
94
+ "@backstage/types": "^1.2.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",
97
97
  "@testing-library/react": "^16.0.0",