Skip to content

Commit c5e44e1

Browse files
chore: release main (#2531)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0e74e98 commit c5e44e1

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.1.0",
3-
"libs/vue-wrappers": "5.1.0",
2+
"libs/components": "5.2.0",
3+
"libs/vue-wrappers": "5.2.0",
44
"libs/test-wrappers": "5.0.0",
55
"libs/eslint-plugin": "1.5.0",
6-
"libs/test-utils": "5.1.0"
6+
"libs/test-utils": "5.2.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.2.0](https://github.com/Vonage/vivid-3/compare/vivid-v5.1.0...vivid-v5.2.0) (2025-09-26)
8+
9+
10+
### Features
11+
12+
* **components:** add contextual-help slot to all form elements (VIV-2756) ([#2528](https://github.com/Vonage/vivid-3/issues/2528)) ([67a41da](https://github.com/Vonage/vivid-3/commit/67a41da2a7adcfbe84c3ac1307b508e1a007f382))
13+
* **menu:** adds offset attribute to menu (VIV-2839) ([#2534](https://github.com/Vonage/vivid-3/issues/2534)) ([d4da333](https://github.com/Vonage/vivid-3/commit/d4da333c5826d1f4db2be48be68008273dd04c9a))
14+
15+
16+
### Bug Fixes
17+
18+
* **audio-player:** fix audio-player controls reset after playback ends (VIV-2777) ([#2533](https://github.com/Vonage/vivid-3/issues/2533)) ([b4c570a](https://github.com/Vonage/vivid-3/commit/b4c570a85828b620b3ffc36233d94c18ef88bdfa))
19+
* **dial-pad:** add additional error screen reader announcement on validation (VIV-2785) ([#2536](https://github.com/Vonage/vivid-3/issues/2536)) ([0e74e98](https://github.com/Vonage/vivid-3/commit/0e74e984a2eadaf418dc10812bcb14bac133bb3a))
20+
721
## [5.1.0](https://github.com/Vonage/vivid-3/compare/vivid-v5.0.0...vivid-v5.1.0) (2025-09-12)
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.1.0",
3+
"version": "5.2.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.2.0](https://github.com/Vonage/vivid-3/compare/test-utils-v5.1.0...test-utils-v5.2.0) (2025-09-26)
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.1.0 (2025-09-12)
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.1.0",
3+
"version": "5.2.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.2.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v5.1.0...vivid-vue-v5.2.0) (2025-09-26)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* **vivid-vue:** Synchronize vivid versions
9+
310
## [5.1.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v5.0.0...vivid-vue-v5.1.0) (2025-09-12)
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.1.0",
3+
"version": "5.2.0",
44
"description": "A Vue wrapper library for Vivid components.",
55
"author": "Vonage",
66
"license": "ISC",

0 commit comments

Comments
 (0)