Skip to content

Commit 9ad4ba0

Browse files
chore(release): publish
- @hv/[email protected] - @hv/[email protected]
1 parent 555c72e commit 9ad4ba0

File tree

6 files changed

+37
-5
lines changed

6 files changed

+37
-5
lines changed

packages/core/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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+
# [3.5.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/[email protected]...@hv/[email protected]) (2020-12-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **asset-inventory:** component callbacks stale reference HVUIKIT-5553 ([bb430b7](https://github.com/pentaho/hv-uikit-react/commit/bb430b78416d65ad5626af435029e64cf6778f30))
12+
* **datepicker:** handleToggle deadlock with null event. HVUIKIT-5643 ([#2174](https://github.com/pentaho/hv-uikit-react/issues/2174)) ([d972d3f](https://github.com/pentaho/hv-uikit-react/commit/d972d3fa4b90efa7564176546a00c86351ee9ba2))
13+
* **dropdownmenu:** classes root type definition ([72e0173](https://github.com/pentaho/hv-uikit-react/commit/72e01736a055c6ca17c25b87e7a38e8189403f53))
14+
* **multibutton:** category type definition ([7eb4392](https://github.com/pentaho/hv-uikit-react/commit/7eb43922f54122b2096589ed22c2a893159a26ec))
15+
* **table:** onPageSizeChange callback type definition ([9624e63](https://github.com/pentaho/hv-uikit-react/commit/9624e63da8bc00e29f46ae2ab70077b97060e3b8))
16+
* **textarea:** handle inputRef correctly ([8d243cf](https://github.com/pentaho/hv-uikit-react/commit/8d243cf888b0eb0e1b306d583383c08d028bb70a))
17+
* **textarea:** middleCountLabel type definition ([4f6a48e](https://github.com/pentaho/hv-uikit-react/commit/4f6a48e664991481553f5e2ee44963d49f55bcf4))
18+
* **togglebutton:** defaultSelected, selected, and nonSelectedIcon type definition ([810c507](https://github.com/pentaho/hv-uikit-react/commit/810c507f358e32fe48da8c32bb9851ac22c5a359))
19+
* incorrect labeling of checkbox and radio groups ([e2d6a03](https://github.com/pentaho/hv-uikit-react/commit/e2d6a0370430740ff1ec5662117f4157f4549b2a))
20+
21+
22+
### Features
23+
24+
* **dropdownmenu:** add menuList to classes ([369b515](https://github.com/pentaho/hv-uikit-react/commit/369b515199a5aba1b71339dcef8c43f88f0c795b))
25+
26+
27+
28+
29+
630
# [3.4.0](https://github.com/pentaho/hv-uikit-react/compare/@hv/[email protected]...@hv/[email protected]) (2020-11-26)
731

832

packages/core/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hv/uikit-react-core",
3-
"version": "3.4.0",
3+
"version": "3.5.0",
44
"description": "A collection of React components for the Hitachi Vantara's Design System.",
55
"homepage": "https://github.com/pentaho/hv-uikit-react",
66
"license": "Apache-2.0",

packages/lab/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+
## [3.0.6](https://github.com/pentaho/hv-uikit-react/compare/@hv/[email protected]...@hv/[email protected]) (2020-12-10)
7+
8+
**Note:** Version bump only for package @hv/uikit-react-lab
9+
10+
11+
12+
13+
614
## [3.0.5](https://github.com/pentaho/hv-uikit-react/compare/@hv/[email protected]...@hv/[email protected]) (2020-11-26)
715

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

packages/lab/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@hv/uikit-react-lab",
3-
"version": "3.0.5",
3+
"version": "3.0.6",
44
"description": "A collection of contributed React components for the Hitachi Vantara's Design System.",
55
"homepage": "https://github.com/pentaho/hv-uikit-react",
66
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
3838
"react-monaco-editor": "^0.36.0"
3939
},
4040
"dependencies": {
41-
"@hv/uikit-react-core": "^3.4.0",
41+
"@hv/uikit-react-core": "^3.5.0",
4242
"@hv/uikit-react-icons": "^3.0.1",
4343
"clsx": "^1.1.1",
4444
"lodash": "^4.17.20",

0 commit comments

Comments
 (0)