@backstage/plugin-org 0.0.0-nightly-20260526032421 → 0.0.0-nightly-20260528032551

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,28 @@
1
1
  # @backstage/plugin-org
2
2
 
3
- ## 0.0.0-nightly-20260526032421
3
+ ## 0.0.0-nightly-20260528032551
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20260526032421
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20260526032421
11
- - @backstage/ui@0.15.0
12
- - @backstage/frontend-plugin-api@0.17.0
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20260528032551
10
+ - @backstage/core-components@0.0.0-nightly-20260528032551
11
+ - @backstage/frontend-plugin-api@0.0.0-nightly-20260528032551
12
+ - @backstage/ui@0.0.0-nightly-20260528032551
13
+ - @backstage/core-plugin-api@0.0.0-nightly-20260528032551
13
14
  - @backstage/catalog-model@1.9.0
14
- - @backstage/core-plugin-api@1.12.6
15
15
  - @backstage/plugin-catalog-common@1.1.10
16
16
 
17
+ ## 0.7.5-next.0
18
+
19
+ ### Patch Changes
20
+
21
+ - e0889a3: chore(deps): bump `qs` from 6.15.1 to 6.15.2
22
+ - Updated dependencies
23
+ - @backstage/plugin-catalog-react@3.0.1-next.0
24
+ - @backstage/core-components@0.18.11-next.0
25
+
17
26
  ## 0.7.4
18
27
 
19
28
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-org";
2
- var version = "0.0.0-nightly-20260526032421";
2
+ var version = "0.0.0-nightly-20260528032551";
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-20260526032421",
3
+ "version": "0.0.0-nightly-20260528032551",
4
4
  "description": "A Backstage plugin that helps you create entity pages for your organization",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -64,12 +64,12 @@
64
64
  },
65
65
  "dependencies": {
66
66
  "@backstage/catalog-model": "1.9.0",
67
- "@backstage/core-components": "0.0.0-nightly-20260526032421",
68
- "@backstage/core-plugin-api": "1.12.6",
69
- "@backstage/frontend-plugin-api": "0.17.0",
67
+ "@backstage/core-components": "0.0.0-nightly-20260528032551",
68
+ "@backstage/core-plugin-api": "0.0.0-nightly-20260528032551",
69
+ "@backstage/frontend-plugin-api": "0.0.0-nightly-20260528032551",
70
70
  "@backstage/plugin-catalog-common": "1.1.10",
71
- "@backstage/plugin-catalog-react": "0.0.0-nightly-20260526032421",
72
- "@backstage/ui": "0.15.0",
71
+ "@backstage/plugin-catalog-react": "0.0.0-nightly-20260528032551",
72
+ "@backstage/ui": "0.0.0-nightly-20260528032551",
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": "1.15.1",
86
- "@backstage/cli": "0.0.0-nightly-20260526032421",
87
- "@backstage/core-app-api": "1.20.1",
88
- "@backstage/dev-utils": "0.0.0-nightly-20260526032421",
89
- "@backstage/frontend-test-utils": "0.0.0-nightly-20260526032421",
90
- "@backstage/plugin-catalog": "0.0.0-nightly-20260526032421",
85
+ "@backstage/catalog-client": "0.0.0-nightly-20260528032551",
86
+ "@backstage/cli": "0.0.0-nightly-20260528032551",
87
+ "@backstage/core-app-api": "0.0.0-nightly-20260528032551",
88
+ "@backstage/dev-utils": "0.0.0-nightly-20260528032551",
89
+ "@backstage/frontend-test-utils": "0.0.0-nightly-20260528032551",
90
+ "@backstage/plugin-catalog": "0.0.0-nightly-20260528032551",
91
91
  "@backstage/plugin-permission-common": "0.9.9",
92
- "@backstage/plugin-permission-react": "0.5.1",
93
- "@backstage/test-utils": "1.7.18",
92
+ "@backstage/plugin-permission-react": "0.0.0-nightly-20260528032551",
93
+ "@backstage/test-utils": "0.0.0-nightly-20260528032551",
94
94
  "@backstage/types": "1.2.2",
95
95
  "@testing-library/dom": "^10.0.0",
96
96
  "@testing-library/jest-dom": "^6.0.0",