Skip to content

Commit

Permalink
Merge branch 'main' into VIV-2123-radio-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelbt authored Dec 19, 2024
2 parents cd24e43 + 419bd08 commit b40a127
Show file tree
Hide file tree
Showing 6 changed files with 29 additions and 10 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.13.0",
"libs/vue-wrappers": "4.13.0",
"libs/components": "4.14.0",
"libs/vue-wrappers": "4.14.0",
"libs/eslint-plugin": "1.3.0"
}
12 changes: 12 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

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


### Features

* **file-picker:** add styled scrollbar & fix files-list height (VIV-2236) ([#2029](https://github.com/Vonage/vivid-3/issues/2029)) ([ee96006](https://github.com/Vonage/vivid-3/commit/ee960063e8bcf8755cfe872e124cf80b70a3de3f))


### Bug Fixes

* **button:** remove class icon-only with drop-down indicator (VIV-2240) ([#2050](https://github.com/Vonage/vivid-3/issues/2050)) ([60cf096](https://github.com/Vonage/vivid-3/commit/60cf0968968511f13dfcb80d66c97b394672ddd1))

## [4.13.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.12.1...vivid-v4.13.0) (2024-12-02)


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.13.0",
"version": "4.14.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

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


### Miscellaneous Chores

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

## [4.13.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.12.1...vivid-vue-v4.13.0) (2024-12-02)


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.13.0",
"version": "4.14.0",
"description": "A Vue wrapper library for Vivid components.",
"author": "Vonage",
"license": "ISC",
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b40a127

Please sign in to comment.