Skip to content

Commit 5c6b2b3

Browse files
committed
chore(release): publish new version 0.5.0
1 parent 5316d6a commit 5c6b2b3

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.11...v0.5.0) (2023-10-27)
8+
9+
### Bug Fixes
10+
11+
* 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
12+
13+
### Features
14+
15+
* 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
16+
* 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
17+
718
## [0.4.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.10...v0.4.11) (2023-10-25)
819

920
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.4.11",
3+
"version": "0.5.0",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

lib/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
All notable changes to this project will be documented in this file.
55
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
66

7+
# [0.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.11...v0.5.0) (2023-10-27)
8+
9+
### Bug Fixes
10+
11+
* 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
12+
13+
### Features
14+
15+
* 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
16+
* 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
17+
718
## [0.4.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.4.10...v0.4.11) (2023-10-25)
819

920
### Bug Fixes

lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-select-vanilla",
3-
"version": "0.4.11",
3+
"version": "0.5.0",
44
"exports": {
55
".": {
66
"import": "./dist/esm/multiple-select.js",

0 commit comments

Comments
 (0)