Skip to content

Commit

Permalink
chore: release main (#1715)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored May 20, 2024
1 parent faa3084 commit 1bcaf65
Show file tree
Hide file tree
Showing 5 changed files with 25 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,5 +1,5 @@
{
"libs/components": "3.55.0",
"libs/vue-wrappers": "3.55.0",
"libs/components": "3.56.0",
"libs/vue-wrappers": "3.56.0",
"libs/eslint-plugin": "1.0.0"
}
14 changes: 14 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

## [3.56.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.55.0...vivid-v3.56.0) (2024-05-20)


### Features

* **buttons:** add ghost-light appearance (VIV-1767) ([#1712](https://github.com/Vonage/vivid-3/issues/1712)) ([cc7f9cc](https://github.com/Vonage/vivid-3/commit/cc7f9cc400a1b39ab2d6cb3fcd851bda2aa3fee2))
* **components:** add de-DE locale (VIV-1761) ([#1713](https://github.com/Vonage/vivid-3/issues/1713)) ([27f3164](https://github.com/Vonage/vivid-3/commit/27f31643682062793203ba7c7745edfe8e404225))


### Bug Fixes

* **audio-player:** css for responsive extended audio (VIV-1745) ([#1681](https://github.com/Vonage/vivid-3/issues/1681)) ([667b2ba](https://github.com/Vonage/vivid-3/commit/667b2bafb0c7cc0f43ac0a0580c74cf2feb2a396))
* **menu-item:** fix disabled style (VIV-1772) ([#1714](https://github.com/Vonage/vivid-3/issues/1714)) ([faa3084](https://github.com/Vonage/vivid-3/commit/faa3084d5dce78e914f4d95d8c4277f0ec536fb0))

## [3.55.0](https://github.com/Vonage/vivid-3/compare/vivid-v3.54.0...vivid-v3.55.0) (2024-05-09)


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.55.0",
"version": "3.56.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.56.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.55.0...vivid-vue-v3.56.0) (2024-05-20)


### Miscellaneous Chores

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

## [3.55.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v3.54.0...vivid-vue-v3.55.0) (2024-05-09)


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.55.0",
"version": "3.56.0",
"description": "A Vue wrapper library for Vivid components.",
"author": "Vonage",
"license": "ISC",
Expand Down

0 comments on commit 1bcaf65

Please sign in to comment.