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 Nov 19, 2024
1 parent 91fdee9 commit fdd810a
Show file tree
Hide file tree
Showing 5 changed files with 20 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"
}
9 changes: 9 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@ 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-19)


### 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))

## [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-19)


### 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 fdd810a

Please sign in to comment.