From d6a29a0168095c9f63193696ee048be26e4efa8b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 May 2023 11:15:31 +0300 Subject: [PATCH] chore(main): release vivid 3.12.0 (#1154) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- libs/components/CHANGELOG.md | 8 ++++++++ libs/components/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 06ae37812a..78d1d38dd3 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,14 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [3.12.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.11.0...vivid-v3.12.0) (2023-05-10) + + +### Features + +* **menu-item:** allow icon and checkbox or radio-button (VIV-1044) ([#1152](https://github.com/Vonage/vivid-3/issues/1152)) ([e7021dd](https://github.com/Vonage/vivid-3/commit/e7021dd27a28dc7b2892a355ea560501c7796a5c)) +* **progress:** line color change (VIV-1036) ([#1149](https://github.com/Vonage/vivid-3/issues/1149)) ([d6c40c1](https://github.com/Vonage/vivid-3/commit/d6c40c1ca7b801cc60b8cdf2762801dae202ea8d)) + ## [3.11.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.10.0...vivid-v3.11.0) (2023-05-08) diff --git a/libs/components/package.json b/libs/components/package.json index f25a6ed82b..be21ca186f 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "3.11.0", + "version": "3.12.0", "type": "module", "module": "./index.js", "main": "./index.js",