Skip to content

Commit 531c04b

Browse files
committed
2 parents ac26901 + 3ff262f commit 531c04b

File tree

7 files changed

+200
-169
lines changed

7 files changed

+200
-169
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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.4.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.1...v3.4.2) (2024-10-25)
8+
9+
### Bug Fixes
10+
11+
* add missing div selector in previous CSS class name typo ([#310](https://github.com/ghiscoding/multiple-select-vanilla/issues/310)) ([1459f35](https://github.com/ghiscoding/multiple-select-vanilla/commit/1459f35cae0a4ed0a6e7b93ff5969cc2d002ce7d)) - by @ghiscoding
12+
713
## [3.4.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.0...v3.4.1) (2024-10-24)
814

915
### 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.1",
3+
"version": "3.4.2",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@
5858
"playwright:install": "pnpm exec playwright install"
5959
},
6060
"devDependencies": {
61-
"@biomejs/biome": "^1.9.3",
62-
"@lerna-lite/cli": "^3.9.3",
63-
"@lerna-lite/publish": "^3.9.3",
64-
"@lerna-lite/watch": "^3.9.3",
65-
"@playwright/test": "^1.48.0",
66-
"@types/node": "^22.7.5",
61+
"@biomejs/biome": "^1.9.4",
62+
"@lerna-lite/cli": "^3.10.0",
63+
"@lerna-lite/publish": "^3.10.0",
64+
"@lerna-lite/watch": "^3.10.0",
65+
"@playwright/test": "^1.48.1",
66+
"@types/node": "^22.7.9",
6767
"conventional-changelog-conventionalcommits": "^7.0.2",
6868
"cross-env": "^7.0.3",
69-
"npm-run-all2": "^6.2.3",
69+
"npm-run-all2": "^7.0.1",
7070
"pnpm": "^9.12.2",
7171
"rimraf": "^5.0.10",
7272
"typescript": "5.6.3"

packages/demo/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
},
2828
"devDependencies": {
2929
"@types/dompurify": "^3.0.5",
30-
"sass": "^1.79.5",
30+
"sass": "^1.80.4",
3131
"typescript": "5.6.3",
32-
"vite": "^6.0.0-beta.3"
32+
"vite": "^6.0.0-beta.5"
3333
}
3434
}

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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.4.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.1...v3.4.2) (2024-10-25)
8+
9+
### Bug Fixes
10+
11+
* add missing div selector in previous CSS class name typo ([#310](https://github.com/ghiscoding/multiple-select-vanilla/issues/310)) ([1459f35](https://github.com/ghiscoding/multiple-select-vanilla/commit/1459f35cae0a4ed0a6e7b93ff5969cc2d002ce7d)) - by @ghiscoding
12+
713
## [3.4.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.0...v3.4.1) (2024-10-24)
814

915
### Bug Fixes

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": "3.4.1",
4+
"version": "3.4.2",
55
"keywords": [
66
"checkboxes",
77
"multiple-select",
@@ -84,7 +84,7 @@
8484
"esbuild": "^0.24.0",
8585
"postcss": "^8.4.47",
8686
"postcss-cli": "^11.0.0",
87-
"sass": "^1.79.5",
87+
"sass": "^1.80.4",
8888
"tinyglobby": "^0.2.9",
8989
"typescript": "5.6.3"
9090
}

0 commit comments

Comments
 (0)