@hitachivantara/uikit-react-core 3.58.1 → 3.58.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 +11 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [3.58.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@3.58.1...@hitachivantara/uikit-react-core@3.58.2) (2022-03-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * updated material-ui to 4.12.3 ([2649c1e](https://github.com/lumada-design/hv-uikit-react/commit/2649c1ea9d2fddacc5cf247465ae05d7aebef87b))
12
+
13
+
14
+
15
+
16
+
6
17
  ## 3.58.1 (2022-03-11)
7
18
 
8
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hitachivantara/uikit-react-core",
3
- "version": "3.58.1",
3
+ "version": "3.58.2",
4
4
  "description": "A collection of React components for the Hitachi Vantara's Design System.",
5
5
  "homepage": "https://github.com/lumada-design/hv-uikit-react",
6
6
  "license": "Apache-2.0",
@@ -40,7 +40,7 @@
40
40
  "ts-check": "npx tsc -p ."
41
41
  },
42
42
  "peerDependencies": {
43
- "@material-ui/core": "^4.11.0",
43
+ "@material-ui/core": "^4.12.3",
44
44
  "plotly.js-basic-dist": "^1.55.2",
45
45
  "react": "^16.13.1 || ^17.0.0",
46
46
  "react-dom": "^16.13.1 || ^17.0.0"
@@ -48,7 +48,7 @@
48
48
  "dependencies": {
49
49
  "@babel/runtime": "^7.16.3",
50
50
  "@hitachivantara/uikit-common-themes": "^3.2.3",
51
- "@hitachivantara/uikit-react-icons": "^3.8.0",
51
+ "@hitachivantara/uikit-react-icons": "^3.8.1",
52
52
  "@popperjs/core": "2.6.0",
53
53
  "@types/react-window": "^1.8.5",
54
54
  "attr-accept": "^2.2.2",
@@ -104,5 +104,5 @@
104
104
  "publishConfig": {
105
105
  "access": "public"
106
106
  },
107
- "gitHead": "20bb0864a48401d117a4e46769f569bccfe9db2a"
107
+ "gitHead": "a026a0396112af684fd14528307f10f0bf2a1072"
108
108
  }