From 1bcaf65540877f124d8db8ab4bbf83cf2dca601c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 16:36:12 +0300 Subject: [PATCH] chore: release main (#1715) --- .release-please-manifest.json | 4 ++-- libs/components/CHANGELOG.md | 14 ++++++++++++++ libs/components/package.json | 2 +- libs/vue-wrappers/CHANGELOG.md | 7 +++++++ libs/vue-wrappers/package.json | 2 +- 5 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83cbd3526a..8d596d1d28 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/components": "3.55.0", - "libs/vue-wrappers": "3.55.0", + "libs/components": "3.56.0", + "libs/vue-wrappers": "3.56.0", "libs/eslint-plugin": "1.0.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index b22ce32a18..b77c8d3fea 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,20 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [3.56.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.55.0...vivid-v3.56.0) (2024-05-20) + + +### Features + +* **buttons:** add ghost-light appearance (VIV-1767) ([#1712](https://github.com/Vonage/vivid-3/issues/1712)) ([cc7f9cc](https://github.com/Vonage/vivid-3/commit/cc7f9cc400a1b39ab2d6cb3fcd851bda2aa3fee2)) +* **components:** add de-DE locale (VIV-1761) ([#1713](https://github.com/Vonage/vivid-3/issues/1713)) ([27f3164](https://github.com/Vonage/vivid-3/commit/27f31643682062793203ba7c7745edfe8e404225)) + + +### Bug Fixes + +* **audio-player:** css for responsive extended audio (VIV-1745) ([#1681](https://github.com/Vonage/vivid-3/issues/1681)) ([667b2ba](https://github.com/Vonage/vivid-3/commit/667b2bafb0c7cc0f43ac0a0580c74cf2feb2a396)) +* **menu-item:** fix disabled style (VIV-1772) ([#1714](https://github.com/Vonage/vivid-3/issues/1714)) ([faa3084](https://github.com/Vonage/vivid-3/commit/faa3084d5dce78e914f4d95d8c4277f0ec536fb0)) + ## [3.55.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.54.0...vivid-v3.55.0) (2024-05-09) diff --git a/libs/components/package.json b/libs/components/package.json index 434c3d903a..a1e1340c09 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "3.55.0", + "version": "3.56.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index d3750c1649..81f3ae511d 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.56.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.55.0...vivid-vue-v3.56.0) (2024-05-20) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [3.55.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.54.0...vivid-vue-v3.55.0) (2024-05-09) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index fe8491026d..9251737d65 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "3.55.0", + "version": "3.56.0", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC",