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]
  • Loading branch information
github-actions[bot] committed Aug 1, 2024
1 parent 1400da5 commit 143286b
Show file tree
Hide file tree
Showing 13 changed files with 58 additions and 28 deletions.
28 changes: 14 additions & 14 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.2.180](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-08-01)

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

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

**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.2.179",
"version": "5.2.180",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "A wrapper to the React Monaco editor (https://github.com/react-monaco-editor/react-monaco-editor) using the Hitachi Vantara's Design System styles.",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.66.13",
"@hitachivantara/uikit-react-icons": "^5.10.4",
"@hitachivantara/uikit-react-core": "^5.66.14",
"@hitachivantara/uikit-react-icons": "^5.10.5",
"@hitachivantara/uikit-styles": "^5.31.0",
"@monaco-editor/react": "^4.5.1"
},
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.66.14](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-08-01)

### Bug Fixes

- **Carousel:** missing labels override and fullscreen handler added ([40b3d0b](https://github.com/lumada-design/hv-uikit-react/commit/40b3d0b325aaccc7334f4099cde093a7e282dc85))

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

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.66.13",
"version": "5.66.14",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Core React components for the NEXT Design System.",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@emotion/css": "^11.11.2",
"@emotion/serialize": "^1.1.2",
"@emotion/utils": "^1.2.1",
"@hitachivantara/uikit-react-icons": "^5.10.4",
"@hitachivantara/uikit-react-icons": "^5.10.5",
"@hitachivantara/uikit-react-shared": "^5.1.45",
"@hitachivantara/uikit-styles": "^5.31.0",
"@internationalized/date": "^3.2.0",
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.10.5](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-08-01)

### Bug Fixes

- Check icon coloring ([4e15ba1](https://github.com/lumada-design/hv-uikit-react/commit/4e15ba16910a2889eb7efd35fbf24e0b7bfe7630))

## 5.10.4 (2024-07-25)

**Note:** Version bump only for package @hitachivantara/uikit-react-icons
Expand Down
2 changes: 1 addition & 1 deletion 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.10.4",
"version": "5.10.5",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "NEXT Design System icons packaged as a set of React components.",
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.37.4](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-08-01)

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

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

**Note:** Version bump only for package @hitachivantara/uikit-react-lab
Expand Down
6 changes: 3 additions & 3 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.37.3",
"version": "5.37.4",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Contributed React components for the NEXT UI Kit.",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/modifiers": "^6.0.1",
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.66.13",
"@hitachivantara/uikit-react-icons": "^5.10.4",
"@hitachivantara/uikit-react-core": "^5.66.14",
"@hitachivantara/uikit-react-icons": "^5.10.5",
"@hitachivantara/uikit-styles": "^5.31.0",
"@mui/base": "^5.0.0-beta.40",
"@types/react-grid-layout": "^1.3.5",
Expand Down
6 changes: 6 additions & 0 deletions packages/pentaho/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.

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

### Features

- canvas tab and tabs renamed to panel tabs and tab ([#4252](https://github.com/lumada-design/hv-uikit-react/issues/4252)) ([7d86766](https://github.com/lumada-design/hv-uikit-react/commit/7d86766eaeb3a1608468a35b666755eccb5a6df5))

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

**Note:** Version bump only for package @hitachivantara/uikit-react-pentaho
Expand Down
6 changes: 3 additions & 3 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.1.4",
"version": "0.2.0",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "UI Kit Pentaho+ React components.",
Expand Down Expand Up @@ -39,8 +39,8 @@
},
"dependencies": {
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.66.13",
"@hitachivantara/uikit-react-icons": "^5.10.4",
"@hitachivantara/uikit-react-core": "^5.66.14",
"@hitachivantara/uikit-react-icons": "^5.10.5",
"@mui/base": "^5.0.0-beta.40",
"react-resize-detector": "^8.1.0"
},
Expand Down
4 changes: 4 additions & 0 deletions packages/viz/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.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2024-08-01)

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

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

**Note:** Version bump only for package @hitachivantara/uikit-react-viz
Expand Down
4 changes: 2 additions & 2 deletions packages/viz/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hitachivantara/uikit-react-viz",
"version": "5.13.11",
"version": "5.13.12",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Contributed React visualization components for the NEXT UI Kit.",
Expand Down Expand Up @@ -43,7 +43,7 @@
},
"dependencies": {
"@emotion/css": "^11.11.0",
"@hitachivantara/uikit-react-core": "^5.66.13"
"@hitachivantara/uikit-react-core": "^5.66.14"
},
"devDependencies": {
"@types/react": "^18.2.43",
Expand Down

0 comments on commit 143286b

Please sign in to comment.