Skip to content

Commit cc35db3

Browse files
committed
chore(release): publish new version v4.0.0
1 parent 84a0477 commit cc35db3

File tree

4 files changed

+30
-2
lines changed

4 files changed

+30
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.5.0...v4.0.0) (2025-04-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* build as ESM-Only, drop CJS (#348)
12+
13+
### Features
14+
15+
* build as ESM-Only, drop CJS ([#348](https://github.com/ghiscoding/multiple-select-vanilla/issues/348)) ([1cd1dd4](https://github.com/ghiscoding/multiple-select-vanilla/commit/1cd1dd439277879bdc4afcb4bacf8a4475c7fc80)) - by @ghiscoding
16+
17+
### Bug Fixes
18+
19+
* **deps:** update all non-major dependencies ([#349](https://github.com/ghiscoding/multiple-select-vanilla/issues/349)) ([781be20](https://github.com/ghiscoding/multiple-select-vanilla/commit/781be2093347b87672ceeced405c4008407ca882)) - by @renovate-bot
20+
721
## [3.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.4...v3.5.0) (2025-03-12)
822

923
### Features

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": "3.5.0",
3+
"version": "4.0.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
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.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.5.0...v4.0.0) (2025-04-12)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* build as ESM-Only, drop CJS (#348)
12+
13+
### Features
14+
15+
* build as ESM-Only, drop CJS ([#348](https://github.com/ghiscoding/multiple-select-vanilla/issues/348)) ([1cd1dd4](https://github.com/ghiscoding/multiple-select-vanilla/commit/1cd1dd439277879bdc4afcb4bacf8a4475c7fc80)) - by @ghiscoding
16+
17+
### Bug Fixes
18+
19+
* **deps:** update all non-major dependencies ([#349](https://github.com/ghiscoding/multiple-select-vanilla/issues/349)) ([781be20](https://github.com/ghiscoding/multiple-select-vanilla/commit/781be2093347b87672ceeced405c4008407ca882)) - by @renovate-bot
20+
721
## [3.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.4...v3.5.0) (2025-03-12)
822

923
### Features

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": "3.5.0",
4+
"version": "4.0.0",
55
"keywords": [
66
"checkboxes",
77
"multiple-select",

0 commit comments

Comments
 (0)