@backstage/plugin-home 0.6.2-next.2 → 0.6.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,56 @@
1
1
  # @backstage/plugin-home
2
2
 
3
+ ## 0.6.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 9aac2b0: Use `--cwd` as the first `yarn` argument
8
+ - dc7ae8b: Use EntityDisplayName JSX element entity information directly for FeaturedDocsCard.
9
+ - 8fe56a8: Widen `@types/react` dependency range to include version 18.
10
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
11
+ Updated dependency `@rjsf/core` to `5.17.0`.
12
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
13
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
14
+ - 6a74ffd: Updated dependency `@rjsf/utils` to `5.16.1`.
15
+ Updated dependency `@rjsf/core` to `5.16.1`.
16
+ Updated dependency `@rjsf/material-ui` to `5.16.1`.
17
+ Updated dependency `@rjsf/validator-ajv8` to `5.16.1`.
18
+ - e9cdfd3: Fix typo in VisitsStorageApi
19
+ - 384c132: Added filter support for HomePageVisitedByType in order to enable filtering entities from the list
20
+ - Updated dependencies
21
+ - @backstage/frontend-plugin-api@0.6.0
22
+ - @backstage/core-compat-api@0.2.0
23
+ - @backstage/plugin-catalog-react@1.10.0
24
+ - @backstage/core-components@0.14.0
25
+ - @backstage/core-app-api@1.12.0
26
+ - @backstage/catalog-model@1.4.4
27
+ - @backstage/theme@0.5.1
28
+ - @backstage/core-plugin-api@1.9.0
29
+ - @backstage/catalog-client@1.6.0
30
+ - @backstage/plugin-home-react@0.1.8
31
+ - @backstage/config@1.1.1
32
+
33
+ ## 0.6.2-next.3
34
+
35
+ ### Patch Changes
36
+
37
+ - e6f0831: Updated dependency `@rjsf/utils` to `5.17.0`.
38
+ Updated dependency `@rjsf/core` to `5.17.0`.
39
+ Updated dependency `@rjsf/material-ui` to `5.17.0`.
40
+ Updated dependency `@rjsf/validator-ajv8` to `5.17.0`.
41
+ - Updated dependencies
42
+ - @backstage/theme@0.5.1-next.1
43
+ - @backstage/core-components@0.14.0-next.2
44
+ - @backstage/plugin-catalog-react@1.10.0-next.3
45
+ - @backstage/plugin-home-react@0.1.8-next.3
46
+ - @backstage/catalog-client@1.6.0-next.1
47
+ - @backstage/catalog-model@1.4.4-next.0
48
+ - @backstage/config@1.1.1
49
+ - @backstage/core-app-api@1.12.0-next.1
50
+ - @backstage/core-compat-api@0.2.0-next.3
51
+ - @backstage/core-plugin-api@1.9.0-next.1
52
+ - @backstage/frontend-plugin-api@0.6.0-next.3
53
+
3
54
  ## 0.6.2-next.2
4
55
 
5
56
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@backstage/plugin-home",
3
- "version": "0.6.2-next.2",
3
+ "version": "0.6.2",
4
4
  "main": "../dist/alpha.esm.js",
5
5
  "module": "../dist/alpha.esm.js",
6
6
  "types": "../dist/alpha.d.ts"
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.6.2-next.2",
4
+ "version": "0.6.2",
5
5
  "main": "./dist/index.esm.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "license": "Apache-2.0",
@@ -46,24 +46,24 @@
46
46
  "clean": "backstage-cli package clean"
47
47
  },
48
48
  "dependencies": {
49
- "@backstage/catalog-client": "^1.6.0-next.1",
50
- "@backstage/catalog-model": "^1.4.4-next.0",
49
+ "@backstage/catalog-client": "^1.6.0",
50
+ "@backstage/catalog-model": "^1.4.4",
51
51
  "@backstage/config": "^1.1.1",
52
- "@backstage/core-app-api": "^1.12.0-next.1",
53
- "@backstage/core-compat-api": "^0.2.0-next.2",
54
- "@backstage/core-components": "^0.14.0-next.1",
55
- "@backstage/core-plugin-api": "^1.9.0-next.1",
56
- "@backstage/frontend-plugin-api": "^0.6.0-next.2",
57
- "@backstage/plugin-catalog-react": "^1.10.0-next.2",
58
- "@backstage/plugin-home-react": "^0.1.8-next.2",
59
- "@backstage/theme": "^0.5.1-next.0",
52
+ "@backstage/core-app-api": "^1.12.0",
53
+ "@backstage/core-compat-api": "^0.2.0",
54
+ "@backstage/core-components": "^0.14.0",
55
+ "@backstage/core-plugin-api": "^1.9.0",
56
+ "@backstage/frontend-plugin-api": "^0.6.0",
57
+ "@backstage/plugin-catalog-react": "^1.10.0",
58
+ "@backstage/plugin-home-react": "^0.1.8",
59
+ "@backstage/theme": "^0.5.1",
60
60
  "@material-ui/core": "^4.12.2",
61
61
  "@material-ui/icons": "^4.9.1",
62
62
  "@material-ui/lab": "4.0.0-alpha.61",
63
- "@rjsf/core": "5.16.1",
64
- "@rjsf/material-ui": "5.16.1",
65
- "@rjsf/utils": "5.16.1",
66
- "@rjsf/validator-ajv8": "5.16.1",
63
+ "@rjsf/core": "5.17.0",
64
+ "@rjsf/material-ui": "5.17.0",
65
+ "@rjsf/utils": "5.17.0",
66
+ "@rjsf/validator-ajv8": "5.17.0",
67
67
  "@types/react": "^16.13.1 || ^17.0.0 || ^18.0.0",
68
68
  "lodash": "^4.17.21",
69
69
  "luxon": "^3.4.3",
@@ -78,9 +78,9 @@
78
78
  "react-router-dom": "6.0.0-beta.0 || ^6.3.0"
79
79
  },
80
80
  "devDependencies": {
81
- "@backstage/cli": "^0.25.2-next.2",
82
- "@backstage/dev-utils": "^1.0.27-next.2",
83
- "@backstage/test-utils": "^1.5.0-next.2",
81
+ "@backstage/cli": "^0.25.2",
82
+ "@backstage/dev-utils": "^1.0.27",
83
+ "@backstage/test-utils": "^1.5.0",
84
84
  "@testing-library/dom": "^9.0.0",
85
85
  "@testing-library/jest-dom": "^6.0.0",
86
86
  "@testing-library/react": "^14.0.0",