Skip to content

Commit

Permalink
chore: release main (#1943)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Oct 10, 2024
1 parent 683a456 commit 3bace47
Show file tree
Hide file tree
Showing 5 changed files with 18 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.8.0",
"libs/vue-wrappers": "4.8.0",
"libs/components": "4.9.0",
"libs/vue-wrappers": "4.9.0",
"libs/eslint-plugin": "1.3.0"
}
7 changes: 7 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

## [4.9.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.8.0...vivid-v4.9.0) (2024-10-10)


### Features

* **dialog, side-drawer:** add cancel event (VIV-1899) ([#1869](https://github.com/Vonage/vivid-3/issues/1869)) ([dde379c](https://github.com/Vonage/vivid-3/commit/dde379c23fd0d5473b5839d32dc04b34c19392af))

## [4.8.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.7.0...vivid-v4.8.0) (2024-10-09)


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.8.0",
"version": "4.9.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.9.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.8.0...vivid-vue-v4.9.0) (2024-10-10)


### Bug Fixes

* **vue-wrappers:** fix typings for TS version &gt;= 5.5 (VIV-2187) ([#1942](https://github.com/Vonage/vivid-3/issues/1942)) ([c17b706](https://github.com/Vonage/vivid-3/commit/c17b706d0169bef693f3e7456a7823165d1af7d2))

## [4.8.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.7.0...vivid-vue-v4.8.0) (2024-10-09)


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

0 comments on commit 3bace47

Please sign in to comment.