Skip to content

Commit a961aae

Browse files
chore(release): publish
- @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected]
1 parent a7acb26 commit a961aae

21 files changed

+102
-58
lines changed

package-lock.json

Lines changed: 29 additions & 29 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.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-11)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor
9+
610
## [5.7.8](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-07)
711

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

packages/code-editor/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-code-editor",
3-
"version": "5.7.8",
3+
"version": "5.7.9",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -37,8 +37,8 @@
3737
"react-dom": "^17.0.0 || ^18.0.0"
3838
},
3939
"dependencies": {
40-
"@hitachivantara/uikit-react-utils": "^0.2.14",
41-
"@hitachivantara/uikit-styles": "^5.40.0",
40+
"@hitachivantara/uikit-react-utils": "^0.2.15",
41+
"@hitachivantara/uikit-styles": "^5.40.1",
4242
"@monaco-editor/react": "^4.5.1",
4343
"sql-formatter": "^15.4.2",
4444
"xml-formatter": "^3.6.3",

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.81.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-11)
7+
8+
### Bug Fixes
9+
10+
- **InlineEditor:** add tooltip if the text overflows ([#4417](https://github.com/lumada-design/hv-uikit-react/issues/4417)) ([a7acb26](https://github.com/lumada-design/hv-uikit-react/commit/a7acb264eb4130fb379e3290270d9e6a411b34f3))
11+
612
# [5.81.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-07)
713

814
### Bug Fixes

packages/core/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-core",
3-
"version": "5.81.0",
3+
"version": "5.81.1",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -41,10 +41,10 @@
4141
"dependencies": {
4242
"@emotion/cache": "^11.11.0",
4343
"@emotion/serialize": "^1.1.2",
44-
"@hitachivantara/uikit-react-icons": "^5.12.9",
45-
"@hitachivantara/uikit-react-shared": "^5.3.14",
46-
"@hitachivantara/uikit-react-utils": "^0.2.14",
47-
"@hitachivantara/uikit-styles": "^5.40.0",
44+
"@hitachivantara/uikit-react-icons": "^5.12.10",
45+
"@hitachivantara/uikit-react-shared": "^5.3.15",
46+
"@hitachivantara/uikit-react-utils": "^0.2.15",
47+
"@hitachivantara/uikit-styles": "^5.40.1",
4848
"@internationalized/date": "^3.2.0",
4949
"@mui/base": "^5.0.0-beta.40",
5050
"@popperjs/core": "^2.11.8",

packages/icons/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.12.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-11)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-icons
9+
610
## [5.12.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-07)
711

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

packages/icons/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-icons",
3-
"version": "5.12.9",
3+
"version": "5.12.10",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -41,7 +41,7 @@
4141
"react-dom": "^17.0.0 || ^18.0.0"
4242
},
4343
"dependencies": {
44-
"@hitachivantara/uikit-styles": "^5.40.0"
44+
"@hitachivantara/uikit-styles": "^5.40.1"
4545
},
4646
"devDependencies": {
4747
"@svgr/core": "^8.1.0",

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.8](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-11)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-lab
9+
610
## [5.41.7](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-07)
711

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

packages/lab/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-lab",
3-
"version": "5.41.7",
3+
"version": "5.41.8",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -42,10 +42,10 @@
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.81.0",
46-
"@hitachivantara/uikit-react-icons": "^5.12.9",
47-
"@hitachivantara/uikit-react-utils": "^0.2.14",
48-
"@hitachivantara/uikit-styles": "^5.40.0",
45+
"@hitachivantara/uikit-react-core": "^5.81.1",
46+
"@hitachivantara/uikit-react-icons": "^5.12.10",
47+
"@hitachivantara/uikit-react-utils": "^0.2.15",
48+
"@hitachivantara/uikit-styles": "^5.40.1",
4949
"@mui/base": "^5.0.0-beta.40",
5050
"@types/react-grid-layout": "^1.3.5",
5151
"react-grid-layout": "^1.4.4",

packages/pentaho/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+
## [0.5.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-11)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-pentaho
9+
610
## [0.5.11](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-07)
711

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

0 commit comments

Comments
 (0)