Skip to content

Commit 682ed1b

Browse files
chore(release): publish
- @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected]
1 parent 4c17152 commit 682ed1b

File tree

13 files changed

+56
-26
lines changed

13 files changed

+56
-26
lines changed

package-lock.json

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-editor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.7.11](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor
9+
610
## [5.7.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
711

812
**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor

packages/code-editor/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-code-editor",
3-
"version": "5.7.10",
3+
"version": "5.7.11",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -37,7 +37,7 @@
3737
"react-dom": "^17.0.0 || ^18.0.0"
3838
},
3939
"dependencies": {
40-
"@hitachivantara/uikit-react-utils": "^0.2.16",
40+
"@hitachivantara/uikit-react-utils": "^0.2.17",
4141
"@hitachivantara/uikit-styles": "^5.40.2",
4242
"@monaco-editor/react": "^4.5.1",
4343
"sql-formatter": "^15.4.2",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.82.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
7+
8+
### Bug Fixes
9+
10+
- **DropDownMenu:** move getPrevNextFocus for perf & ssr support ([#4441](https://github.com/lumada-design/hv-uikit-react/issues/4441)) ([101d28d](https://github.com/lumada-design/hv-uikit-react/commit/101d28d20f3779aa5043923885540d6e1e389c79))
11+
612
# [5.82.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-core",
3-
"version": "5.82.0",
3+
"version": "5.82.1",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -43,7 +43,7 @@
4343
"@emotion/serialize": "^1.1.2",
4444
"@hitachivantara/uikit-react-icons": "^5.13.0",
4545
"@hitachivantara/uikit-react-shared": "^5.3.16",
46-
"@hitachivantara/uikit-react-utils": "^0.2.16",
46+
"@hitachivantara/uikit-react-utils": "^0.2.17",
4747
"@hitachivantara/uikit-styles": "^5.40.2",
4848
"@internationalized/date": "^3.2.0",
4949
"@mui/base": "^5.0.0-beta.40",

packages/lab/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.41.11](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-lab
9+
610
## [5.41.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
711

812
**Note:** Version bump only for package @hitachivantara/uikit-react-lab

packages/lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-lab",
3-
"version": "5.41.10",
3+
"version": "5.41.11",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -42,9 +42,9 @@
4242
"@dnd-kit/core": "^6.1.0",
4343
"@dnd-kit/modifiers": "^6.0.1",
4444
"@emotion/css": "^11.11.0",
45-
"@hitachivantara/uikit-react-core": "^5.82.0",
45+
"@hitachivantara/uikit-react-core": "^5.82.1",
4646
"@hitachivantara/uikit-react-icons": "^5.13.0",
47-
"@hitachivantara/uikit-react-utils": "^0.2.16",
47+
"@hitachivantara/uikit-react-utils": "^0.2.17",
4848
"@hitachivantara/uikit-styles": "^5.40.2",
4949
"@mui/base": "^5.0.0-beta.40",
5050
"@types/react-grid-layout": "^1.3.5",

packages/pentaho/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
7+
8+
### Bug Fixes
9+
10+
- **Canvas:** panel button position ([4c17152](https://github.com/lumada-design/hv-uikit-react/commit/4c17152fc290b6fc00fbc8743cc342b693a97115))
11+
612
# [0.7.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
713

814
### Bug Fixes

packages/pentaho/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-pentaho",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -39,9 +39,9 @@
3939
},
4040
"dependencies": {
4141
"@emotion/css": "^11.11.0",
42-
"@hitachivantara/uikit-react-core": "^5.82.0",
42+
"@hitachivantara/uikit-react-core": "^5.82.1",
4343
"@hitachivantara/uikit-react-icons": "^5.13.0",
44-
"@hitachivantara/uikit-react-utils": "^0.2.16",
44+
"@hitachivantara/uikit-react-utils": "^0.2.17",
4545
"@mui/base": "^5.0.0-beta.40",
4646
"react-resize-detector": "^8.1.0"
4747
},

packages/utils/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.17](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
7+
8+
### Bug Fixes
9+
10+
- **DropDownMenu:** move getPrevNextFocus for perf & ssr support ([#4441](https://github.com/lumada-design/hv-uikit-react/issues/4441)) ([101d28d](https://github.com/lumada-design/hv-uikit-react/commit/101d28d20f3779aa5043923885540d6e1e389c79))
11+
612
## [0.2.16](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
713

814
**Note:** Version bump only for package @hitachivantara/uikit-react-utils

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-utils",
3-
"version": "0.2.16",
3+
"version": "0.2.17",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",

packages/viz/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [5.15.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-viz
9+
610
## [5.15.8](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
711

812
**Note:** Version bump only for package @hitachivantara/uikit-react-viz

packages/viz/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-viz",
3-
"version": "5.15.8",
3+
"version": "5.15.9",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -42,7 +42,7 @@
4242
"react-dom": "^17.0.0 || ^18.0.0"
4343
},
4444
"dependencies": {
45-
"@hitachivantara/uikit-react-utils": "^0.2.16",
45+
"@hitachivantara/uikit-react-utils": "^0.2.17",
4646
"@hitachivantara/uikit-styles": "^5.40.2"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)