@backstage/plugin-home-react 0.0.0-nightly-20230606023337 → 0.0.0-nightly-20230607023142

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 +12 -3
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @backstage/plugin-home-react
2
2
 
3
- ## 0.0.0-nightly-20230606023337
3
+ ## 0.0.0-nightly-20230607023142
4
4
 
5
5
  ### Minor Changes
6
6
 
@@ -10,8 +10,17 @@
10
10
 
11
11
  - 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
12
12
  - Updated dependencies
13
- - @backstage/core-components@0.0.0-nightly-20230606023337
14
- - @backstage/core-plugin-api@0.0.0-nightly-20230606023337
13
+ - @backstage/core-components@0.0.0-nightly-20230607023142
14
+ - @backstage/core-plugin-api@0.0.0-nightly-20230607023142
15
+
16
+ ## 0.1.0-next.2
17
+
18
+ ### Patch Changes
19
+
20
+ - 2ff94da135a4: bump `rjsf` dependencies to 5.7.3
21
+ - Updated dependencies
22
+ - @backstage/core-components@0.13.2-next.2
23
+ - @backstage/core-plugin-api@1.5.2-next.0
15
24
 
16
25
  ## 0.1.0-next.1
17
26
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home-react",
3
3
  "description": "A Backstage plugin that contains react components helps you build a home page",
4
- "version": "0.0.0-nightly-20230606023337",
4
+ "version": "0.0.0-nightly-20230607023142",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -33,8 +33,8 @@
33
33
  "clean": "backstage-cli package clean"
34
34
  },
35
35
  "dependencies": {
36
- "@backstage/core-components": "^0.0.0-nightly-20230606023337",
37
- "@backstage/core-plugin-api": "^0.0.0-nightly-20230606023337",
36
+ "@backstage/core-components": "^0.0.0-nightly-20230607023142",
37
+ "@backstage/core-plugin-api": "^0.0.0-nightly-20230607023142",
38
38
  "@material-ui/core": "^4.12.2",
39
39
  "@material-ui/icons": "^4.9.1",
40
40
  "@rjsf/utils": "5.7.3"
@@ -45,10 +45,10 @@
45
45
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@backstage/cli": "^0.0.0-nightly-20230606023337",
49
- "@backstage/core-app-api": "^0.0.0-nightly-20230606023337",
50
- "@backstage/dev-utils": "^0.0.0-nightly-20230606023337",
51
- "@backstage/test-utils": "^0.0.0-nightly-20230606023337",
48
+ "@backstage/cli": "^0.0.0-nightly-20230607023142",
49
+ "@backstage/core-app-api": "^0.0.0-nightly-20230607023142",
50
+ "@backstage/dev-utils": "^0.0.0-nightly-20230607023142",
51
+ "@backstage/test-utils": "^0.0.0-nightly-20230607023142",
52
52
  "@testing-library/dom": "^8.0.0",
53
53
  "@testing-library/jest-dom": "^5.10.1",
54
54
  "@testing-library/react": "^12.1.3",