Skip to content

Commit 6a098fb

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] - @hitachivantara/[email protected]
1 parent 144aac2 commit 6a098fb

23 files changed

+114
-60
lines changed

package-lock.json

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

packages/cli/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+
## [1.20.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
### Bug Fixes
9+
10+
- **TableSection:** border-radius ([#4462](https://github.com/lumada-design/hv-uikit-react/issues/4462)) ([c9adeda](https://github.com/lumada-design/hv-uikit-react/commit/c9adeda6d9182913c3701c3eb8e1b2afd4fe92b7))
11+
612
## [1.20.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-28)
713

814
### Bug Fixes

packages/cli/package.json

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

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.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor
9+
610
## [5.7.11](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-21)
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.11",
3+
"version": "5.7.12",
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.17",
41-
"@hitachivantara/uikit-styles": "^5.40.2",
40+
"@hitachivantara/uikit-react-utils": "^0.2.18",
41+
"@hitachivantara/uikit-styles": "^5.40.3",
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
### Bug Fixes
9+
10+
- **ColorPicker:** hue slider goes out of bounds ([#4465](https://github.com/lumada-design/hv-uikit-react/issues/4465)) ([75ad7f6](https://github.com/lumada-design/hv-uikit-react/commit/75ad7f62a3fcc7c71d211c840097a58b0e221410))
11+
- **ColorPicker:** unable to set R/G/B components as 0 ([#4466](https://github.com/lumada-design/hv-uikit-react/issues/4466)) ([4d40f7f](https://github.com/lumada-design/hv-uikit-react/commit/4d40f7fbeb85c715058a29275ec17324af2651cb))
12+
- **TableSection:** border-radius ([#4462](https://github.com/lumada-design/hv-uikit-react/issues/4462)) ([c9adeda](https://github.com/lumada-design/hv-uikit-react/commit/c9adeda6d9182913c3701c3eb8e1b2afd4fe92b7))
13+
614
## [5.82.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-02)
715

816
### 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.82.3",
3+
"version": "5.82.4",
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.13.0",
45-
"@hitachivantara/uikit-react-shared": "^5.3.16",
46-
"@hitachivantara/uikit-react-utils": "^0.2.17",
47-
"@hitachivantara/uikit-styles": "^5.40.2",
44+
"@hitachivantara/uikit-react-icons": "^5.13.1",
45+
"@hitachivantara/uikit-react-shared": "^5.3.17",
46+
"@hitachivantara/uikit-react-utils": "^0.2.18",
47+
"@hitachivantara/uikit-styles": "^5.40.3",
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.13.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-icons
9+
610
# [5.13.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
711

812
### Features

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.13.0",
3+
"version": "5.13.1",
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.2"
44+
"@hitachivantara/uikit-styles": "^5.40.3"
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.14](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-lab
9+
610
## [5.41.13](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-02)
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.13",
3+
"version": "5.41.14",
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.82.3",
46-
"@hitachivantara/uikit-react-icons": "^5.13.0",
47-
"@hitachivantara/uikit-react-utils": "^0.2.17",
48-
"@hitachivantara/uikit-styles": "^5.40.2",
45+
"@hitachivantara/uikit-react-core": "^5.82.4",
46+
"@hitachivantara/uikit-react-icons": "^5.13.1",
47+
"@hitachivantara/uikit-react-utils": "^0.2.18",
48+
"@hitachivantara/uikit-styles": "^5.40.3",
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: 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.8.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
### Bug Fixes
9+
10+
- **CanvasSidebar:** open state out of sync ([#4456](https://github.com/lumada-design/hv-uikit-react/issues/4456)) ([823533b](https://github.com/lumada-design/hv-uikit-react/commit/823533b38e4a1bde103fa181130e578caaccbc58))
11+
612
## [0.8.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-02)
713

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

packages/pentaho/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hitachivantara/uikit-react-pentaho",
3-
"version": "0.8.2",
3+
"version": "0.8.3",
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.3",
43-
"@hitachivantara/uikit-react-icons": "^5.13.0",
44-
"@hitachivantara/uikit-react-utils": "^0.2.17",
42+
"@hitachivantara/uikit-react-core": "^5.82.4",
43+
"@hitachivantara/uikit-react-icons": "^5.13.1",
44+
"@hitachivantara/uikit-react-utils": "^0.2.18",
4545
"@mui/base": "^5.0.0-beta.40",
4646
"react-resize-detector": "^8.1.0"
4747
},

packages/shared/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.3.17](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-shared
9+
610
## [5.3.16](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-shared

packages/shared/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-shared",
3-
"version": "5.3.16",
3+
"version": "5.3.17",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -35,7 +35,7 @@
3535
},
3636
"dependencies": {
3737
"@emotion/cache": "^11.11.0",
38-
"@hitachivantara/uikit-styles": "^5.40.2"
38+
"@hitachivantara/uikit-styles": "^5.40.3"
3939
},
4040
"devDependencies": {
4141
"@types/react": "^18.2.43",

packages/styles/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.40.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)
7+
8+
### Bug Fixes
9+
10+
- **Card:** P+ colors in dark theme ([#4467](https://github.com/lumada-design/hv-uikit-react/issues/4467)) ([c6c3d72](https://github.com/lumada-design/hv-uikit-react/commit/c6c3d725cff157f551b1d505772e1b7ff80b856e))
11+
612
## [5.40.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)
713

814
### Bug Fixes

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

0 commit comments

Comments
 (0)