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 May 31, 2023
1 parent 7163f71 commit 4a6fdb1
Show file tree
Hide file tree
Showing 13 changed files with 70 additions and 36 deletions.
44 changes: 22 additions & 22 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.13](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-31)

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

## [5.2.12](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-30)

**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.12",
"version": "5.2.13",
"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 @@ -37,8 +37,8 @@
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@hitachivantara/uikit-react-core": "^5.9.1",
"@hitachivantara/uikit-styles": "^5.7.1",
"@hitachivantara/uikit-react-core": "^5.10.0",
"@hitachivantara/uikit-styles": "^5.8.0",
"@monaco-editor/react": "^4.5.1",
"clsx": "^1.2.1"
},
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# [5.10.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-31)

### Bug Fixes

- **AppSwitcher:** header and footer now have the same font styling ([8c5a295](https://github.com/lumada-design/hv-uikit-react/commit/8c5a2952a9e1be42881dd1a170dad62c6cab5ac2))
- **Table:** no scrollbar added when column has actions ([#3383](https://github.com/lumada-design/hv-uikit-react/issues/3383)) ([f85a06c](https://github.com/lumada-design/hv-uikit-react/commit/f85a06c9714e17bf49a60a0c5b353c686ed62be8))

### Features

- **drawer:** add component ([#3380](https://github.com/lumada-design/hv-uikit-react/issues/3380)) ([7163f71](https://github.com/lumada-design/hv-uikit-react/commit/7163f714f476e5a0cf4230440bca284f6da2a07b))
- **VerticalNavigation:** deprecated collapsedMode and added useIcons ([5556b95](https://github.com/lumada-design/hv-uikit-react/commit/5556b95f72d411ec907dc0f56eb09bb942ed71b3))

## [5.9.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-30)

### Bug Fixes
Expand Down
8 changes: 4 additions & 4 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.9.1",
"version": "5.10.0",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Core React components for the NEXT Design System.",
Expand Down Expand Up @@ -42,9 +42,9 @@
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@hitachivantara/uikit-react-icons": "^5.1.9",
"@hitachivantara/uikit-react-shared": "^5.0.13",
"@hitachivantara/uikit-styles": "^5.7.1",
"@hitachivantara/uikit-react-icons": "^5.1.10",
"@hitachivantara/uikit-react-shared": "^5.0.14",
"@hitachivantara/uikit-styles": "^5.8.0",
"@popperjs/core": "^2.11.6",
"@types/react-table": "^7.7.14",
"attr-accept": "^2.2.2",
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.1.10](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-31)

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

## [5.1.9](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-28)

**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.1.9",
"version": "5.1.10",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "NEXT Design System icons packaged as a set of React components.",
Expand Down Expand Up @@ -39,7 +39,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@hitachivantara/uikit-styles": "^5.7.1"
"@hitachivantara/uikit-styles": "^5.8.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
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.4.2](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-31)

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

## [5.4.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-30)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 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.4.1",
"version": "5.4.2",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Contributed React components for the NEXT UI Kit.",
Expand Down Expand Up @@ -42,7 +42,7 @@
},
"dependencies": {
"@emotion/cache": "^11.10.5",
"@hitachivantara/uikit-react-core": "^5.9.1",
"@hitachivantara/uikit-react-core": "^5.10.0",
"clsx": "^1.2.1",
"usehooks-ts": "^2.9.1"
},
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.0.14](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-31)

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

## [5.0.13](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-28)

**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.0.13",
"version": "5.0.14",
"private": false,
"author": "Hitachi Vantara UI Kit Team",
"description": "Shared React contexts for the NEXT UI Kit.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"@hitachivantara/uikit-styles": "^5.7.1"
"@hitachivantara/uikit-styles": "^5.8.0"
},
"devDependencies": {
"@types/react": "^18.0.28",
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.8.0](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-31)

### Features

- **drawer:** add component ([#3380](https://github.com/lumada-design/hv-uikit-react/issues/3380)) ([7163f71](https://github.com/lumada-design/hv-uikit-react/commit/7163f714f476e5a0cf4230440bca284f6da2a07b))

## [5.7.1](https://github.com/lumada-design/hv-uikit-react/compare/@hitachivantara/[email protected]...@hitachivantara/[email protected]) (2023-05-28)

### 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.7.1",
"version": "5.8.0",
"description": "UI Kit styling solution for the Next Design System.",
"homepage": "https://github.com/lumada-design/hv-uikit-react",
"author": "Hitachi Vantara UI Kit Team",
Expand Down

0 comments on commit 4a6fdb1

Please sign in to comment.