diff --git a/package-lock.json b/package-lock.json index 9d795c2224..08e895584e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42065,13 +42065,13 @@ }, "packages/code-editor": { "name": "@hitachivantara/uikit-react-code-editor", - "version": "5.2.172", + "version": "5.2.173", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.6", - "@hitachivantara/uikit-react-icons": "^5.10.0", - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-react-core": "^5.66.7", + "@hitachivantara/uikit-react-icons": "^5.10.1", + "@hitachivantara/uikit-styles": "^5.30.2", "@monaco-editor/react": "^4.5.1" }, "devDependencies": { @@ -42090,16 +42090,16 @@ }, "packages/core": { "name": "@hitachivantara/uikit-react-core", - "version": "5.66.6", + "version": "5.66.7", "license": "Apache-2.0", "dependencies": { "@emotion/cache": "^11.11.0", "@emotion/css": "^11.11.2", "@emotion/serialize": "^1.1.2", "@emotion/utils": "^1.2.1", - "@hitachivantara/uikit-react-icons": "^5.10.0", - "@hitachivantara/uikit-react-shared": "^5.1.42", - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-react-icons": "^5.10.1", + "@hitachivantara/uikit-react-shared": "^5.1.43", + "@hitachivantara/uikit-styles": "^5.30.2", "@internationalized/date": "^3.2.0", "@mui/base": "^5.0.0-beta.34", "@popperjs/core": "^2.11.8", @@ -42139,10 +42139,10 @@ }, "packages/icons": { "name": "@hitachivantara/uikit-react-icons", - "version": "5.10.0", + "version": "5.10.1", "license": "Apache-2.0", "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.1" + "@hitachivantara/uikit-styles": "^5.30.2" }, "devDependencies": { "@svgr/core": "^8.1.0", @@ -42167,15 +42167,15 @@ }, "packages/lab": { "name": "@hitachivantara/uikit-react-lab", - "version": "5.35.11", + "version": "5.35.12", "license": "Apache-2.0", "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^6.0.1", "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.6", - "@hitachivantara/uikit-react-icons": "^5.10.0", - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-react-core": "^5.66.7", + "@hitachivantara/uikit-react-icons": "^5.10.1", + "@hitachivantara/uikit-styles": "^5.30.2", "@types/react-grid-layout": "^1.3.5", "react-grid-layout": "^1.4.4", "reactflow": "^11.10.1", @@ -42203,11 +42203,11 @@ }, "packages/shared": { "name": "@hitachivantara/uikit-react-shared", - "version": "5.1.42", + "version": "5.1.43", "license": "Apache-2.0", "dependencies": { "@emotion/cache": "^11.11.0", - "@hitachivantara/uikit-styles": "^5.30.1" + "@hitachivantara/uikit-styles": "^5.30.2" }, "devDependencies": { "@types/react": "^18.2.43", @@ -42222,7 +42222,7 @@ }, "packages/styles": { "name": "@hitachivantara/uikit-styles", - "version": "5.30.1", + "version": "5.30.2", "license": "Apache-2.0", "dependencies": { "csstype": "^3.1.3" @@ -42234,10 +42234,10 @@ }, "packages/uno-preset": { "name": "@hitachivantara/uikit-uno-preset", - "version": "0.2.22", + "version": "0.2.23", "license": "Apache-2.0", "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-styles": "^5.30.2", "@unocss/preset-rem-to-px": "^0.58.5", "unocss-preset-theme": "^0.12.0" }, @@ -42253,11 +42253,11 @@ }, "packages/viz": { "name": "@hitachivantara/uikit-react-viz", - "version": "5.13.4", + "version": "5.13.5", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.6" + "@hitachivantara/uikit-react-core": "^5.66.7" }, "devDependencies": { "@types/react": "^18.2.43", diff --git a/packages/code-editor/CHANGELOG.md b/packages/code-editor/CHANGELOG.md index 9829f8fa73..8640d320ae 100644 --- a/packages/code-editor/CHANGELOG.md +++ b/packages/code-editor/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.2.173](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-code-editor@5.2.172...@hitachivantara/uikit-react-code-editor@5.2.173) (2024-07-04) + +**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor + ## [5.2.172](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-code-editor@5.2.171...@hitachivantara/uikit-react-code-editor@5.2.172) (2024-06-25) **Note:** Version bump only for package @hitachivantara/uikit-react-code-editor diff --git a/packages/code-editor/package.json b/packages/code-editor/package.json index 965143ecb9..4efb71b1e8 100644 --- a/packages/code-editor/package.json +++ b/packages/code-editor/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-code-editor", - "version": "5.2.172", + "version": "5.2.173", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "A wrapper to the React Monaco editor (https://github.com/react-monaco-editor/react-monaco-editor) using the Hitachi Vantara's Design System styles.", @@ -37,9 +37,9 @@ }, "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.6", - "@hitachivantara/uikit-react-icons": "^5.10.0", - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-react-core": "^5.66.7", + "@hitachivantara/uikit-react-icons": "^5.10.1", + "@hitachivantara/uikit-styles": "^5.30.2", "@monaco-editor/react": "^4.5.1" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 573388a8f9..f0d4a659d7 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.66.7](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@5.66.6...@hitachivantara/uikit-react-core@5.66.7) (2024-07-04) + +### Bug Fixes + +- background color overflowing border ([c26ff1d](https://github.com/lumada-design/hv-uikit-react/commit/c26ff1dff603cc055d620990b3b4e27bfbd140c5)) +- select and dropdown menu pentaho styles ([29de1dc](https://github.com/lumada-design/hv-uikit-react/commit/29de1dce5cdd2bd4abc121017a48593d9bca2637)) +- variant not working for multi button in pentaho theme ([fa1eb53](https://github.com/lumada-design/hv-uikit-react/commit/fa1eb53dc1840becb35301a8f24c23cf4c92b188)) +- **VerticalNavigation:** crash on empty selection ([930bd79](https://github.com/lumada-design/hv-uikit-react/commit/930bd79dbd4b80e7f351d3e7962da8b603baea62)) + ## [5.66.6](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@5.66.5...@hitachivantara/uikit-react-core@5.66.6) (2024-06-25) **Note:** Version bump only for package @hitachivantara/uikit-react-core diff --git a/packages/core/package.json b/packages/core/package.json index 89c613087f..464de4a1fa 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-core", - "version": "5.66.6", + "version": "5.66.7", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Core React components for the NEXT Design System.", @@ -44,9 +44,9 @@ "@emotion/css": "^11.11.2", "@emotion/serialize": "^1.1.2", "@emotion/utils": "^1.2.1", - "@hitachivantara/uikit-react-icons": "^5.10.0", - "@hitachivantara/uikit-react-shared": "^5.1.42", - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-react-icons": "^5.10.1", + "@hitachivantara/uikit-react-shared": "^5.1.43", + "@hitachivantara/uikit-styles": "^5.30.2", "@internationalized/date": "^3.2.0", "@mui/base": "^5.0.0-beta.34", "@popperjs/core": "^2.11.8", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index 9bea39eb58..867eb964a7 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.10.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-icons@5.10.0...@hitachivantara/uikit-react-icons@5.10.1) (2024-07-04) + +**Note:** Version bump only for package @hitachivantara/uikit-react-icons + # [5.10.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-icons@5.9.12...@hitachivantara/uikit-react-icons@5.10.0) (2024-06-25) ### Features diff --git a/packages/icons/package.json b/packages/icons/package.json index 352731f3f8..5d0678f9b0 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-icons", - "version": "5.10.0", + "version": "5.10.1", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "NEXT Design System icons packaged as a set of React components.", @@ -43,7 +43,7 @@ "react-dom": "^17.0.0 || ^18.0.0" }, "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.1" + "@hitachivantara/uikit-styles": "^5.30.2" }, "devDependencies": { "@svgr/core": "^8.1.0", diff --git a/packages/lab/CHANGELOG.md b/packages/lab/CHANGELOG.md index 8526178d74..74a96bf2ab 100644 --- a/packages/lab/CHANGELOG.md +++ b/packages/lab/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.35.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-lab@5.35.11...@hitachivantara/uikit-react-lab@5.35.12) (2024-07-04) + +**Note:** Version bump only for package @hitachivantara/uikit-react-lab + ## [5.35.11](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-lab@5.35.10...@hitachivantara/uikit-react-lab@5.35.11) (2024-06-25) **Note:** Version bump only for package @hitachivantara/uikit-react-lab diff --git a/packages/lab/package.json b/packages/lab/package.json index 10c618aa5d..a2b5bb60ba 100644 --- a/packages/lab/package.json +++ b/packages/lab/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-lab", - "version": "5.35.11", + "version": "5.35.12", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Contributed React components for the NEXT UI Kit.", @@ -43,9 +43,9 @@ "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^6.0.1", "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.6", - "@hitachivantara/uikit-react-icons": "^5.10.0", - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-react-core": "^5.66.7", + "@hitachivantara/uikit-react-icons": "^5.10.1", + "@hitachivantara/uikit-styles": "^5.30.2", "@types/react-grid-layout": "^1.3.5", "react-grid-layout": "^1.4.4", "reactflow": "^11.10.1", diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index b0929c7fcf..9e03a446f4 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.1.43 (2024-07-04) + +**Note:** Version bump only for package @hitachivantara/uikit-react-shared + ## [5.1.42](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-shared@5.1.41...@hitachivantara/uikit-react-shared@5.1.42) (2024-06-22) **Note:** Version bump only for package @hitachivantara/uikit-react-shared diff --git a/packages/shared/package.json b/packages/shared/package.json index 47d33919c1..f210180c0e 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-shared", - "version": "5.1.42", + "version": "5.1.43", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Shared React contexts for the NEXT UI Kit.", @@ -34,7 +34,7 @@ }, "dependencies": { "@emotion/cache": "^11.11.0", - "@hitachivantara/uikit-styles": "^5.30.1" + "@hitachivantara/uikit-styles": "^5.30.2" }, "devDependencies": { "@types/react": "^18.2.43", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index c0c25f20ed..d1391a5ffe 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 5.30.2 (2024-07-04) + +### Bug Fixes + +- multi button split pentaho styles ([c6bc86c](https://github.com/lumada-design/hv-uikit-react/commit/c6bc86c122d62024d0a6e744b1789a5d0b81aeff)) +- select and dropdown menu pentaho styles ([29de1dc](https://github.com/lumada-design/hv-uikit-react/commit/29de1dce5cdd2bd4abc121017a48593d9bca2637)) +- variant not working for multi button in pentaho theme ([fa1eb53](https://github.com/lumada-design/hv-uikit-react/commit/fa1eb53dc1840becb35301a8f24c23cf4c92b188)) + ## [5.30.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-styles@5.30.0...@hitachivantara/uikit-styles@5.30.1) (2024-06-22) ### Bug Fixes diff --git a/packages/styles/package.json b/packages/styles/package.json index 92a3cefabc..6c39e1d397 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-styles", - "version": "5.30.1", + "version": "5.30.2", "description": "UI Kit styling solution for the Next Design System.", "homepage": "https://github.com/lumada-design/hv-uikit-react", "author": "Hitachi Vantara UI Kit Team", diff --git a/packages/uno-preset/CHANGELOG.md b/packages/uno-preset/CHANGELOG.md index 8c60f29189..b59fa852dd 100644 --- a/packages/uno-preset/CHANGELOG.md +++ b/packages/uno-preset/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.2.23 (2024-07-04) + +**Note:** Version bump only for package @hitachivantara/uikit-uno-preset + ## [0.2.22](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-uno-preset@0.2.21...@hitachivantara/uikit-uno-preset@0.2.22) (2024-06-22) **Note:** Version bump only for package @hitachivantara/uikit-uno-preset diff --git a/packages/uno-preset/package.json b/packages/uno-preset/package.json index ff8fb6b582..af377b231e 100644 --- a/packages/uno-preset/package.json +++ b/packages/uno-preset/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-uno-preset", - "version": "0.2.22", + "version": "0.2.23", "description": "UI Kit UnoCSS preset with the NEXT theme.", "homepage": "https://github.com/lumada-design/hv-uikit-react", "author": "Hitachi Vantara UI Kit Team", @@ -26,7 +26,7 @@ "@unocss/preset-uno": "^0.58.5" }, "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.1", + "@hitachivantara/uikit-styles": "^5.30.2", "@unocss/preset-rem-to-px": "^0.58.5", "unocss-preset-theme": "^0.12.0" }, diff --git a/packages/viz/CHANGELOG.md b/packages/viz/CHANGELOG.md index b51f36948f..e019ed3e99 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [5.13.5](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-viz@5.13.4...@hitachivantara/uikit-react-viz@5.13.5) (2024-07-04) + +**Note:** Version bump only for package @hitachivantara/uikit-react-viz + ## [5.13.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-viz@5.13.3...@hitachivantara/uikit-react-viz@5.13.4) (2024-06-25) **Note:** Version bump only for package @hitachivantara/uikit-react-viz diff --git a/packages/viz/package.json b/packages/viz/package.json index 27036c9398..e60dfc0012 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-viz", - "version": "5.13.4", + "version": "5.13.5", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Contributed React visualization components for the NEXT UI Kit.", @@ -43,7 +43,7 @@ }, "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.6" + "@hitachivantara/uikit-react-core": "^5.66.7" }, "devDependencies": { "@types/react": "^18.2.43",