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 14, 2025
1 parent a9e8481 commit b625222
Show file tree
Hide file tree
Showing 5 changed files with 22 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"
}
11 changes: 11 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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-14)


### 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))
* **menu:** add default value to inline-size in small screens (VIV-2006) ([#2078](https://github.com/Vonage/vivid-3/issues/2078)) ([a9e8481](https://github.com/Vonage/vivid-3/commit/a9e84814498db5c75f644d0c5086275145cbba64))
* **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))
* **tabs:** shadow does not appear when removing tabs and last tab is active (VIV-2278) ([#2075](https://github.com/Vonage/vivid-3/issues/2075)) ([8b7e27c](https://github.com/Vonage/vivid-3/commit/8b7e27cb6d34ac90e4d2cd95f9a3fd94a81c7f90))

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


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

Please sign in to comment.