Skip to content

Commit 490e3a2

Browse files
committed
chore(release): publish new version v5.2.0
1 parent 43c4216 commit 490e3a2

4 files changed

Lines changed: 27 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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+
## [5.2.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v5.1.0...v5.2.0) (2026-05-14)
8+
9+
### Features
10+
11+
* use new Sanitizer API & ditch stripScripts() ([#496](https://github.com/ghiscoding/multiple-select-vanilla/issues/496)) ([fa8406f](https://github.com/ghiscoding/multiple-select-vanilla/commit/fa8406f6e15408815c5d857595372c6c3168a86b)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* **deps:** update all dependencies ([#497](https://github.com/ghiscoding/multiple-select-vanilla/issues/497)) ([43c4216](https://github.com/ghiscoding/multiple-select-vanilla/commit/43c42165152484b2eaed3998c1aec3b6ea930e4b)) - by @ghiscoding
16+
* **deps:** update all non-major dependencies ([#487](https://github.com/ghiscoding/multiple-select-vanilla/issues/487)) ([bf2d4cf](https://github.com/ghiscoding/multiple-select-vanilla/commit/bf2d4cfed90db95e4cfbf87adb1b94ef76b1b456)) - by @renovate-bot
17+
* **deps:** update all non-major dependencies ([#491](https://github.com/ghiscoding/multiple-select-vanilla/issues/491)) ([a7b83ac](https://github.com/ghiscoding/multiple-select-vanilla/commit/a7b83ac175a292925cbd0eabea66aa0de4601b48)) - by @renovate-bot
18+
719
## [5.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v5.0.0...v5.1.0) (2026-02-19)
820

921
### 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": "5.1.0",
3+
"version": "5.2.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
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+
## [5.2.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v5.1.0...v5.2.0) (2026-05-14)
8+
9+
### Features
10+
11+
* use new Sanitizer API & ditch stripScripts() ([#496](https://github.com/ghiscoding/multiple-select-vanilla/issues/496)) ([fa8406f](https://github.com/ghiscoding/multiple-select-vanilla/commit/fa8406f6e15408815c5d857595372c6c3168a86b)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* **deps:** update all dependencies ([#497](https://github.com/ghiscoding/multiple-select-vanilla/issues/497)) ([43c4216](https://github.com/ghiscoding/multiple-select-vanilla/commit/43c42165152484b2eaed3998c1aec3b6ea930e4b)) - by @ghiscoding
16+
* **deps:** update all non-major dependencies ([#487](https://github.com/ghiscoding/multiple-select-vanilla/issues/487)) ([bf2d4cf](https://github.com/ghiscoding/multiple-select-vanilla/commit/bf2d4cfed90db95e4cfbf87adb1b94ef76b1b456)) - by @renovate-bot
17+
* **deps:** update all non-major dependencies ([#491](https://github.com/ghiscoding/multiple-select-vanilla/issues/491)) ([a7b83ac](https://github.com/ghiscoding/multiple-select-vanilla/commit/a7b83ac175a292925cbd0eabea66aa0de4601b48)) - by @renovate-bot
18+
719
## [5.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v5.0.0...v5.1.0) (2026-02-19)
820

921
### Features

packages/multiple-select-vanilla/package.json

Lines changed: 2 additions & 2 deletions
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": "5.1.0",
4+
"version": "5.2.0",
55
"keywords": [
66
"checkboxes",
77
"multiple-select",
@@ -78,4 +78,4 @@
7878
"tinyglobby": "^0.2.16",
7979
"typescript": "catalog:"
8080
}
81-
}
81+
}

0 commit comments

Comments
 (0)