@backstage/plugin-org 0.0.0-nightly-20260420031813 → 0.0.0-nightly-20260422031853

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,19 +1,34 @@
1
1
  # @backstage/plugin-org
2
2
 
3
- ## 0.0.0-nightly-20260420031813
3
+ ## 0.0.0-nightly-20260422031853
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - cad156e: Replaced old config schema values from existing extensions and blueprints.
8
8
  - 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.
9
9
  - Updated dependencies
10
- - @backstage/core-components@0.0.0-nightly-20260420031813
11
- - @backstage/ui@0.0.0-nightly-20260420031813
12
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260420031813
13
- - @backstage/frontend-plugin-api@0.0.0-nightly-20260420031813
14
- - @backstage/catalog-model@0.0.0-nightly-20260420031813
15
- - @backstage/core-plugin-api@0.0.0-nightly-20260420031813
16
- - @backstage/plugin-catalog-common@0.0.0-nightly-20260420031813
10
+ - @backstage/core-components@0.0.0-nightly-20260422031853
11
+ - @backstage/ui@0.0.0-nightly-20260422031853
12
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260422031853
13
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260422031853
14
+ - @backstage/catalog-model@0.0.0-nightly-20260422031853
15
+ - @backstage/core-plugin-api@0.0.0-nightly-20260422031853
16
+ - @backstage/plugin-catalog-common@0.0.0-nightly-20260422031853
17
+
18
+ ## 0.7.4-next.0
19
+
20
+ ### Patch Changes
21
+
22
+ - cad156e: Replaced old config schema values from existing extensions and blueprints.
23
+ - 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.
24
+ - Updated dependencies
25
+ - @backstage/core-components@0.18.10-next.0
26
+ - @backstage/ui@0.15.0-next.0
27
+ - @backstage/plugin-catalog-react@2.1.5-next.0
28
+ - @backstage/frontend-plugin-api@0.17.0-next.0
29
+ - @backstage/catalog-model@1.8.1-next.0
30
+ - @backstage/core-plugin-api@1.12.6-next.0
31
+ - @backstage/plugin-catalog-common@1.1.10-next.0
17
32
 
18
33
  ## 0.7.1
19
34
 
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.0.0-nightly-20260420031813";
2
+ var version = "0.0.0-nightly-20260422031853";
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.0.0-nightly-20260420031813",
3
+ "version": "0.0.0-nightly-20260422031853",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -63,13 +63,13 @@
63
63
  "test": "backstage-cli package test"
64
64
  },
65
65
  "dependencies": {
66
- "@backstage/catalog-model": "0.0.0-nightly-20260420031813",
67
- "@backstage/core-components": "0.0.0-nightly-20260420031813",
68
- "@backstage/core-plugin-api": "0.0.0-nightly-20260420031813",
69
- "@backstage/frontend-plugin-api": "0.0.0-nightly-20260420031813",
70
- "@backstage/plugin-catalog-common": "0.0.0-nightly-20260420031813",
71
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260420031813",
72
- "@backstage/ui": "0.0.0-nightly-20260420031813",
66
+ "@backstage/catalog-model": "0.0.0-nightly-20260422031853",
67
+ "@backstage/core-components": "0.0.0-nightly-20260422031853",
68
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260422031853",
69
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260422031853",
70
+ "@backstage/plugin-catalog-common": "0.0.0-nightly-20260422031853",
71
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260422031853",
72
+ "@backstage/ui": "0.0.0-nightly-20260422031853",
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",
@@ -82,15 +82,15 @@
82
82
  "zod": "^4.0.0"
83
83
  },
84
84
  "devDependencies": {
85
- "@backstage/catalog-client": "0.0.0-nightly-20260420031813",
86
- "@backstage/cli": "0.0.0-nightly-20260420031813",
87
- "@backstage/core-app-api": "0.0.0-nightly-20260420031813",
88
- "@backstage/dev-utils": "0.0.0-nightly-20260420031813",
89
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260420031813",
90
- "@backstage/plugin-catalog": "0.0.0-nightly-20260420031813",
91
- "@backstage/plugin-permission-common": "0.0.0-nightly-20260420031813",
92
- "@backstage/plugin-permission-react": "0.0.0-nightly-20260420031813",
93
- "@backstage/test-utils": "0.0.0-nightly-20260420031813",
85
+ "@backstage/catalog-client": "0.0.0-nightly-20260422031853",
86
+ "@backstage/cli": "0.0.0-nightly-20260422031853",
87
+ "@backstage/core-app-api": "0.0.0-nightly-20260422031853",
88
+ "@backstage/dev-utils": "0.0.0-nightly-20260422031853",
89
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260422031853",
90
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260422031853",
91
+ "@backstage/plugin-permission-common": "0.0.0-nightly-20260422031853",
92
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260422031853",
93
+ "@backstage/test-utils": "0.0.0-nightly-20260422031853",
94
94
  "@backstage/types": "1.2.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",