Skip to content

Commit 41140f7

Browse files
committed
chore(release): publish new version v4.4.0
1 parent 89aba69 commit 41140f7

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+
## [4.4.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.3.11...v4.4.0) (2025-11-14)
8+
9+
### Features
10+
11+
* add `onBeforeClose` event with option to cancel closing ([#443](https://github.com/ghiscoding/multiple-select-vanilla/issues/443)) ([475edf5](https://github.com/ghiscoding/multiple-select-vanilla/commit/475edf5aa508ca9c38bf46214fe1a7f7ec8691b5)) - by @ghiscoding
12+
* add Korean locale (ko-KR) ([#441](https://github.com/ghiscoding/multiple-select-vanilla/issues/441)) ([25091b4](https://github.com/ghiscoding/multiple-select-vanilla/commit/25091b41dc4220bcc74f11ad19453be391d8216f)) - by @ghiscoding
13+
14+
### Bug Fixes
15+
16+
* close() and onClose() functions should only be called w/open drop ([#442](https://github.com/ghiscoding/multiple-select-vanilla/issues/442)) ([4421718](https://github.com/ghiscoding/multiple-select-vanilla/commit/4421718d6b9bebd5ce8212d27931ebfae136c0b9)) - by @ghiscoding
17+
718
## [4.3.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.3.10...v4.3.11) (2025-11-07)
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": "4.3.11",
3+
"version": "4.4.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/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+
## [4.4.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.3.11...v4.4.0) (2025-11-14)
8+
9+
### Features
10+
11+
* add `onBeforeClose` event with option to cancel closing ([#443](https://github.com/ghiscoding/multiple-select-vanilla/issues/443)) ([475edf5](https://github.com/ghiscoding/multiple-select-vanilla/commit/475edf5aa508ca9c38bf46214fe1a7f7ec8691b5)) - by @ghiscoding
12+
* add Korean locale (ko-KR) ([#441](https://github.com/ghiscoding/multiple-select-vanilla/issues/441)) ([25091b4](https://github.com/ghiscoding/multiple-select-vanilla/commit/25091b41dc4220bcc74f11ad19453be391d8216f)) - by @ghiscoding
13+
14+
### Bug Fixes
15+
16+
* close() and onClose() functions should only be called w/open drop ([#442](https://github.com/ghiscoding/multiple-select-vanilla/issues/442)) ([4421718](https://github.com/ghiscoding/multiple-select-vanilla/commit/4421718d6b9bebd5ce8212d27931ebfae136c0b9)) - by @ghiscoding
17+
718
## [4.3.11](https://github.com/ghiscoding/multiple-select-vanilla/compare/v4.3.10...v4.3.11) (2025-11-07)
819

920
### Bug Fixes

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multiple-select-vanilla",
33
"description": "This lib allows you to select multiple elements with checkboxes",
4-
"version": "4.3.11",
4+
"version": "4.4.0",
55
"keywords": [
66
"checkboxes",
77
"multiple-select",

0 commit comments

Comments
 (0)