diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ff0812aad9..02dfb9ce1c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/components": "4.13.0", - "libs/vue-wrappers": "4.13.0", + "libs/components": "4.14.0", + "libs/vue-wrappers": "4.14.0", "libs/eslint-plugin": "1.3.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 1175b08c1b..0925111a79 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,18 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [4.14.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.13.0...vivid-v4.14.0) (2024-12-18) + + +### Features + +* **file-picker:** add styled scrollbar & fix files-list height (VIV-2236) ([#2029](https://github.com/Vonage/vivid-3/issues/2029)) ([ee96006](https://github.com/Vonage/vivid-3/commit/ee960063e8bcf8755cfe872e124cf80b70a3de3f)) + + +### Bug Fixes + +* **button:** remove class icon-only with drop-down indicator (VIV-2240) ([#2050](https://github.com/Vonage/vivid-3/issues/2050)) ([60cf096](https://github.com/Vonage/vivid-3/commit/60cf0968968511f13dfcb80d66c97b394672ddd1)) + ## [4.13.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.12.1...vivid-v4.13.0) (2024-12-02) diff --git a/libs/components/package.json b/libs/components/package.json index 2254e348eb..82e0db2955 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "4.13.0", + "version": "4.14.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index b05855ec33..cbcbaa5874 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.14.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.13.0...vivid-vue-v4.14.0) (2024-12-18) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [4.13.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.12.1...vivid-vue-v4.13.0) (2024-12-02) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index 75d29e7d32..e2124bf355 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "4.13.0", + "version": "4.14.0", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC", diff --git a/package-lock.json b/package-lock.json index 63067d7204..2037daebc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26921,9 +26921,9 @@ "optional": true }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -56282,9 +56282,9 @@ "optional": true }, "nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true }, "nanomatch": {