@backstage/plugin-home 0.4.21-next.3 → 0.4.22-next.1

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 +35 -0
  2. package/package.json +13 -13
package/CHANGELOG.md CHANGED
@@ -1,5 +1,40 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.4.22-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8f7b1835df: Updated dependency `msw` to `^0.41.0`.
8
+ - Updated dependencies
9
+ - @backstage/core-components@0.9.5-next.1
10
+ - @backstage/core-plugin-api@1.0.3-next.0
11
+ - @backstage/plugin-stack-overflow@0.1.2-next.1
12
+ - @backstage/catalog-model@1.0.3-next.0
13
+ - @backstage/plugin-catalog-react@1.1.1-next.1
14
+
15
+ ## 0.4.22-next.0
16
+
17
+ ### Patch Changes
18
+
19
+ - Updated dependencies
20
+ - @backstage/plugin-catalog-react@1.1.1-next.0
21
+ - @backstage/core-components@0.9.5-next.0
22
+ - @backstage/plugin-stack-overflow@0.1.2-next.0
23
+
24
+ ## 0.4.21
25
+
26
+ ### Patch Changes
27
+
28
+ - 2b733d9d39: star icons now have the same yellow color as the other star icons when a entity is favourite
29
+ - 69093c5f91: Display entity titles in `StarredEntities` home page card (if defined) and don't show entities which no longer exist
30
+ - Updated dependencies
31
+ - @backstage/core-components@0.9.4
32
+ - @backstage/core-plugin-api@1.0.2
33
+ - @backstage/plugin-catalog-react@1.1.0
34
+ - @backstage/config@1.0.1
35
+ - @backstage/catalog-model@1.0.2
36
+ - @backstage/plugin-stack-overflow@0.1.1
37
+
3
38
  ## 0.4.21-next.3
4
39
 
5
40
  ### Patch Changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
3
  "description": "A Backstage plugin that helps you build a home page",
4
- "version": "0.4.21-next.3",
4
+ "version": "0.4.22-next.1",
5
5
  "main": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -34,12 +34,12 @@
34
34
  "clean": "backstage-cli package clean"
35
35
  },
36
36
  "dependencies": {
37
- "@backstage/catalog-model": "^1.0.2-next.0",
38
- "@backstage/config": "^1.0.1-next.0",
39
- "@backstage/core-components": "^0.9.4-next.2",
40
- "@backstage/core-plugin-api": "^1.0.2-next.1",
41
- "@backstage/plugin-catalog-react": "^1.1.0-next.2",
42
- "@backstage/plugin-stack-overflow": "^0.1.1-next.2",
37
+ "@backstage/catalog-model": "^1.0.3-next.0",
38
+ "@backstage/config": "^1.0.1",
39
+ "@backstage/core-components": "^0.9.5-next.1",
40
+ "@backstage/core-plugin-api": "^1.0.3-next.0",
41
+ "@backstage/plugin-catalog-react": "^1.1.1-next.1",
42
+ "@backstage/plugin-stack-overflow": "^0.1.2-next.1",
43
43
  "@backstage/theme": "^0.2.15",
44
44
  "@material-ui/core": "^4.12.2",
45
45
  "@material-ui/icons": "^4.9.1",
@@ -53,20 +53,20 @@
53
53
  "react": "^16.13.1 || ^17.0.0"
54
54
  },
55
55
  "devDependencies": {
56
- "@backstage/cli": "^0.17.1-next.2",
57
- "@backstage/core-app-api": "^1.0.2-next.1",
58
- "@backstage/dev-utils": "^1.0.2-next.2",
59
- "@backstage/test-utils": "^1.1.0-next.2",
56
+ "@backstage/cli": "^0.17.2-next.1",
57
+ "@backstage/core-app-api": "^1.0.3-next.0",
58
+ "@backstage/dev-utils": "^1.0.3-next.1",
59
+ "@backstage/test-utils": "^1.1.1-next.0",
60
60
  "@testing-library/jest-dom": "^5.10.1",
61
61
  "@testing-library/react": "^12.1.3",
62
62
  "@testing-library/user-event": "^14.0.0",
63
63
  "@types/jest": "^26.0.7",
64
64
  "@types/node": "^16.11.26",
65
65
  "cross-fetch": "^3.1.5",
66
- "msw": "^0.35.0"
66
+ "msw": "^0.42.0"
67
67
  },
68
68
  "files": [
69
69
  "dist"
70
70
  ],
71
- "gitHead": "586464f803f55325dd11aca1cb4bc014fd80f04d"
71
+ "gitHead": "e15c24ddb5d14034629ced8a5a5d8f12b8f1a7dd"
72
72
  }