Skip to content

Commit f9ceb68

Browse files
chore: release main
1 parent 4c3a279 commit f9ceb68

File tree

7 files changed

+34
-6
lines changed

7 files changed

+34
-6
lines changed

.release-please-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"libs/components": "5.3.0",
3-
"libs/vue-wrappers": "5.3.0",
2+
"libs/components": "5.4.0",
3+
"libs/vue-wrappers": "5.4.0",
44
"libs/test-wrappers": "5.0.0",
55
"libs/eslint-plugin": "1.5.0",
6-
"libs/test-utils": "5.3.0"
6+
"libs/test-utils": "5.4.0"
77
}

libs/components/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m
44

55
<!-- Start content -->
66

7+
## [5.4.0](https://github.com/Vonage/vivid-3/compare/vivid-v5.3.0...vivid-v5.4.0) (2025-10-24)
8+
9+
10+
### Features
11+
12+
* **searchable-select:** add "select all" option (VIV-2730) ([#2562](https://github.com/Vonage/vivid-3/issues/2562)) ([332f3a8](https://github.com/Vonage/vivid-3/commit/332f3a8167805a24b37cdd5785409b65c4a55d5b))
13+
14+
15+
### Bug Fixes
16+
17+
* **dialog:** fix issue with scrollable-body modal in Safari (VIV-2884) ([#2569](https://github.com/Vonage/vivid-3/issues/2569)) ([aacc04a](https://github.com/Vonage/vivid-3/commit/aacc04a5c2f548c4710961b2eca58dbce9877c99))
18+
* **menu:** fix menu closing on change from non-default slots (VIV-2897) ([#2574](https://github.com/Vonage/vivid-3/issues/2574)) ([225f819](https://github.com/Vonage/vivid-3/commit/225f81981afc2c8e950d983f20c47ba8d377d654))
19+
* **select:** fix placeholder not appearing in certain cases (VIV-2902) ([#2576](https://github.com/Vonage/vivid-3/issues/2576)) ([4c3a279](https://github.com/Vonage/vivid-3/commit/4c3a279262cf94013ad98629e20ed809de33a8cb))
20+
721
## [5.3.0](https://github.com/Vonage/vivid-3/compare/vivid-v5.2.0...vivid-v5.3.0) (2025-10-16)
822

923

libs/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vivid",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"type": "module",
55
"module": "./dist/index.js",
66
"main": "./dist/index.cjs",

libs/test-utils/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.4.0](https://github.com/Vonage/vivid-3/compare/test-utils-v5.3.0...test-utils-v5.4.0) (2025-10-24)
4+
5+
6+
### Features
7+
8+
* **option:** add `trailing-meta` slot (VIV-2792) ([#2524](https://github.com/Vonage/vivid-3/issues/2524)) ([6948f2b](https://github.com/Vonage/vivid-3/commit/6948f2be5e71e15f19fedf60c00bad98dea5ccb7))
9+
310
## [5.3.0](https://github.com/Vonage/vivid-3/compare/test-utils-v5.2.0...test-utils-v5.3.0) (2025-10-16)
411

512

libs/test-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vivid-test-utils",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"type": "module",
55
"exports": {
66
"./dom": {

libs/vue-wrappers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [5.4.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v5.3.0...vivid-vue-v5.4.0) (2025-10-24)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **vivid-vue:** Synchronize vivid versions
9+
310
## [5.3.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v5.2.0...vivid-vue-v5.3.0) (2025-10-16)
411

512

libs/vue-wrappers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vonage/vivid-vue",
3-
"version": "5.3.0",
3+
"version": "5.4.0",
44
"description": "A Vue wrapper library for Vivid components.",
55
"author": "Vonage",
66
"license": "ISC",

0 commit comments

Comments
 (0)