@backstage/plugin-org-react 0.0.0-nightly-20230801022410 → 0.0.0-nightly-20230802021600

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 +16 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,18 +1,31 @@
1
1
  # @backstage/plugin-org-react
2
2
 
3
- ## 0.0.0-nightly-20230801022410
3
+ ## 0.0.0-nightly-20230802021600
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 12a8c94eda8d: Add package repository and homepage metadata
8
8
  - Updated dependencies
9
- - @backstage/core-components@0.0.0-nightly-20230801022410
9
+ - @backstage/core-components@0.0.0-nightly-20230802021600
10
10
  - @backstage/core-plugin-api@1.5.3
11
- - @backstage/plugin-catalog-react@0.0.0-nightly-20230801022410
11
+ - @backstage/plugin-catalog-react@0.0.0-nightly-20230802021600
12
12
  - @backstage/catalog-client@1.4.3
13
13
  - @backstage/catalog-model@1.4.1
14
14
  - @backstage/theme@0.4.1
15
15
 
16
+ ## 0.1.10-next.1
17
+
18
+ ### Patch Changes
19
+
20
+ - 12a8c94eda8d: Add package repository and homepage metadata
21
+ - Updated dependencies
22
+ - @backstage/catalog-client@1.4.3
23
+ - @backstage/catalog-model@1.4.1
24
+ - @backstage/core-components@0.13.4-next.0
25
+ - @backstage/core-plugin-api@1.5.3
26
+ - @backstage/theme@0.4.1
27
+ - @backstage/plugin-catalog-react@1.8.1-next.0
28
+
16
29
  ## 0.1.10-next.0
17
30
 
18
31
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-org-react",
3
- "version": "0.0.0-nightly-20230801022410",
3
+ "version": "0.0.0-nightly-20230802021600",
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-20230801022410",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230802021600",
37
37
  "@backstage/core-plugin-api": "^1.5.3",
38
- "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230801022410",
38
+ "@backstage/plugin-catalog-react": "^0.0.0-nightly-20230802021600",
39
39
  "@backstage/theme": "^0.4.1",
40
40
  "@material-ui/core": "^4.12.2",
41
41
  "@material-ui/icons": "^4.9.1",
@@ -48,10 +48,10 @@
48
48
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
49
49
  },
50
50
  "devDependencies": {
51
- "@backstage/cli": "^0.0.0-nightly-20230801022410",
52
- "@backstage/core-app-api": "^0.0.0-nightly-20230801022410",
53
- "@backstage/dev-utils": "^0.0.0-nightly-20230801022410",
54
- "@backstage/test-utils": "^0.0.0-nightly-20230801022410",
51
+ "@backstage/cli": "^0.0.0-nightly-20230802021600",
52
+ "@backstage/core-app-api": "^0.0.0-nightly-20230802021600",
53
+ "@backstage/dev-utils": "^0.0.0-nightly-20230802021600",
54
+ "@backstage/test-utils": "^0.0.0-nightly-20230802021600",
55
55
  "@testing-library/dom": "^8.0.0",
56
56
  "@testing-library/jest-dom": "^5.10.1",
57
57
  "@testing-library/react": "^12.1.3",