Skip to content

Commit

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

<!-- Start content -->

## [4.12.1](https://github.com/Vonage/vivid-3/compare/vivid-v4.12.0...vivid-v4.12.1) (2024-11-20)


### Bug Fixes

* **audio-player:** change color in disable state (VIV-2221) ([#2011](https://github.com/Vonage/vivid-3/issues/2011)) ([10c1f1c](https://github.com/Vonage/vivid-3/commit/10c1f1c4714e5b287e5f8eabcd517538b417e594))
* **searchable-select:** open when clicked (VIV-2206) ([#2015](https://github.com/Vonage/vivid-3/issues/2015)) ([91fdee9](https://github.com/Vonage/vivid-3/commit/91fdee93fcd24295419cc60f7df840074e4a35bb))
* **time-picker, date-picker, date-range-picker:** update formatted value when format changes (VIV-2209) ([#2005](https://github.com/Vonage/vivid-3/issues/2005)) ([ed94617](https://github.com/Vonage/vivid-3/commit/ed94617abaeadcc50033e55aef144875ddbcfb38))
* **video-player:** align menu style it menu component (VIV-2222) ([#2012](https://github.com/Vonage/vivid-3/issues/2012)) ([e419e06](https://github.com/Vonage/vivid-3/commit/e419e0641676d95beef5a8018a2861c0bdf903b0))

## [4.12.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.11.0...vivid-v4.12.0) (2024-11-14)


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": "4.12.0",
"version": "4.12.1",
"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

## [4.12.1](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.12.0...vivid-vue-v4.12.1) (2024-11-20)


### Miscellaneous Chores

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

## [4.12.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.11.0...vivid-vue-v4.12.0) (2024-11-14)


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

0 comments on commit 65208e6

Please sign in to comment.