From 5c6b2b3003fc001bbdf47d26e24e656a8cd0e033 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Fri, 27 Oct 2023 14:39:27 -0400 Subject: [PATCH] chore(release): publish new version 0.5.0 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- lib/CHANGELOG.md | 11 +++++++++++ lib/package.json | 2 +- 4 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 706574e49..94b88c4fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.11...v0.5.0) (2023-10-27) + +### Bug Fixes + +* updated onFilter event parameter to original search ([#140](https://github.com/ghiscoding/multiple-select-vanilla/issues/140)) ([02c1d45](https://github.com/ghiscoding/multiple-select-vanilla/commit/02c1d4564323f059d72bc0ae28c297073307f413)) - by @ghiscoding + +### Features + +* added `onBeforeClick` event ([#141](https://github.com/ghiscoding/multiple-select-vanilla/issues/141)) ([6b0cdb8](https://github.com/ghiscoding/multiple-select-vanilla/commit/6b0cdb87d102c3a2ac3af103020f4012c6eb4169)) - by @ghiscoding +* added locale ja-JP ([#139](https://github.com/ghiscoding/multiple-select-vanilla/issues/139)) ([d473bd9](https://github.com/ghiscoding/multiple-select-vanilla/commit/d473bd9a361f6c082927185d30b8469df2b8f281)) - by @ghiscoding + ## [0.4.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.10...v0.4.11) (2023-10-25) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 73006c3f1..5443ef152 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "0.4.11", + "version": "0.5.0", "npmClient": "pnpm", "loglevel": "info", "command": { diff --git a/lib/CHANGELOG.md b/lib/CHANGELOG.md index 5840901a2..f6ef2c9d1 100644 --- a/lib/CHANGELOG.md +++ b/lib/CHANGELOG.md @@ -4,6 +4,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [0.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.11...v0.5.0) (2023-10-27) + +### Bug Fixes + +* updated onFilter event parameter to original search ([#140](https://github.com/ghiscoding/multiple-select-vanilla/issues/140)) ([02c1d45](https://github.com/ghiscoding/multiple-select-vanilla/commit/02c1d4564323f059d72bc0ae28c297073307f413)) - by @ghiscoding + +### Features + +* added `onBeforeClick` event ([#141](https://github.com/ghiscoding/multiple-select-vanilla/issues/141)) ([6b0cdb8](https://github.com/ghiscoding/multiple-select-vanilla/commit/6b0cdb87d102c3a2ac3af103020f4012c6eb4169)) - by @ghiscoding +* added locale ja-JP ([#139](https://github.com/ghiscoding/multiple-select-vanilla/issues/139)) ([d473bd9](https://github.com/ghiscoding/multiple-select-vanilla/commit/d473bd9a361f6c082927185d30b8469df2b8f281)) - by @ghiscoding + ## [0.4.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.10...v0.4.11) (2023-10-25) ### Bug Fixes diff --git a/lib/package.json b/lib/package.json index 58991b069..ca74ce583 100644 --- a/lib/package.json +++ b/lib/package.json @@ -1,6 +1,6 @@ { "name": "multiple-select-vanilla", - "version": "0.4.11", + "version": "0.5.0", "exports": { ".": { "import": "./dist/esm/multiple-select.js",