@backstage/plugin-org-react 0.0.0-nightly-20240618021721 → 0.0.0-nightly-20240627021712

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 +26 -4
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,14 +1,36 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20240618021721
3
+ ## 0.0.0-nightly-20240627021712
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.0.0-nightly-20240627021712
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20240627021712
10
+ - @backstage/core-plugin-api@1.9.3
11
+ - @backstage/catalog-client@1.6.5
12
+ - @backstage/catalog-model@1.5.0
13
+
14
+ ## 0.1.26-next.0
15
+
16
+ ### Patch Changes
17
+
18
+ - Updated dependencies
19
+ - @backstage/core-components@0.14.9-next.0
20
+ - @backstage/plugin-catalog-react@1.12.2-next.0
21
+ - @backstage/core-plugin-api@1.9.3
22
+ - @backstage/catalog-client@1.6.5
23
+ - @backstage/catalog-model@1.5.0
24
+
25
+ ## 0.1.25
4
26
 
5
27
  ### Patch Changes
6
28
 
7
29
  - d44a20a: Added additional plugin metadata to `package.json`.
8
30
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20240618021721
10
- - @backstage/core-plugin-api@0.0.0-nightly-20240618021721
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20240618021721
31
+ - @backstage/core-components@0.14.8
32
+ - @backstage/core-plugin-api@1.9.3
33
+ - @backstage/plugin-catalog-react@1.12.1
12
34
  - @backstage/catalog-client@1.6.5
13
35
  - @backstage/catalog-model@1.5.0
14
36
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20240618021721",
3
+ "version": "0.0.0-nightly-20240627021712",
4
4
  "backstage": {
5
5
  "role": "web-library",
6
6
  "pluginId": "org",
@@ -42,9 +42,9 @@
42
42
  "dependencies": {
43
43
  "@backstage/catalog-client": "^1.6.5",
44
44
  "@backstage/catalog-model": "^1.5.0",
45
- "@backstage/core-components": "^0.0.0-nightly-20240618021721",
46
- "@backstage/core-plugin-api": "^0.0.0-nightly-20240618021721",
47
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240618021721",
45
+ "@backstage/core-components": "^0.0.0-nightly-20240627021712",
46
+ "@backstage/core-plugin-api": "^1.9.3",
47
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20240627021712",
48
48
  "@material-ui/core": "^4.12.2",
49
49
  "@material-ui/icons": "^4.9.1",
50
50
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -52,9 +52,9 @@
52
52
  "react-use": "^17.2.4"
53
53
  },
54
54
  "devDependencies": {
55
- "@backstage/cli": "^0.0.0-nightly-20240618021721",
56
- "@backstage/core-app-api": "^0.0.0-nightly-20240618021721",
57
- "@backstage/test-utils": "^0.0.0-nightly-20240618021721",
55
+ "@backstage/cli": "^0.0.0-nightly-20240627021712",
56
+ "@backstage/core-app-api": "^0.0.0-nightly-20240627021712",
57
+ "@backstage/test-utils": "^0.0.0-nightly-20240627021712",
58
58
  "@testing-library/dom": "^10.0.0",
59
59
  "@testing-library/jest-dom": "^6.0.0",
60
60
  "@testing-library/react": "^15.0.0",