diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 83d5800d56..49e8bdeb19 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "libs/components": "4.6.0", - "libs/vue-wrappers": "4.6.0", - "libs/eslint-plugin": "1.2.1" + "libs/components": "4.7.0", + "libs/vue-wrappers": "4.7.0", + "libs/eslint-plugin": "1.3.0" } diff --git a/libs/components/CHANGELOG.md b/libs/components/CHANGELOG.md index 84c8082110..83f432b49d 100644 --- a/libs/components/CHANGELOG.md +++ b/libs/components/CHANGELOG.md @@ -4,6 +4,19 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m +## [4.7.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.6.0...vivid-v4.7.0) (2024-10-07) + + +### Features + +* **searchable-select:** component accessibility (VIV-2127) ([#1927](https://github.com/Vonage/vivid-3/issues/1927)) ([5b85539](https://github.com/Vonage/vivid-3/commit/5b85539d7c08aa7be4fe8301c577f1946831bcee)) +* **searchable-select:** update tag appearance (VIV-2161) ([#1928](https://github.com/Vonage/vivid-3/issues/1928)) ([6bf7236](https://github.com/Vonage/vivid-3/commit/6bf7236c11e54e77166b0ee26439fac8fd7b5cba)) + + +### Bug Fixes + +* **searchable-select:** fix error when attempting to move focus to tag counter (VIV-2176) ([#1931](https://github.com/Vonage/vivid-3/issues/1931)) ([47b4580](https://github.com/Vonage/vivid-3/commit/47b45805d678caa1ca1eaf82ff8ad02140a5a79a)) + ## [4.6.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.5.0...vivid-v4.6.0) (2024-10-03) diff --git a/libs/components/package.json b/libs/components/package.json index f2901dc460..84ab41e01b 100644 --- a/libs/components/package.json +++ b/libs/components/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid", - "version": "4.6.0", + "version": "4.7.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/eslint-plugin/CHANGELOG.md b/libs/eslint-plugin/CHANGELOG.md index 0b05aa25bf..0a70e68a6c 100644 --- a/libs/eslint-plugin/CHANGELOG.md +++ b/libs/eslint-plugin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.3.0](https://github.com/Vonage/vivid-3/compare/eslint-plugin-v1.2.1...eslint-plugin-v1.3.0) (2024-10-07) + + +### Features + +* **eslint-plugin:** support searchable-select (VIV-000) ([#1930](https://github.com/Vonage/vivid-3/issues/1930)) ([ceb4054](https://github.com/Vonage/vivid-3/commit/ceb405443c00b977d6112ea1328f02aadba4f7d4)) + ## [1.2.1](https://github.com/Vonage/vivid-3/compare/eslint-plugin-v1.2.0...eslint-plugin-v1.2.1) (2024-07-08) diff --git a/libs/eslint-plugin/package.json b/libs/eslint-plugin/package.json index ed7a362f18..b866469f66 100644 --- a/libs/eslint-plugin/package.json +++ b/libs/eslint-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/eslint-plugin-vivid", - "version": "1.2.1", + "version": "1.3.0", "type": "module", "module": "./index.js", "main": "./index.cjs", diff --git a/libs/vue-wrappers/CHANGELOG.md b/libs/vue-wrappers/CHANGELOG.md index dc4f172c64..07251f3b32 100644 --- a/libs/vue-wrappers/CHANGELOG.md +++ b/libs/vue-wrappers/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.7.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.6.0...vivid-vue-v4.7.0) (2024-10-07) + + +### Miscellaneous Chores + +* **vivid-vue:** Synchronize vivid versions + ## [4.6.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.5.0...vivid-vue-v4.6.0) (2024-10-03) diff --git a/libs/vue-wrappers/package.json b/libs/vue-wrappers/package.json index 51fb123ab5..10263935c1 100644 --- a/libs/vue-wrappers/package.json +++ b/libs/vue-wrappers/package.json @@ -1,6 +1,6 @@ { "name": "@vonage/vivid-vue", - "version": "4.6.0", + "version": "4.7.0", "description": "A Vue wrapper library for Vivid components.", "author": "Vonage", "license": "ISC",