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]
 - @hitachivantara/[email protected]
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent fb27a70 commit 0ef2da4
Show file tree
Hide file tree
Showing 23 changed files with 125 additions and 60 deletions.
60 changes: 30 additions & 30 deletions package-lock.json

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

6 changes: 6 additions & 0 deletions packages/cli/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.

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

### Features

- **icons:** add rotate property ([#4433](https://github.com/lumada-design/hv-uikit-react/issues/4433)) ([b5c69b2](https://github.com/lumada-design/hv-uikit-react/commit/b5c69b295a5281631e56e9982602704108b386d5))

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

### Reverts
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/hv-uikit-cli",
"version": "1.18.1",
"version": "1.19.0",
"private": false,
"type": "module",
"author": "Hitachi Vantara UI Kit Team",
Expand Down
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.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)

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

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

**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.9",
"version": "5.7.10",
"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.15",
"@hitachivantara/uikit-styles": "^5.40.1",
"@hitachivantara/uikit-react-utils": "^0.2.16",
"@hitachivantara/uikit-styles": "^5.40.2",
"@monaco-editor/react": "^4.5.1",
"sql-formatter": "^15.4.2",
"xml-formatter": "^3.6.3",
Expand Down
11 changes: 11 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **Input:** update error color ([#4428](https://github.com/lumada-design/hv-uikit-react/issues/4428)) ([d80db47](https://github.com/lumada-design/hv-uikit-react/commit/d80db478e6a015be01548486f3aaa958af03ddd7))
- **MultiButton:** borderRadius in sm/lg sizes ([7d90945](https://github.com/lumada-design/hv-uikit-react/commit/7d90945e4775718eced42f269bd161144ec58182))

### Features

- **icons:** add rotate property ([#4433](https://github.com/lumada-design/hv-uikit-react/issues/4433)) ([b5c69b2](https://github.com/lumada-design/hv-uikit-react/commit/b5c69b295a5281631e56e9982602704108b386d5))

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

### 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.81.2",
"version": "5.82.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.12.10",
"@hitachivantara/uikit-react-shared": "^5.3.15",
"@hitachivantara/uikit-react-utils": "^0.2.15",
"@hitachivantara/uikit-styles": "^5.40.1",
"@hitachivantara/uikit-react-icons": "^5.13.0",
"@hitachivantara/uikit-react-shared": "^5.3.16",
"@hitachivantara/uikit-react-utils": "^0.2.16",
"@hitachivantara/uikit-styles": "^5.40.2",
"@internationalized/date": "^3.2.0",
"@mui/base": "^5.0.0-beta.40",
"@popperjs/core": "^2.11.8",
Expand Down
6 changes: 6 additions & 0 deletions packages/icons/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.13.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)

### Features

- **icons:** add rotate property ([#4433](https://github.com/lumada-design/hv-uikit-react/issues/4433)) ([b5c69b2](https://github.com/lumada-design/hv-uikit-react/commit/b5c69b295a5281631e56e9982602704108b386d5))

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

**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.12.10",
"version": "5.13.0",
"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.1"
"@hitachivantara/uikit-styles": "^5.40.2"
},
"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.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)

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

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

**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.9",
"version": "5.41.10",
"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.81.2",
"@hitachivantara/uikit-react-icons": "^5.12.10",
"@hitachivantara/uikit-react-utils": "^0.2.15",
"@hitachivantara/uikit-styles": "^5.40.1",
"@hitachivantara/uikit-react-core": "^5.82.0",
"@hitachivantara/uikit-react-icons": "^5.13.0",
"@hitachivantara/uikit-react-utils": "^0.2.16",
"@hitachivantara/uikit-styles": "^5.40.2",
"@mui/base": "^5.0.0-beta.40",
"@types/react-grid-layout": "^1.3.5",
"react-grid-layout": "^1.4.4",
Expand Down
10 changes: 10 additions & 0 deletions packages/pentaho/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

- **SidePanel:** prevent side panel content from being selected during resize ([fb27a70](https://github.com/lumada-design/hv-uikit-react/commit/fb27a7058e9891970e2cd65488d685f896cfe2ac))

### Features

- **icons:** add rotate property ([#4433](https://github.com/lumada-design/hv-uikit-react/issues/4433)) ([b5c69b2](https://github.com/lumada-design/hv-uikit-react/commit/b5c69b295a5281631e56e9982602704108b386d5))

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

### 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.6.0",
"version": "0.7.0",
"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.81.2",
"@hitachivantara/uikit-react-icons": "^5.12.10",
"@hitachivantara/uikit-react-utils": "^0.2.15",
"@hitachivantara/uikit-react-core": "^5.82.0",
"@hitachivantara/uikit-react-icons": "^5.13.0",
"@hitachivantara/uikit-react-utils": "^0.2.16",
"@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.16](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-11-19)

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

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

**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.15",
"version": "5.3.16",
"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.1"
"@hitachivantara/uikit-styles": "^5.40.2"
},
"devDependencies": {
"@types/react": "^18.2.43",
Expand Down
Loading

0 comments on commit 0ef2da4

Please sign in to comment.