Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Mar 27, 2024
1 parent 0f44c2b commit c16bd31
Show file tree
Hide file tree
Showing 5 changed files with 26 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"libs/components": "3.52.0",
"libs/vue-wrappers": "3.52.0"
"libs/components": "3.53.0",
"libs/vue-wrappers": "3.53.0"
}
15 changes: 15 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

## [3.53.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.52.0...vivid-v3.53.0) (2024-03-27)


### Features

* **dial pad:** new composed component (VIV-1512) ([#1629](https://github.com/Vonage/vivid-3/issues/1629)) ([67af9e0](https://github.com/Vonage/vivid-3/commit/67af9e03ac346d617a2e7cb9fefd3deff9a5cad9))
* **text-field:** custom for dialpad (VIV-1618) ([#1640](https://github.com/Vonage/vivid-3/issues/1640)) ([72bd8a2](https://github.com/Vonage/vivid-3/commit/72bd8a2b38a0a4745bdc03f94845734ea9f27391))
* **video-player:** add component (VIV-1486) ([#1594](https://github.com/Vonage/vivid-3/issues/1594)) ([9bb162f](https://github.com/Vonage/vivid-3/commit/9bb162f4e419131b0cdd524a8365498d09046506))


### Bug Fixes

* **banner:** warning connotation when removable (VIV-1431) ([#1647](https://github.com/Vonage/vivid-3/issues/1647)) ([8fe6bab](https://github.com/Vonage/vivid-3/commit/8fe6bab0326f092a63fa7fdb74423900fba5596c))
* **components:** reset white-space for floating elements (VIV-1588) ([#1644](https://github.com/Vonage/vivid-3/issues/1644)) ([0f44c2b](https://github.com/Vonage/vivid-3/commit/0f44c2b039b0e32d79922a95738e99ed33c084fa))

## [3.52.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.51.0...vivid-v3.52.0) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion libs/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vivid",
"version": "3.52.0",
"version": "3.53.0",
"type": "module",
"module": "./index.js",
"main": "./index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions libs/vue-wrappers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.53.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.52.0...vivid-vue-v3.53.0) (2024-03-27)


### Miscellaneous Chores

* **vivid-vue:** Synchronize vivid versions

## [3.52.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.51.0...vivid-vue-v3.52.0) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion libs/vue-wrappers/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/vivid-vue",
"version": "3.52.0",
"version": "3.53.0",
"description": "A Vue wrapper library for Vivid components.",
"author": "Vonage",
"license": "ISC",
Expand Down

0 comments on commit c16bd31

Please sign in to comment.