Skip to content

Commit 76b8a03

Browse files
chore(release): publish
- @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected] - @hitachivantara/[email protected]
1 parent 6c79b50 commit 76b8a03

File tree

9 files changed

+37
-12
lines changed

9 files changed

+37
-12
lines changed

package-lock.json

Lines changed: 6 additions & 6 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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.8.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2025-01-03)
7+
8+
### Bug Fixes
9+
10+
- **CodeEditor:** account for special characters inside tables and columns names ([#4493](https://github.com/lumada-design/hv-uikit-react/issues/4493)) ([6c79b50](https://github.com/lumada-design/hv-uikit-react/commit/6c79b5084c831a68c83dd667adb2e6a3fb9f4f80))
11+
- **CodeEditor:** get text until cursor and not all text in SQL autocomplete ([#4490](https://github.com/lumada-design/hv-uikit-react/issues/4490)) ([a6dd752](https://github.com/lumada-design/hv-uikit-react/commit/a6dd752f48f6d86922b7ac4593b35b0c1e4c787c))
12+
13+
### Features
14+
15+
- **CodeEditor:** add table to column in SQL autocomplete ([#4491](https://github.com/lumada-design/hv-uikit-react/issues/4491)) ([323f127](https://github.com/lumada-design/hv-uikit-react/commit/323f1278ecdad891a01c5ce483a8776551254311))
16+
617
## [5.7.15](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-19)
718

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

packages/code-editor/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-code-editor",
3-
"version": "5.7.15",
3+
"version": "5.8.0",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",

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.84.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2025-01-03)
7+
8+
### Bug Fixes
9+
10+
- **CodeEditor:** account for special characters inside tables and columns names ([#4493](https://github.com/lumada-design/hv-uikit-react/issues/4493)) ([6c79b50](https://github.com/lumada-design/hv-uikit-react/commit/6c79b5084c831a68c83dd667adb2e6a3fb9f4f80))
11+
612
## [5.84.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-23)
713

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

packages/core/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-core",
3-
"version": "5.84.1",
3+
"version": "5.84.2",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",

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

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

packages/lab/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-lab",
3-
"version": "5.41.18",
3+
"version": "5.41.19",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -42,7 +42,7 @@
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.84.1",
45+
"@hitachivantara/uikit-react-core": "^5.84.2",
4646
"@hitachivantara/uikit-react-icons": "^5.13.4",
4747
"@hitachivantara/uikit-react-utils": "^0.2.21",
4848
"@hitachivantara/uikit-styles": "^5.40.6",

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.8.8](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2025-01-03)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-pentaho
9+
610
## [0.8.7](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-23)
711

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

packages/pentaho/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-pentaho",
3-
"version": "0.8.7",
3+
"version": "0.8.8",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -39,7 +39,7 @@
3939
},
4040
"dependencies": {
4141
"@emotion/css": "^11.11.0",
42-
"@hitachivantara/uikit-react-core": "^5.84.1",
42+
"@hitachivantara/uikit-react-core": "^5.84.2",
4343
"@hitachivantara/uikit-react-icons": "^5.13.4",
4444
"@hitachivantara/uikit-react-utils": "^0.2.21",
4545
"@mui/base": "^5.0.0-beta.40",

0 commit comments

Comments
 (0)