Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @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]
  • Loading branch information
github-actions[bot] committed Dec 12, 2024
1 parent 4fb3d16 commit 75efe8d
Show file tree
Hide file tree
Showing 21 changed files with 113 additions and 58 deletions.
58 changes: 29 additions & 29 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/code-editor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.7.13](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

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

## [5.7.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

**Note:** Version bump only for package @hitachivantara/uikit-react-code-editor
Expand Down
6 changes: 3 additions & 3 deletions packages/code-editor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-code-editor",
"version": "5.7.12",
"version": "5.7.13",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down Expand Up @@ -37,8 +37,8 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@hitachivantara/uikit-react-utils": "^0.2.18",
"@hitachivantara/uikit-styles": "^5.40.3",
"@hitachivantara/uikit-react-utils": "^0.2.19",
"@hitachivantara/uikit-styles": "^5.40.4",
"@monaco-editor/react": "^4.5.1",
"sql-formatter": "^15.4.2",
"xml-formatter": "^3.6.3",
Expand Down
17 changes: 17 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.83.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

### Bug Fixes

- **ColorPicker:** color value width in flex containers ([63f4b39](https://github.com/lumada-design/hv-uikit-react/commit/63f4b3977e6326fd233caaa0122c06b0e170023f))
- **DatePicker:** input locale & align input/label values ([d336b1d](https://github.com/lumada-design/hv-uikit-react/commit/d336b1da233c1d26ff47f2a00c98f79e2f5d6954))
- **Input:** extend HvBaseInput types ([941db54](https://github.com/lumada-design/hv-uikit-react/commit/941db54cb0b6bc9d532e7b3f8330244429ef009d))
- **Select:** merge HvOption events ([#4483](https://github.com/lumada-design/hv-uikit-react/issues/4483)) ([4fb3d16](https://github.com/lumada-design/hv-uikit-react/commit/4fb3d168e78ae318d40a3e5cd867a48b937dbf47))
- **Tag:** selectable styles & overridable colors ([#4455](https://github.com/lumada-design/hv-uikit-react/issues/4455)) ([70501ef](https://github.com/lumada-design/hv-uikit-react/commit/70501efcc324f1aa5b9c74b42c8b2a95b201751d))
- uniformize date formats/default locale ([26aad42](https://github.com/lumada-design/hv-uikit-react/commit/26aad423a4e8fa0f02d3e16a2961ad2794224903))

### Features

- **ColorPicker:** numeric field inputs ([71408cb](https://github.com/lumada-design/hv-uikit-react/commit/71408cb96abc2eadbe63058c61dbf2795d4339c7))
- **Select:** allow passing the options array ([1a611da](https://github.com/lumada-design/hv-uikit-react/commit/1a611da4b878b3fea7be144d7d83460f97d33b14))
- **Table:** add defaultColumn cell renderer ([c900bc9](https://github.com/lumada-design/hv-uikit-react/commit/c900bc90f27b4dc2abb067101e31b48c540dfbd0))

## [5.82.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

### Bug Fixes
Expand Down
10 changes: 5 additions & 5 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-core",
"version": "5.82.4",
"version": "5.83.0",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down Expand Up @@ -41,10 +41,10 @@
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/serialize": "^1.1.2",
"@hitachivantara/uikit-react-icons": "^5.13.1",
"@hitachivantara/uikit-react-shared": "^5.3.17",
"@hitachivantara/uikit-react-utils": "^0.2.18",
"@hitachivantara/uikit-styles": "^5.40.3",
"@hitachivantara/uikit-react-icons": "^5.13.2",
"@hitachivantara/uikit-react-shared": "^5.3.18",
"@hitachivantara/uikit-react-utils": "^0.2.19",
"@hitachivantara/uikit-styles": "^5.40.4",
"@internationalized/date": "^3.2.0",
"@mui/base": "^5.0.0-beta.40",
"@popperjs/core": "^2.11.8",
Expand Down
4 changes: 4 additions & 0 deletions packages/icons/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.13.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

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

## [5.13.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

**Note:** Version bump only for package @hitachivantara/uikit-react-icons
Expand Down
4 changes: 2 additions & 2 deletions packages/icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-icons",
"version": "5.13.1",
"version": "5.13.2",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down Expand Up @@ -41,7 +41,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@hitachivantara/uikit-styles": "^5.40.3"
"@hitachivantara/uikit-styles": "^5.40.4"
},
"devDependencies": {
"@svgr/core": "^8.1.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/lab/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.41.15](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

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

## [5.41.14](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

**Note:** Version bump only for package @hitachivantara/uikit-react-lab
Expand Down
10 changes: 5 additions & 5 deletions packages/lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-lab",
"version": "5.41.14",
"version": "5.41.15",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down Expand Up @@ -42,10 +42,10 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.82.4",
"@hitachivantara/uikit-react-icons": "^5.13.1",
"@hitachivantara/uikit-react-utils": "^0.2.18",
"@hitachivantara/uikit-styles": "^5.40.3",
"@hitachivantara/uikit-react-core": "^5.83.0",
"@hitachivantara/uikit-react-icons": "^5.13.2",
"@hitachivantara/uikit-react-utils": "^0.2.19",
"@hitachivantara/uikit-styles": "^5.40.4",
"@mui/base": "^5.0.0-beta.40",
"@types/react-grid-layout": "^1.3.5",
"react-grid-layout": "^1.4.4",
Expand Down
4 changes: 4 additions & 0 deletions packages/pentaho/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

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

## [0.8.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 deletions packages/pentaho/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-pentaho",
"version": "0.8.3",
"version": "0.8.4",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down Expand Up @@ -39,9 +39,9 @@
},
"dependencies": {
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.82.4",
"@hitachivantara/uikit-react-icons": "^5.13.1",
"@hitachivantara/uikit-react-utils": "^0.2.18",
"@hitachivantara/uikit-react-core": "^5.83.0",
"@hitachivantara/uikit-react-icons": "^5.13.2",
"@hitachivantara/uikit-react-utils": "^0.2.19",
"@mui/base": "^5.0.0-beta.40",
"react-resize-detector": "^8.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.3.18](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

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

## [5.3.17](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

**Note:** Version bump only for package @hitachivantara/uikit-react-shared
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-shared",
"version": "5.3.17",
"version": "5.3.18",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down Expand Up @@ -35,7 +35,7 @@
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@hitachivantara/uikit-styles": "^5.40.3"
"@hitachivantara/uikit-styles": "^5.40.4"
},
"devDependencies": {
"@types/react": "^18.2.43",
Expand Down
6 changes: 6 additions & 0 deletions packages/styles/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [5.40.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

### Bug Fixes

- **Tag:** selectable styles & overridable colors ([#4455](https://github.com/lumada-design/hv-uikit-react/issues/4455)) ([70501ef](https://github.com/lumada-design/hv-uikit-react/commit/70501efcc324f1aa5b9c74b42c8b2a95b201751d))

## [5.40.3](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-styles",
"version": "5.40.3",
"version": "5.40.4",
"type": "module",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
Expand Down
4 changes: 4 additions & 0 deletions packages/uno-preset/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.2.45](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-12)

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

## [0.2.44](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-12-05)

**Note:** Version bump only for package @hitachivantara/uikit-uno-preset
Expand Down
Loading

0 comments on commit 75efe8d

Please sign in to comment.