@backstage/plugin-org-react 0.0.0-nightly-20230829023907 → 0.0.0-nightly-20230831021048

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 +18 -6
  2. package/package.json +10 -10
package/CHANGELOG.md CHANGED
@@ -1,16 +1,28 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230829023907
3
+ ## 0.0.0-nightly-20230831021048
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-components@0.0.0-nightly-20230829023907
10
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230829023907
11
- - @backstage/core-plugin-api@0.0.0-nightly-20230829023907
12
- - @backstage/catalog-client@1.4.3
13
- - @backstage/catalog-model@1.4.1
9
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230831021048
10
+ - @backstage/core-components@0.0.0-nightly-20230831021048
11
+ - @backstage/core-plugin-api@0.0.0-nightly-20230831021048
12
+ - @backstage/catalog-client@0.0.0-nightly-20230831021048
13
+ - @backstage/catalog-model@0.0.0-nightly-20230831021048
14
+ - @backstage/theme@0.4.1
15
+
16
+ ## 0.1.13-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - Updated dependencies
21
+ - @backstage/plugin-catalog-react@1.8.4-next.1
22
+ - @backstage/core-components@0.13.5-next.1
23
+ - @backstage/catalog-model@1.4.2-next.0
24
+ - @backstage/core-plugin-api@1.6.0-next.1
25
+ - @backstage/catalog-client@1.4.4-next.0
14
26
  - @backstage/theme@0.4.1
15
27
 
16
28
  ## 0.1.12-next.0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230829023907",
3
+ "version": "0.0.0-nightly-20230831021048",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -31,11 +31,11 @@
31
31
  "postpack": "backstage-cli package postpack"
32
32
  },
33
33
  "dependencies": {
34
- "@backstage/catalog-client": "^1.4.3",
35
- "@backstage/catalog-model": "^1.4.1",
36
- "@backstage/core-components": "^0.0.0-nightly-20230829023907",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230829023907",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230829023907",
34
+ "@backstage/catalog-client": "^0.0.0-nightly-20230831021048",
35
+ "@backstage/catalog-model": "^0.0.0-nightly-20230831021048",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230831021048",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230831021048",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230831021048",
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-20230829023907",
53
- "@backstage/core-app-api": "^0.0.0-nightly-20230829023907",
54
- "@backstage/dev-utils": "^0.0.0-nightly-20230829023907",
55
- "@backstage/test-utils": "^0.0.0-nightly-20230829023907",
52
+ "@backstage/cli": "^0.0.0-nightly-20230831021048",
53
+ "@backstage/core-app-api": "^0.0.0-nightly-20230831021048",
54
+ "@backstage/dev-utils": "^0.0.0-nightly-20230831021048",
55
+ "@backstage/test-utils": "^0.0.0-nightly-20230831021048",
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",