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 Jan 7, 2025
1 parent 11ab00c commit fcd89c8
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.14.0",
"libs/vue-wrappers": "4.14.0",
"libs/components": "4.14.1",
"libs/vue-wrappers": "4.14.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.14.1](https://github.com/Vonage/vivid-3/compare/vivid-v4.14.0...vivid-v4.14.1) (2025-01-07)


### Bug Fixes

* **dialog:** prevent scroll to top when opened as Modal (VIV-2248) ([#2069](https://github.com/Vonage/vivid-3/issues/2069)) ([8543e65](https://github.com/Vonage/vivid-3/commit/8543e658958ee4ecfc4c573dab938603295b4285))
* **layout:** column basis medium and large in mobile (VIV-2049) ([#2065](https://github.com/Vonage/vivid-3/issues/2065)) ([55801dc](https://github.com/Vonage/vivid-3/commit/55801dcc2e5d5ed029aa5bde35c13974b0c2dfb8))
* **radio:** radio required validation sync with spec (VIV-2265) ([#2070](https://github.com/Vonage/vivid-3/issues/2070)) ([5fb9b52](https://github.com/Vonage/vivid-3/commit/5fb9b5294dc6d4bd4f6586daece53cbde5f2df07))

## [4.14.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.13.0...vivid-v4.14.0) (2024-12-18)


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.14.0",
"version": "4.14.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.14.1](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.14.0...vivid-vue-v4.14.1) (2025-01-07)


### Miscellaneous Chores

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

## [4.14.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.13.0...vivid-vue-v4.14.0) (2024-12-18)


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

0 comments on commit fcd89c8

Please sign in to comment.