@backstage/plugin-org-react 0.0.0-nightly-20230822021041 → 0.0.0-nightly-20230824021031

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 +17 -4
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,17 +1,30 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230822021041
3
+ ## 0.0.0-nightly-20230824021031
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
8
8
  - Updated dependencies
9
- - @backstage/core-plugin-api@0.0.0-nightly-20230822021041
10
- - @backstage/core-components@0.0.0-nightly-20230822021041
9
+ - @backstage/core-components@0.0.0-nightly-20230824021031
10
+ - @backstage/core-plugin-api@0.0.0-nightly-20230824021031
11
11
  - @backstage/catalog-client@1.4.3
12
12
  - @backstage/catalog-model@1.4.1
13
13
  - @backstage/theme@0.4.1
14
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230822021041
14
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230824021031
15
+
16
+ ## 0.1.12-next.0
17
+
18
+ ### Patch Changes
19
+
20
+ - 482bb5c0bbf8: Moved `@types/react` to be a regular dependency
21
+ - Updated dependencies
22
+ - @backstage/core-plugin-api@1.6.0-next.0
23
+ - @backstage/core-components@0.13.5-next.0
24
+ - @backstage/catalog-client@1.4.3
25
+ - @backstage/catalog-model@1.4.1
26
+ - @backstage/theme@0.4.1
27
+ - @backstage/plugin-catalog-react@1.8.3-next.0
15
28
 
16
29
  ## 0.1.10
17
30
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230822021041",
3
+ "version": "0.0.0-nightly-20230824021031",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -33,9 +33,9 @@
33
33
  "dependencies": {
34
34
  "@backstage/catalog-client": "^1.4.3",
35
35
  "@backstage/catalog-model": "^1.4.1",
36
- "@backstage/core-components": "^0.0.0-nightly-20230822021041",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230822021041",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230822021041",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230824021031",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230824021031",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230824021031",
39
39
  "@backstage/theme": "^0.4.1",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -49,10 +49,10 @@
49
49
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
50
50
  },
51
51
  "devDependencies": {
52
- "@backstage/cli": "^0.0.0-nightly-20230822021041",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20230822021041",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20230822021041",
55
- "@backstage/test-utils": "^0.0.0-nightly-20230822021041",
52
+ "@backstage/cli": "^0.0.0-nightly-20230824021031",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20230824021031",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20230824021031",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20230824021031",
56
56
  "@testing-library/dom": "^8.0.0",
57
57
  "@testing-library/jest-dom": "^5.10.1",
58
58
  "@testing-library/react": "^12.1.3",