Skip to content

Commit

Permalink
chore: release main (#1933)
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 7, 2024
1 parent 4d0f289 commit 69c925a
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"libs/components": "4.6.0",
"libs/vue-wrappers": "4.6.0",
"libs/eslint-plugin": "1.2.1"
"libs/components": "4.7.0",
"libs/vue-wrappers": "4.7.0",
"libs/eslint-plugin": "1.3.0"
}
13 changes: 13 additions & 0 deletions libs/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ This log was last generated on Thu, 26 Jan 2023 14:40:25 GMT and should not be m

<!-- Start content -->

## [4.7.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.6.0...vivid-v4.7.0) (2024-10-07)


### Features

* **searchable-select:** component accessibility (VIV-2127) ([#1927](https://github.com/Vonage/vivid-3/issues/1927)) ([5b85539](https://github.com/Vonage/vivid-3/commit/5b85539d7c08aa7be4fe8301c577f1946831bcee))
* **searchable-select:** update tag appearance (VIV-2161) ([#1928](https://github.com/Vonage/vivid-3/issues/1928)) ([6bf7236](https://github.com/Vonage/vivid-3/commit/6bf7236c11e54e77166b0ee26439fac8fd7b5cba))


### Bug Fixes

* **searchable-select:** fix error when attempting to move focus to tag counter (VIV-2176) ([#1931](https://github.com/Vonage/vivid-3/issues/1931)) ([47b4580](https://github.com/Vonage/vivid-3/commit/47b45805d678caa1ca1eaf82ff8ad02140a5a79a))

## [4.6.0](https://github.com/Vonage/vivid-3/compare/vivid-v4.5.0...vivid-v4.6.0) (2024-10-03)


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.6.0",
"version": "4.7.0",
"type": "module",
"module": "./index.js",
"main": "./index.cjs",
Expand Down
7 changes: 7 additions & 0 deletions libs/eslint-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/Vonage/vivid-3/compare/eslint-plugin-v1.2.1...eslint-plugin-v1.3.0) (2024-10-07)


### Features

* **eslint-plugin:** support searchable-select (VIV-000) ([#1930](https://github.com/Vonage/vivid-3/issues/1930)) ([ceb4054](https://github.com/Vonage/vivid-3/commit/ceb405443c00b977d6112ea1328f02aadba4f7d4))

## [1.2.1](https://github.com/Vonage/vivid-3/compare/eslint-plugin-v1.2.0...eslint-plugin-v1.2.1) (2024-07-08)


Expand Down
2 changes: 1 addition & 1 deletion libs/eslint-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vonage/eslint-plugin-vivid",
"version": "1.2.1",
"version": "1.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.7.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.6.0...vivid-vue-v4.7.0) (2024-10-07)


### Miscellaneous Chores

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

## [4.6.0](https://github.com/Vonage/vivid-3/compare/vivid-vue-v4.5.0...vivid-vue-v4.6.0) (2024-10-03)


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

0 comments on commit 69c925a

Please sign in to comment.