@backstage/plugin-home 0.8.13-next.0 → 0.8.13-next.2

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,28 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.8.13-next.2
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+ - @backstage/core-components@0.18.2-next.2
9
+ - @backstage/theme@0.6.9-next.0
10
+
11
+ ## 0.8.13-next.1
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies
16
+ - @backstage/config@1.3.4-next.0
17
+ - @backstage/core-app-api@1.19.1-next.0
18
+ - @backstage/core-components@0.18.2-next.1
19
+ - @backstage/core-plugin-api@1.11.1-next.0
20
+ - @backstage/core-compat-api@0.5.3-next.1
21
+ - @backstage/plugin-catalog-react@1.21.2-next.1
22
+ - @backstage/frontend-plugin-api@0.12.1-next.1
23
+ - @backstage/plugin-home-react@0.1.31-next.1
24
+ - @backstage/catalog-client@1.12.0
25
+
3
26
  ## 0.8.13-next.0
4
27
 
5
28
  ### Patch Changes
@@ -1,5 +1,5 @@
1
1
  var name = "@backstage/plugin-home";
2
- var version = "0.8.13-next.0";
2
+ var version = "0.8.13-next.2";
3
3
  var description = "A Backstage plugin that helps you build a home page";
4
4
  var backstage = {
5
5
  role: "frontend-plugin",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.8.13-next.0",
3
+ "version": "0.8.13-next.2",
4
4
  "description": "A Backstage plugin that helps you build a home page",
5
5
  "backstage": {
6
6
  "role": "frontend-plugin",
@@ -70,15 +70,15 @@
70
70
  "dependencies": {
71
71
  "@backstage/catalog-client": "1.12.0",
72
72
  "@backstage/catalog-model": "1.7.5",
73
- "@backstage/config": "1.3.3",
74
- "@backstage/core-app-api": "1.19.0",
75
- "@backstage/core-compat-api": "0.5.3-next.0",
76
- "@backstage/core-components": "0.18.2-next.0",
77
- "@backstage/core-plugin-api": "1.11.0",
78
- "@backstage/frontend-plugin-api": "0.12.1-next.0",
79
- "@backstage/plugin-catalog-react": "1.21.2-next.0",
80
- "@backstage/plugin-home-react": "0.1.31-next.0",
81
- "@backstage/theme": "0.6.8",
73
+ "@backstage/config": "1.3.5-next.0",
74
+ "@backstage/core-app-api": "1.19.1-next.0",
75
+ "@backstage/core-compat-api": "0.5.3-next.1",
76
+ "@backstage/core-components": "0.18.2-next.2",
77
+ "@backstage/core-plugin-api": "1.11.1-next.0",
78
+ "@backstage/frontend-plugin-api": "0.12.1-next.1",
79
+ "@backstage/plugin-catalog-react": "1.21.2-next.1",
80
+ "@backstage/plugin-home-react": "0.1.31-next.1",
81
+ "@backstage/theme": "0.6.9-next.0",
82
82
  "@material-ui/core": "^4.12.2",
83
83
  "@material-ui/icons": "^4.9.1",
84
84
  "@material-ui/lab": "4.0.0-alpha.61",
@@ -94,9 +94,9 @@
94
94
  "zod": "^3.22.4"
95
95
  },
96
96
  "devDependencies": {
97
- "@backstage/cli": "0.34.4-next.0",
98
- "@backstage/dev-utils": "1.1.15-next.0",
99
- "@backstage/test-utils": "1.7.11",
97
+ "@backstage/cli": "0.34.4-next.2",
98
+ "@backstage/dev-utils": "1.1.15-next.2",
99
+ "@backstage/test-utils": "1.7.12-next.1",
100
100
  "@testing-library/dom": "^10.0.0",
101
101
  "@testing-library/jest-dom": "^6.0.0",
102
102
  "@testing-library/react": "^16.0.0",