From 59522e1ebacf6d274b99222fb1ce5d7f29baa2f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 4 Apr 2024 09:37:54 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- libs/components/CHANGELOG.md | 18 ++++++++++++++++++ libs/components/package.json | 2 +- libs/vue-wrappers/CHANGELOG.md | 7 +++++++ libs/vue-wrappers/package.json | 2 +- 5 files changed, 29 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5720bddeb1..5f47104b5c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "libs/components": "3.52.0", - "libs/vue-wrappers": "3.52.0" + "libs/components": "3.53.0", + "libs/vue-wrappers": "3.53.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index a39cf182b5..b57f7fd5ff 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,24 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [3.53.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.52.0...vivid-v3.53.0) (2024-04-04) + + +### Features + +* **data-grid:** support dynamic row height (VIV-1602) ([#1641](https://github.com/Vonage/vivid-3/issues/1641)) ([012cd9f](https://github.com/Vonage/vivid-3/commit/012cd9fbbe987991744d3790435cd9a39fca2ab2)) +* **dial pad:** new composed component (VIV-1512) ([#1629](https://github.com/Vonage/vivid-3/issues/1629)) ([67af9e0](https://github.com/Vonage/vivid-3/commit/67af9e03ac346d617a2e7cb9fefd3deff9a5cad9)) +* **helper-text:** allow setting helper-text via slot (VIV-1616) ([#1636](https://github.com/Vonage/vivid-3/issues/1636)) ([53f3a34](https://github.com/Vonage/vivid-3/commit/53f3a349fb1ea8093482fb3b79e1836ed16f6481)) +* **text-field:** custom for dialpad (VIV-1618) ([#1640](https://github.com/Vonage/vivid-3/issues/1640)) ([72bd8a2](https://github.com/Vonage/vivid-3/commit/72bd8a2b38a0a4745bdc03f94845734ea9f27391)) +* **video-player:** add component (VIV-1486) ([#1594](https://github.com/Vonage/vivid-3/issues/1594)) ([9bb162f](https://github.com/Vonage/vivid-3/commit/9bb162f4e419131b0cdd524a8365498d09046506)) + + +### Bug Fixes + +* **banner:** warning connotation when removable (VIV-1431) ([#1647](https://github.com/Vonage/vivid-3/issues/1647)) ([8fe6bab](https://github.com/Vonage/vivid-3/commit/8fe6bab0326f092a63fa7fdb74423900fba5596c)) +* **button:** fix stacked in pill shape border-radius (VIV-1667) ([#1650](https://github.com/Vonage/vivid-3/issues/1650)) ([17c6325](https://github.com/Vonage/vivid-3/commit/17c6325f5a5f2092d7084ca015c2480114229f90)) +* **components:** reset white-space for floating elements (VIV-1588) ([#1644](https://github.com/Vonage/vivid-3/issues/1644)) ([0f44c2b](https://github.com/Vonage/vivid-3/commit/0f44c2b039b0e32d79922a95738e99ed33c084fa)) + ## [3.52.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.51.0...vivid-v3.52.0) (2024-03-20) diff --git a/libs/components/package.json b/libs/components/package.json index 9573c7e50b..8aac863ce9 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "3.52.0", + "version": "3.53.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index 3a33bf432f..ec9f2c225b 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.53.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.52.0...vivid-vue-v3.53.0) (2024-04-04) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [3.52.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.51.0...vivid-vue-v3.52.0) (2024-03-20) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index a4da56fa75..7e34db91fd 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "3.52.0", + "version": "3.53.0", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC",