Skip to content

Commit

Permalink
chore: release main (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Aug 1, 2024
1 parent 18808db commit 28a0008
Show file tree
Hide file tree
Showing 5 changed files with 29 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.3.0",
"libs/vue-wrappers": "4.3.0",
"libs/components": "4.4.0",
"libs/vue-wrappers": "4.4.0",
"libs/eslint-plugin": "1.2.1"
}
18 changes: 18 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

## [4.4.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.3.0...vivid-v4.4.0) (2024-07-31)


### Features

* **accordion-item:** add css variable for meta-data custom max-inline-size (VIV-1951) ([#1865](https://github.com/Vonage/vivid-3/issues/1865)) ([a711d16](https://github.com/Vonage/vivid-3/commit/a711d169af0173ae71e3f6bdea80a27851550119))
* **dialog:** improve api with modal attribute (VIV-1657) ([#1853](https://github.com/Vonage/vivid-3/issues/1853)) ([daf06bc](https://github.com/Vonage/vivid-3/commit/daf06bc64d1e52895780fe501f09e2d1d5570fa5))
* **empty-state:** adding connotation and design variation (VIV-1378) ([#1863](https://github.com/Vonage/vivid-3/issues/1863)) ([953db49](https://github.com/Vonage/vivid-3/commit/953db49c4576e6943dffeed51c5cb32e850e29fb))
* **slider, range-slider:** add pin feature (VIV-1611) ([#1736](https://github.com/Vonage/vivid-3/issues/1736)) ([74944b4](https://github.com/Vonage/vivid-3/commit/74944b47cc7d23c0102b111384ede8e71623ef05))


### Bug Fixes

* **date-picker:** align button padding to design (VIV-1828) ([#1856](https://github.com/Vonage/vivid-3/issues/1856)) ([b987b69](https://github.com/Vonage/vivid-3/commit/b987b696941754b9e29dec0c78308eade622be3c))
* **file-picker:** add background color to uploaded items in list (VIV-1823) ([#1857](https://github.com/Vonage/vivid-3/issues/1857)) ([9c1a929](https://github.com/Vonage/vivid-3/commit/9c1a929c4b9b278d38c2b04b4dd35b1fe5ac8f79))
* **menu:** change padding of header + footer slots (VIV-000) ([#1868](https://github.com/Vonage/vivid-3/issues/1868)) ([18808db](https://github.com/Vonage/vivid-3/commit/18808db750ee941dd77a8d36ef45038aa1c08a2e))
* **time-picker:** center time columns (VIV-1903) ([#1864](https://github.com/Vonage/vivid-3/issues/1864)) ([92ea017](https://github.com/Vonage/vivid-3/commit/92ea017454efd62a7b028e3a3f1a1efd3fbb7a54))

## [4.3.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.2.0...vivid-v4.3.0) (2024-07-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.3.0",
"version": "4.4.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.4.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.3.0...vivid-vue-v4.4.0) (2024-07-31)


### Features

* **dialog:** improve api with modal attribute (VIV-1657) ([#1853](https://github.com/Vonage/vivid-3/issues/1853)) ([daf06bc](https://github.com/Vonage/vivid-3/commit/daf06bc64d1e52895780fe501f09e2d1d5570fa5))

## [4.3.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.2.0...vivid-vue-v4.3.0) (2024-07-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.3.0",
"version": "4.4.0",
"description": "A Vue wrapper library for Vivid components.",
"author": "Vonage",
"license": "ISC",
Expand Down

0 comments on commit 28a0008

Please sign in to comment.