From 9cad9fea23d223462af31c3668b6e5552c1d4041 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:05:56 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- libs/components/CHANGELOG.md | 17 +++++++++++++++++ libs/components/package.json | 2 +- libs/vue-wrappers/CHANGELOG.md | 7 +++++++ libs/vue-wrappers/package.json | 2 +- 5 files changed, 28 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 97ba72abcc..2f2c2f1d54 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/components": "4.10.0", - "libs/vue-wrappers": "4.10.0", + "libs/components": "4.11.0", + "libs/vue-wrappers": "4.11.0", "libs/eslint-plugin": "1.3.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 52a561e54e..24c544c069 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,23 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [4.11.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.10.0...vivid-v4.11.0) (2024-11-13) + + +### Features + +* **appearance, badge:** add subtle-light to badge (VIV-1992) ([#1954](https://github.com/Vonage/vivid-3/issues/1954)) ([ffcab5f](https://github.com/Vonage/vivid-3/commit/ffcab5f4e37522193d408fd1524220ee1315bb72)) +* **file-picker:** add single file mode (VIV-1988) ([#1974](https://github.com/Vonage/vivid-3/issues/1974)) ([352694f](https://github.com/Vonage/vivid-3/commit/352694f14ff2d6d499f783a8a34c5d9551a96c18)) +* **file-picker:** adjust styles for better user interaction (VIV-1997) ([#1980](https://github.com/Vonage/vivid-3/issues/1980)) ([f080334](https://github.com/Vonage/vivid-3/commit/f0803340def2ff97f1bcdc953e5afcc79c892a12)) +* **file-picker:** support clearing files (VIV-1995) ([#1983](https://github.com/Vonage/vivid-3/issues/1983)) ([94d6f49](https://github.com/Vonage/vivid-3/commit/94d6f49ed4d60d8e1c3b168bdb6608e3aceda5fb)) +* **tabs:** support action-items slot (VIV-2031) ([#1960](https://github.com/Vonage/vivid-3/issues/1960)) ([7058fd1](https://github.com/Vonage/vivid-3/commit/7058fd1b79452965c8dcabd6f03e2990f4edf433)) + + +### Bug Fixes + +* **button:** adds announcement connotation to button types (VIV-2203) ([#1970](https://github.com/Vonage/vivid-3/issues/1970)) ([b5854bf](https://github.com/Vonage/vivid-3/commit/b5854bf1848638344afb17ee31f0b417b2458581)) +* **checkbox:** fix indeterminate setting checked (VIV-000) ([#1998](https://github.com/Vonage/vivid-3/issues/1998)) ([800f1fe](https://github.com/Vonage/vivid-3/commit/800f1fe22381d314371693f60b53167ddd3305ff)) + ## [4.10.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.9.0...vivid-v4.10.0) (2024-10-23) diff --git a/libs/components/package.json b/libs/components/package.json index aadbd2d740..5abd0f6208 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "4.10.0", + "version": "4.11.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index 7bf17f0d0b..44d17789aa 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.11.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.10.0...vivid-vue-v4.11.0) (2024-11-13) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [4.10.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.9.0...vivid-vue-v4.10.0) (2024-10-23) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index 7a018845ba..1f7deb1511 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "4.10.0", + "version": "4.11.0", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC",