From 3786c516514ce5870060b8ebb14199906aa85e58 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 17 Jul 2024 11:07:01 +0000 Subject: [PATCH] chore(release): publish - @hitachivantara/hv-uikit-cli@1.16.9 - @hitachivantara/uikit-react-code-editor@5.2.177 - @hitachivantara/uikit-react-core@5.66.11 - @hitachivantara/uikit-react-icons@5.10.3 - @hitachivantara/uikit-react-lab@5.37.1 - @hitachivantara/uikit-react-pentaho@0.1.2 - @hitachivantara/uikit-react-shared@5.1.45 - @hitachivantara/uikit-styles@5.31.0 - @hitachivantara/uikit-uno-preset@0.2.25 - @hitachivantara/uikit-react-viz@5.13.9 --- package-lock.json | 50 +++++++++++++++---------------- packages/cli/CHANGELOG.md | 12 ++++++++ packages/cli/package.json | 2 +- packages/code-editor/CHANGELOG.md | 8 +++++ packages/code-editor/package.json | 8 ++--- packages/core/CHANGELOG.md | 8 +++++ packages/core/package.json | 8 ++--- packages/icons/CHANGELOG.md | 8 +++++ packages/icons/package.json | 4 +-- packages/lab/CHANGELOG.md | 8 +++++ packages/lab/package.json | 8 ++--- packages/pentaho/CHANGELOG.md | 12 ++++++++ packages/pentaho/package.json | 6 ++-- packages/shared/CHANGELOG.md | 8 +++++ packages/shared/package.json | 4 +-- packages/styles/CHANGELOG.md | 12 ++++++++ packages/styles/package.json | 2 +- packages/uno-preset/CHANGELOG.md | 8 +++++ packages/uno-preset/package.json | 4 +-- packages/viz/CHANGELOG.md | 8 +++++ packages/viz/package.json | 4 +-- 21 files changed, 142 insertions(+), 50 deletions(-) diff --git a/package-lock.json b/package-lock.json index b79655b5d3..812e34ee9a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -42075,7 +42075,7 @@ }, "packages/cli": { "name": "@hitachivantara/hv-uikit-cli", - "version": "1.16.8", + "version": "1.16.9", "license": "Apache-2.0", "dependencies": { "chalk": "^5.2.0", @@ -42108,13 +42108,13 @@ }, "packages/code-editor": { "name": "@hitachivantara/uikit-react-code-editor", - "version": "5.2.176", + "version": "5.2.177", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10", - "@hitachivantara/uikit-react-icons": "^5.10.2", - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-react-core": "^5.66.11", + "@hitachivantara/uikit-react-icons": "^5.10.3", + "@hitachivantara/uikit-styles": "^5.31.0", "@monaco-editor/react": "^4.5.1" }, "devDependencies": { @@ -42132,16 +42132,16 @@ }, "packages/core": { "name": "@hitachivantara/uikit-react-core", - "version": "5.66.10", + "version": "5.66.11", "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.2", - "@hitachivantara/uikit-react-shared": "^5.1.44", - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-react-icons": "^5.10.3", + "@hitachivantara/uikit-react-shared": "^5.1.45", + "@hitachivantara/uikit-styles": "^5.31.0", "@internationalized/date": "^3.2.0", "@mui/base": "^5.0.0-beta.40", "@popperjs/core": "^2.11.8", @@ -42180,10 +42180,10 @@ }, "packages/icons": { "name": "@hitachivantara/uikit-react-icons", - "version": "5.10.2", + "version": "5.10.3", "license": "Apache-2.0", "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.3" + "@hitachivantara/uikit-styles": "^5.31.0" }, "devDependencies": { "@svgr/core": "^8.1.0", @@ -42208,15 +42208,15 @@ }, "packages/lab": { "name": "@hitachivantara/uikit-react-lab", - "version": "5.37.0", + "version": "5.37.1", "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.10", - "@hitachivantara/uikit-react-icons": "^5.10.2", - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-react-core": "^5.66.11", + "@hitachivantara/uikit-react-icons": "^5.10.3", + "@hitachivantara/uikit-styles": "^5.31.0", "@mui/base": "^5.0.0-beta.40", "@types/react-grid-layout": "^1.3.5", "react-grid-layout": "^1.4.4", @@ -42244,12 +42244,12 @@ }, "packages/pentaho": { "name": "@hitachivantara/uikit-react-pentaho", - "version": "0.1.1", + "version": "0.1.2", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10", - "@hitachivantara/uikit-react-icons": "^5.10.2", + "@hitachivantara/uikit-react-core": "^5.66.11", + "@hitachivantara/uikit-react-icons": "^5.10.3", "@mui/base": "^5.0.0-beta.40", "react-resize-detector": "^8.1.0" }, @@ -42273,11 +42273,11 @@ }, "packages/shared": { "name": "@hitachivantara/uikit-react-shared", - "version": "5.1.44", + "version": "5.1.45", "license": "Apache-2.0", "dependencies": { "@emotion/cache": "^11.11.0", - "@hitachivantara/uikit-styles": "^5.30.3" + "@hitachivantara/uikit-styles": "^5.31.0" }, "devDependencies": { "@types/react": "^18.2.43", @@ -42291,7 +42291,7 @@ }, "packages/styles": { "name": "@hitachivantara/uikit-styles", - "version": "5.30.3", + "version": "5.31.0", "license": "Apache-2.0", "dependencies": { "csstype": "^3.1.3" @@ -42302,10 +42302,10 @@ }, "packages/uno-preset": { "name": "@hitachivantara/uikit-uno-preset", - "version": "0.2.24", + "version": "0.2.25", "license": "Apache-2.0", "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-styles": "^5.31.0", "@unocss/preset-rem-to-px": "^0.58.5", "unocss-preset-theme": "^0.12.0" }, @@ -42320,11 +42320,11 @@ }, "packages/viz": { "name": "@hitachivantara/uikit-react-viz", - "version": "5.13.8", + "version": "5.13.9", "license": "Apache-2.0", "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10" + "@hitachivantara/uikit-react-core": "^5.66.11" }, "devDependencies": { "@types/react": "^18.2.43", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 5eafa5e1e8..b33be1e732 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.16.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/hv-uikit-cli@1.16.8...@hitachivantara/hv-uikit-cli@1.16.9) (2024-07-17) + +### Bug Fixes + +- canvas panel and floating panel renamed to side and bottom panel ([#4231](https://github.com/lumada-design/hv-uikit-react/issues/4231)) ([e5f4f84](https://github.com/lumada-design/hv-uikit-react/commit/e5f4f841a12a547f2cac8cb596db0ef2253299ea)) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 1.16.8 (2024-07-12) **Note:** Version bump only for package @hitachivantara/hv-uikit-cli diff --git a/packages/cli/package.json b/packages/cli/package.json index 17e7d7f0d2..8541eb0914 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/hv-uikit-cli", - "version": "1.16.8", + "version": "1.16.9", "private": false, "type": "module", "author": "Hitachi Vantara UI Kit Team", diff --git a/packages/code-editor/CHANGELOG.md b/packages/code-editor/CHANGELOG.md index 1a0249f338..ca5975be7a 100644 --- a/packages/code-editor/CHANGELOG.md +++ b/packages/code-editor/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.2.177](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-code-editor@5.2.176...@hitachivantara/uikit-react-code-editor@5.2.177) (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 5.2.176 (2024-07-12) **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 8552d97c73..0f933bbbf1 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.176", + "version": "5.2.177", "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.", @@ -38,9 +38,9 @@ }, "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10", - "@hitachivantara/uikit-react-icons": "^5.10.2", - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-react-core": "^5.66.11", + "@hitachivantara/uikit-react-icons": "^5.10.3", + "@hitachivantara/uikit-styles": "^5.31.0", "@monaco-editor/react": "^4.5.1" }, "devDependencies": { diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 78ac30c8c5..2ef77ec2a0 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/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.66.11](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-core@5.66.10...@hitachivantara/uikit-react-core@5.66.11) (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 5.66.10 (2024-07-12) ### Performance Improvements diff --git a/packages/core/package.json b/packages/core/package.json index 46e6437385..aa8bc1ce1e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-core", - "version": "5.66.10", + "version": "5.66.11", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Core React components for the NEXT Design System.", @@ -45,9 +45,9 @@ "@emotion/css": "^11.11.2", "@emotion/serialize": "^1.1.2", "@emotion/utils": "^1.2.1", - "@hitachivantara/uikit-react-icons": "^5.10.2", - "@hitachivantara/uikit-react-shared": "^5.1.44", - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-react-icons": "^5.10.3", + "@hitachivantara/uikit-react-shared": "^5.1.45", + "@hitachivantara/uikit-styles": "^5.31.0", "@internationalized/date": "^3.2.0", "@mui/base": "^5.0.0-beta.40", "@popperjs/core": "^2.11.8", diff --git a/packages/icons/CHANGELOG.md b/packages/icons/CHANGELOG.md index d25bddd6a0..689337552f 100644 --- a/packages/icons/CHANGELOG.md +++ b/packages/icons/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.10.3 (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 5.10.2 (2024-07-06) **Note:** Version bump only for package @hitachivantara/uikit-react-icons diff --git a/packages/icons/package.json b/packages/icons/package.json index 43924a454a..147aa5330b 100644 --- a/packages/icons/package.json +++ b/packages/icons/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-icons", - "version": "5.10.2", + "version": "5.10.3", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "NEXT Design System icons packaged as a set of React components.", @@ -44,7 +44,7 @@ "react-dom": "^17.0.0 || ^18.0.0" }, "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.3" + "@hitachivantara/uikit-styles": "^5.31.0" }, "devDependencies": { "@svgr/core": "^8.1.0", diff --git a/packages/lab/CHANGELOG.md b/packages/lab/CHANGELOG.md index ace898d4f6..1d44dc7cf5 100644 --- a/packages/lab/CHANGELOG.md +++ b/packages/lab/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.37.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-lab@5.37.0...@hitachivantara/uikit-react-lab@5.37.1) (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + # [5.37.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-lab@5.36.2...@hitachivantara/uikit-react-lab@5.37.0) (2024-07-12) ### Features diff --git a/packages/lab/package.json b/packages/lab/package.json index bee2d22f14..915f5e4bc8 100644 --- a/packages/lab/package.json +++ b/packages/lab/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-lab", - "version": "5.37.0", + "version": "5.37.1", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Contributed React components for the NEXT UI Kit.", @@ -44,9 +44,9 @@ "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^6.0.1", "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10", - "@hitachivantara/uikit-react-icons": "^5.10.2", - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-react-core": "^5.66.11", + "@hitachivantara/uikit-react-icons": "^5.10.3", + "@hitachivantara/uikit-styles": "^5.31.0", "@mui/base": "^5.0.0-beta.40", "@types/react-grid-layout": "^1.3.5", "react-grid-layout": "^1.4.4", diff --git a/packages/pentaho/CHANGELOG.md b/packages/pentaho/CHANGELOG.md index 3250861b22..7caac6acd5 100644 --- a/packages/pentaho/CHANGELOG.md +++ b/packages/pentaho/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-pentaho@0.1.1...@hitachivantara/uikit-react-pentaho@0.1.2) (2024-07-17) + +### Bug Fixes + +- canvas panel and floating panel renamed to side and bottom panel ([#4231](https://github.com/lumada-design/hv-uikit-react/issues/4231)) ([e5f4f84](https://github.com/lumada-design/hv-uikit-react/commit/e5f4f841a12a547f2cac8cb596db0ef2253299ea)) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 0.1.1 (2024-07-12) ### Bug Fixes diff --git a/packages/pentaho/package.json b/packages/pentaho/package.json index 1c0faf3ae6..9e96f0465e 100644 --- a/packages/pentaho/package.json +++ b/packages/pentaho/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-pentaho", - "version": "0.1.1", + "version": "0.1.2", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "UI Kit Pentaho+ React components.", @@ -41,8 +41,8 @@ }, "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10", - "@hitachivantara/uikit-react-icons": "^5.10.2", + "@hitachivantara/uikit-react-core": "^5.66.11", + "@hitachivantara/uikit-react-icons": "^5.10.3", "@mui/base": "^5.0.0-beta.40", "react-resize-detector": "^8.1.0" }, diff --git a/packages/shared/CHANGELOG.md b/packages/shared/CHANGELOG.md index 4a79bdee26..c09b54a305 100644 --- a/packages/shared/CHANGELOG.md +++ b/packages/shared/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.1.45 (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 5.1.44 (2024-07-06) **Note:** Version bump only for package @hitachivantara/uikit-react-shared diff --git a/packages/shared/package.json b/packages/shared/package.json index 5c9c98d2e0..0f7ffccce0 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-shared", - "version": "5.1.44", + "version": "5.1.45", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Shared React contexts for the NEXT UI Kit.", @@ -35,7 +35,7 @@ }, "dependencies": { "@emotion/cache": "^11.11.0", - "@hitachivantara/uikit-styles": "^5.30.3" + "@hitachivantara/uikit-styles": "^5.31.0" }, "devDependencies": { "@types/react": "^18.2.43", diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index bddd07a66e..19fb1f407b 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# 5.31.0 (2024-07-17) + +### Features + +- vertical navigation CSS for pentaho theme ([79ff665](https://github.com/lumada-design/hv-uikit-react/commit/79ff665328a37f996be77591f3abce1de229a814)) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 5.30.3 (2024-07-06) **Note:** Version bump only for package @hitachivantara/uikit-styles diff --git a/packages/styles/package.json b/packages/styles/package.json index c359fb76fb..0d740f5a5e 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-styles", - "version": "5.30.3", + "version": "5.31.0", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "UI Kit styling solution for the Next Design System.", diff --git a/packages/uno-preset/CHANGELOG.md b/packages/uno-preset/CHANGELOG.md index 5a33200b3e..310452d9ff 100644 --- a/packages/uno-preset/CHANGELOG.md +++ b/packages/uno-preset/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. +## 0.2.25 (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 0.2.24 (2024-07-06) **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 9ea0680bcf..d781cd0ff9 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.24", + "version": "0.2.25", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "UI Kit UnoCSS preset with the NEXT theme.", @@ -35,7 +35,7 @@ "@unocss/preset-uno": "^0.58.5" }, "dependencies": { - "@hitachivantara/uikit-styles": "^5.30.3", + "@hitachivantara/uikit-styles": "^5.31.0", "@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 b0ccdfa7e1..2a1390e6f5 100644 --- a/packages/viz/CHANGELOG.md +++ b/packages/viz/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.13.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/uikit-react-viz@5.13.8...@hitachivantara/uikit-react-viz@5.13.9) (2024-07-17) + +### Reverts + +- Revert "chore(release): publish" ([c4fae1b](https://github.com/lumada-design/hv-uikit-react/commit/c4fae1bf354a0f3c7f3db4f1b16d520380f0f85f)) +- Revert "chore(release): publish" ([ecea29c](https://github.com/lumada-design/hv-uikit-react/commit/ecea29c4ea42586e3c4f828492c7afecf375419e)) +- "chore(release): publish" ([a580a01](https://github.com/lumada-design/hv-uikit-react/commit/a580a0110faa7a2bc047bfa39d53ff2ddffba4bc)) + ## 5.13.8 (2024-07-12) **Note:** Version bump only for package @hitachivantara/uikit-react-viz diff --git a/packages/viz/package.json b/packages/viz/package.json index f49bf961b2..97d1263509 100644 --- a/packages/viz/package.json +++ b/packages/viz/package.json @@ -1,6 +1,6 @@ { "name": "@hitachivantara/uikit-react-viz", - "version": "5.13.8", + "version": "5.13.9", "private": false, "author": "Hitachi Vantara UI Kit Team", "description": "Contributed React visualization components for the NEXT UI Kit.", @@ -44,7 +44,7 @@ }, "dependencies": { "@emotion/css": "^11.11.0", - "@hitachivantara/uikit-react-core": "^5.66.10" + "@hitachivantara/uikit-react-core": "^5.66.11" }, "devDependencies": { "@types/react": "^18.2.43",