@red-hat-developer-hub/backstage-plugin-dynamic-home-page 1.10.0 → 1.10.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # @red-hat-developer-hub/backstage-plugin-dynamic-home-page
2
2
 
3
+ ## 1.10.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 777de64: Updated dependency `@scalprum/react-core` to `0.11.1`.
8
+ Updated dependency `@red-hat-developer-hub/backstage-plugin-theme` to `^0.11.0`.
9
+
10
+ ## 1.10.1
11
+
12
+ ### Patch Changes
13
+
14
+ - 1d11800: Updated dependency `react-grid-layout` to `1.5.3`.
15
+ Updated dependency `tss-react` to `4.9.20`.
16
+
3
17
  ## 1.10.0
4
18
 
5
19
  ### Minor Changes
@@ -12,6 +26,12 @@
12
26
  - 09c378a: Updated dependency `react-router-dom` to `6.30.2`.
13
27
  Updated dependency `@types/react-grid-layout` to `1.3.6`.
14
28
 
29
+ ## 1.9.4
30
+
31
+ ### Patch Changes
32
+
33
+ - 4758d94: allow base64 image in quick access icons
34
+
15
35
  ## 1.9.3
16
36
 
17
37
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@red-hat-developer-hub/backstage-plugin-dynamic-home-page",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "main": "dist/index.esm.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "license": "Apache-2.0",
@@ -45,10 +45,10 @@
45
45
  "@mui/icons-material": "5.18.0",
46
46
  "@mui/material": "5.18.0",
47
47
  "@mui/styles": "5.18.0",
48
- "@scalprum/react-core": "0.9.5",
49
- "react-grid-layout": "1.5.2",
48
+ "@scalprum/react-core": "0.11.1",
49
+ "react-grid-layout": "1.5.3",
50
50
  "react-use": "17.6.0",
51
- "tss-react": "4.9.19"
51
+ "tss-react": "4.9.20"
52
52
  },
53
53
  "peerDependencies": {
54
54
  "react": "16.13.1 || ^17.0.0 || ^18.2.0",
@@ -61,7 +61,7 @@
61
61
  "@backstage/plugin-catalog": "^1.32.0",
62
62
  "@backstage/test-utils": "^1.7.13",
63
63
  "@openshift/dynamic-plugin-sdk": "5.0.1",
64
- "@red-hat-developer-hub/backstage-plugin-theme": "^0.10.0",
64
+ "@red-hat-developer-hub/backstage-plugin-theme": "^0.11.0",
65
65
  "@testing-library/jest-dom": "6.9.1",
66
66
  "@testing-library/react": "14.3.1",
67
67
  "@testing-library/user-event": "14.6.1",