Skip to content

Commit

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

<!-- Start content -->

## [4.3.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.2.0...vivid-v4.3.0) (2024-07-18)


### Features

* **button:** add dropdown-indicator option (VIV-1741) ([#1702](https://github.com/Vonage/vivid-3/issues/1702)) ([5caaf84](https://github.com/Vonage/vivid-3/commit/5caaf841352343b147a033f8082d36edfe2a074b))
* **switch:** add announcement connotation (VIV-1756) ([#1848](https://github.com/Vonage/vivid-3/issues/1848)) ([edf18f8](https://github.com/Vonage/vivid-3/commit/edf18f872b140af806e8da04460fd36879ce4244))


### Bug Fixes

* **alert:** adds main slot margin when heading/text is present (VIV-1871) ([#1851](https://github.com/Vonage/vivid-3/issues/1851)) ([1f7cdaa](https://github.com/Vonage/vivid-3/commit/1f7cdaae22acfba2e9a3b554c427aea44dab7637))
* **fab:** removes elevation (border) when disabled (VIV-1908) ([#1854](https://github.com/Vonage/vivid-3/issues/1854)) ([f5af75d](https://github.com/Vonage/vivid-3/commit/f5af75d22d9f5aef14ca360a52af1d1787d81611))
* remove elevation from disabled fab ([f5af75d](https://github.com/Vonage/vivid-3/commit/f5af75d22d9f5aef14ca360a52af1d1787d81611))

## [4.2.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.1.0...vivid-v4.2.0) (2024-07-11)


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.2.0",
"version": "4.3.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.3.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.2.0...vivid-vue-v4.3.0) (2024-07-18)


### Miscellaneous Chores

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

## [4.2.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.1.0...vivid-vue-v4.2.0) (2024-07-11)


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

0 comments on commit 7dc2e22

Please sign in to comment.