From f1cb75aa485f0b6a2d3ad56d97411faad53ff2ac Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:22:28 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- libs/components/CHANGELOG.md | 10 ++++++++++ libs/components/package.json | 2 +- libs/vue-wrappers/CHANGELOG.md | 7 +++++++ libs/vue-wrappers/package.json | 2 +- 5 files changed, 21 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c759a5bb42..8769a99e1e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/components": "4.12.0", - "libs/vue-wrappers": "4.12.0", + "libs/components": "4.12.1", + "libs/vue-wrappers": "4.12.1", "libs/eslint-plugin": "1.3.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 6e74349903..18543aa5a0 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,16 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [4.12.1](https://github.com/Vonage/vivid-3/compare/vivid-v4.12.0...vivid-v4.12.1) (2024-11-20) + + +### Bug Fixes + +* **audio-player:** change color in disable state (VIV-2221) ([#2011](https://github.com/Vonage/vivid-3/issues/2011)) ([10c1f1c](https://github.com/Vonage/vivid-3/commit/10c1f1c4714e5b287e5f8eabcd517538b417e594)) +* **searchable-select:** open when clicked (VIV-2206) ([#2015](https://github.com/Vonage/vivid-3/issues/2015)) ([91fdee9](https://github.com/Vonage/vivid-3/commit/91fdee93fcd24295419cc60f7df840074e4a35bb)) +* **time-picker, date-picker, date-range-picker:** update formatted value when format changes (VIV-2209) ([#2005](https://github.com/Vonage/vivid-3/issues/2005)) ([ed94617](https://github.com/Vonage/vivid-3/commit/ed94617abaeadcc50033e55aef144875ddbcfb38)) +* **video-player:** align menu style it menu component (VIV-2222) ([#2012](https://github.com/Vonage/vivid-3/issues/2012)) ([e419e06](https://github.com/Vonage/vivid-3/commit/e419e0641676d95beef5a8018a2861c0bdf903b0)) + ## [4.12.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.11.0...vivid-v4.12.0) (2024-11-14) diff --git a/libs/components/package.json b/libs/components/package.json index 51ca62f90c..0551de41de 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "4.12.0", + "version": "4.12.1", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index 6143c9da97..e0ccba8950 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.12.1](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.12.0...vivid-vue-v4.12.1) (2024-11-20) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [4.12.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.11.0...vivid-vue-v4.12.0) (2024-11-14) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index 0c3266f828..811bc162d6 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "4.12.0", + "version": "4.12.1", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC",