Skip to content

Commit 82c4a2e

Browse files
committed
chore(release): publish new version v3.5.0
1 parent 366dd7d commit 82c4a2e

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-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+
## [3.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.4...v3.5.0) (2025-03-12)
8+
9+
### Features
10+
11+
* add Indonesian locale ([#337](https://github.com/ghiscoding/multiple-select-vanilla/issues/337)) ([5216284](https://github.com/ghiscoding/multiple-select-vanilla/commit/5216284265ab449e64b1232f20a3a49cf0c183d6)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* **deps:** update all non-major dependencies ([#319](https://github.com/ghiscoding/multiple-select-vanilla/issues/319)) ([5d69d3c](https://github.com/ghiscoding/multiple-select-vanilla/commit/5d69d3cff9f87db75cba4edd44a2980e12b0ba8d)) - by @renovate-bot
16+
* **deps:** update all non-major dependencies ([#324](https://github.com/ghiscoding/multiple-select-vanilla/issues/324)) ([bb38fe7](https://github.com/ghiscoding/multiple-select-vanilla/commit/bb38fe789d80f929c0952c1f0d377ed9451113ac)) - by @renovate-bot
17+
718
## [3.4.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.2...v3.4.4) (2024-10-26)
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": "3.4.4",
3+
"version": "3.5.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,16 @@
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+
## [3.5.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.4...v3.5.0) (2025-03-12)
8+
9+
### Features
10+
11+
* add Indonesian locale ([#337](https://github.com/ghiscoding/multiple-select-vanilla/issues/337)) ([5216284](https://github.com/ghiscoding/multiple-select-vanilla/commit/5216284265ab449e64b1232f20a3a49cf0c183d6)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* **deps:** update all non-major dependencies ([#319](https://github.com/ghiscoding/multiple-select-vanilla/issues/319)) ([5d69d3c](https://github.com/ghiscoding/multiple-select-vanilla/commit/5d69d3cff9f87db75cba4edd44a2980e12b0ba8d)) - by @renovate-bot
16+
717
## [3.4.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.2...v3.4.4) (2024-10-26)
818

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

0 commit comments

Comments
 (0)