Skip to content

Commit 220a38b

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 67ac81f commit 220a38b

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.7](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-04)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor
9+
610
## [5.7.6](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-10-31)
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.6",
3+
"version": "5.7.7",
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.12",
41-
"@hitachivantara/uikit-styles": "^5.39.0",
40+
"@hitachivantara/uikit-react-utils": "^0.2.13",
41+
"@hitachivantara/uikit-styles": "^5.39.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: 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.80.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-04)
7+
8+
### Bug Fixes
9+
10+
- add `forwardRef` & name to components ([#4407](https://github.com/lumada-design/hv-uikit-react/issues/4407)) ([ffb26ce](https://github.com/lumada-design/hv-uikit-react/commit/ffb26ce1e1487369b2876be6ebc116865d973754))
11+
- **Panel:** inherit borderRadius ([4b1ad55](https://github.com/lumada-design/hv-uikit-react/commit/4b1ad55141628b2fc528f5098b840f3641f710af))
12+
- **Section:** actions alignment ([67ac81f](https://github.com/lumada-design/hv-uikit-react/commit/67ac81f7653fddb53fc6cc214714d44fd1f4da05))
13+
614
## [5.80.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-10-31)
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.80.1",
3+
"version": "5.80.2",
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.7",
45-
"@hitachivantara/uikit-react-shared": "^5.3.12",
46-
"@hitachivantara/uikit-react-utils": "^0.2.12",
47-
"@hitachivantara/uikit-styles": "^5.39.0",
44+
"@hitachivantara/uikit-react-icons": "^5.12.8",
45+
"@hitachivantara/uikit-react-shared": "^5.3.13",
46+
"@hitachivantara/uikit-react-utils": "^0.2.13",
47+
"@hitachivantara/uikit-styles": "^5.39.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.8](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-04)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-icons
9+
610
## [5.12.7](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-10-31)
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.7",
3+
"version": "5.12.8",
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.39.0"
44+
"@hitachivantara/uikit-styles": "^5.39.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.6](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-04)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-lab
9+
610
## [5.41.5](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-10-31)
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.5",
3+
"version": "5.41.6",
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.80.1",
46-
"@hitachivantara/uikit-react-icons": "^5.12.7",
47-
"@hitachivantara/uikit-react-utils": "^0.2.12",
48-
"@hitachivantara/uikit-styles": "^5.39.0",
45+
"@hitachivantara/uikit-react-core": "^5.80.2",
46+
"@hitachivantara/uikit-react-icons": "^5.12.8",
47+
"@hitachivantara/uikit-react-utils": "^0.2.13",
48+
"@hitachivantara/uikit-styles": "^5.39.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.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-04)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-pentaho
9+
610
## [0.5.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-10-31)
711

812
**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.5.9",
3+
"version": "0.5.10",
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.80.1",
43-
"@hitachivantara/uikit-react-icons": "^5.12.7",
44-
"@hitachivantara/uikit-react-utils": "^0.2.12",
42+
"@hitachivantara/uikit-react-core": "^5.80.2",
43+
"@hitachivantara/uikit-react-icons": "^5.12.8",
44+
"@hitachivantara/uikit-react-utils": "^0.2.13",
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.13](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-04)
7+
8+
**Note:** Version bump only for package @hitachivantara/uikit-react-shared
9+
610
## [5.3.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-10-31)
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.12",
3+
"version": "5.3.13",
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.39.0"
38+
"@hitachivantara/uikit-styles": "^5.39.1"
3939
},
4040
"devDependencies": {
4141
"@types/react": "^18.2.43",

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

812
### 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.39.0",
3+
"version": "5.39.1",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",

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

812
**Note:** Version bump only for package @hitachivantara/uikit-uno-preset

packages/uno-preset/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-uno-preset",
3-
"version": "0.2.39",
3+
"version": "0.2.40",
44
"type": "module",
55
"private": false,
66
"author": "Hitachi Vantara UI Kit Team",
@@ -35,7 +35,7 @@
3535
"@unocss/preset-uno": "^0.58.5"
3636
},
3737
"dependencies": {
38-
"@hitachivantara/uikit-styles": "^5.39.0",
38+
"@hitachivantara/uikit-styles": "^5.39.1",
3939
"@unocss/preset-rem-to-px": "^0.58.5",
4040
"unocss-preset-theme": "^0.12.0"
4141
},

0 commit comments

Comments
 (0)