diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 8769a99e1e..ff0812aad9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/components": "4.12.1", - "libs/vue-wrappers": "4.12.1", + "libs/components": "4.13.0", + "libs/vue-wrappers": "4.13.0", "libs/eslint-plugin": "1.3.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 18543aa5a0..1175b08c1b 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.13.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.12.1...vivid-v4.13.0) (2024-12-02) + + +### Features + +* **components:** add styled scrollbar (VIV-2214) ([#2028](https://github.com/Vonage/vivid-3/issues/2028)) ([de5f2ee](https://github.com/Vonage/vivid-3/commit/de5f2eeda8f9e0bd7700eb75f43b5434f72b786c)) +* **file-picker:** custom internal error messages (VIV-1998) ([#2030](https://github.com/Vonage/vivid-3/issues/2030)) ([c1ac9a2](https://github.com/Vonage/vivid-3/commit/c1ac9a2404a3d760cca18113c7ebd8db98318a02)) +* **menu:** move focus into menu on open (VIV-2196) ([#2033](https://github.com/Vonage/vivid-3/issues/2033)) ([74134fd](https://github.com/Vonage/vivid-3/commit/74134fd47d455a5e2869bde68122e8ff947c3fd2)) +* **tabs:** add tabs-layout (VIV-2197) ([#2021](https://github.com/Vonage/vivid-3/issues/2021)) ([d46cc8d](https://github.com/Vonage/vivid-3/commit/d46cc8dbc7cf837a8f46ff174d191c0b85802aa1)) + + +### Bug Fixes + +* **button:** text-align when drop-down indicator and ellipsis (VIV-2244) ([#2034](https://github.com/Vonage/vivid-3/issues/2034)) ([6660782](https://github.com/Vonage/vivid-3/commit/66607825e9b970305998a0f28c064a1a0ee8a65d)) +* **popup:** fix miscalculated position in certain cases (VIV-000) ([#2022](https://github.com/Vonage/vivid-3/issues/2022)) ([321436b](https://github.com/Vonage/vivid-3/commit/321436b3d8907e96eb7be96a0c3b8d4cc43f98c0)) +* **vue-wrappers:** fix type of tabs gutters (VIV-000) ([#2024](https://github.com/Vonage/vivid-3/issues/2024)) ([67ddf86](https://github.com/Vonage/vivid-3/commit/67ddf866665fd6c6a73b47f919792b91316ba007)) + ## [4.12.1](https://github.com/Vonage/vivid-3/compare/vivid-v4.12.0...vivid-v4.12.1) (2024-11-20) diff --git a/libs/components/package.json b/libs/components/package.json index 0551de41de..2254e348eb 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "4.12.1", + "version": "4.13.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index e0ccba8950..b05855ec33 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.13.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.12.1...vivid-vue-v4.13.0) (2024-12-02) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [4.12.1](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.12.0...vivid-vue-v4.12.1) (2024-11-20) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index 811bc162d6..75d29e7d32 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "4.12.1", + "version": "4.13.0", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC",