Skip to content

Commit

Permalink
chore(main): release vivid 3.11.0 (#1140)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored May 8, 2023
1 parent cc18146 commit af3a815
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

## [3.11.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.10.0...vivid-v3.11.0) (2023-05-08)


### Features

* **appearance:** selected & checked in option and menu-item (VIV-1043) ([#1141](https://github.com/Vonage/vivid-3/issues/1141)) ([aef0304](https://github.com/Vonage/vivid-3/commit/aef03046621c6f7206ee26e526a62ae6766f9fbd))
* **button:** text line break (VIV-1034) ([#1133](https://github.com/Vonage/vivid-3/issues/1133)) ([40e1732](https://github.com/Vonage/vivid-3/commit/40e1732d5e30f9d2457f7967f70148493d88b351))
* **layout:** customized rows and gaps (VIV-1046) ([#1143](https://github.com/Vonage/vivid-3/issues/1143)) ([9a997a5](https://github.com/Vonage/vivid-3/commit/9a997a5329a9f203b86038630df35bcd162cc82b))
* **pagination:** create the pagination component (VIV-964) ([#1146](https://github.com/Vonage/vivid-3/issues/1146)) ([cc18146](https://github.com/Vonage/vivid-3/commit/cc18146018be217ef67571440b6b907657699a0f))


### Bug Fixes

* **banner:** centering content (VIV-1049) ([#1138](https://github.com/Vonage/vivid-3/issues/1138)) ([7fe2caa](https://github.com/Vonage/vivid-3/commit/7fe2caad99e7abf061465344e3d0a4f84ddfdc14))
* **dialog:** drop-shadow tone (VIV-1064) ([#1148](https://github.com/Vonage/vivid-3/issues/1148)) ([99afea9](https://github.com/Vonage/vivid-3/commit/99afea98de0d1d1b20ba1a72b0352e5967b4c123))
* **tag:** active state color (VIV-1016) ([#1142](https://github.com/Vonage/vivid-3/issues/1142)) ([5918ad9](https://github.com/Vonage/vivid-3/commit/5918ad9785bb4308fbeaf141fc33c7326ba33c67))
* **tooltip:** dynamically changing anchor now works as expected (VIV-1045) ([#1139](https://github.com/Vonage/vivid-3/issues/1139)) ([d8b61ca](https://github.com/Vonage/vivid-3/commit/d8b61ca52cb6d35a5361d289ccaade7d50bc8bbf))

## [3.10.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.9.0...vivid-v3.10.0) (2023-04-27)


Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vivid",
"version": "3.10.0",
"version": "3.11.0",
"type": "module",
"module": "./index.js",
"main": "./index.js",
Expand Down

0 comments on commit af3a815

Please sign in to comment.