Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 26, 2024
2 parents ac26901 + 3ff262f commit 531c04b
Show file tree
Hide file tree
Showing 7 changed files with 200 additions and 169 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.1...v3.4.2) (2024-10-25)

### Bug Fixes

* 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

## [3.4.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.0...v3.4.1) (2024-10-24)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "3.4.1",
"version": "3.4.2",
"npmClient": "pnpm",
"loglevel": "verbose",
"command": {
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"playwright:install": "pnpm exec playwright install"
},
"devDependencies": {
"@biomejs/biome": "^1.9.3",
"@lerna-lite/cli": "^3.9.3",
"@lerna-lite/publish": "^3.9.3",
"@lerna-lite/watch": "^3.9.3",
"@playwright/test": "^1.48.0",
"@types/node": "^22.7.5",
"@biomejs/biome": "^1.9.4",
"@lerna-lite/cli": "^3.10.0",
"@lerna-lite/publish": "^3.10.0",
"@lerna-lite/watch": "^3.10.0",
"@playwright/test": "^1.48.1",
"@types/node": "^22.7.9",
"conventional-changelog-conventionalcommits": "^7.0.2",
"cross-env": "^7.0.3",
"npm-run-all2": "^6.2.3",
"npm-run-all2": "^7.0.1",
"pnpm": "^9.12.2",
"rimraf": "^5.0.10",
"typescript": "5.6.3"
Expand Down
4 changes: 2 additions & 2 deletions packages/demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@types/dompurify": "^3.0.5",
"sass": "^1.79.5",
"sass": "^1.80.4",
"typescript": "5.6.3",
"vite": "^6.0.0-beta.3"
"vite": "^6.0.0-beta.5"
}
}
6 changes: 6 additions & 0 deletions packages/multiple-select-vanilla/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [3.4.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.1...v3.4.2) (2024-10-25)

### Bug Fixes

* 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

## [3.4.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.4.0...v3.4.1) (2024-10-24)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multiple-select-vanilla",
"description": "This lib allows you to select multiple elements with checkboxes",
"version": "3.4.1",
"version": "3.4.2",
"keywords": [
"checkboxes",
"multiple-select",
Expand Down Expand Up @@ -84,7 +84,7 @@
"esbuild": "^0.24.0",
"postcss": "^8.4.47",
"postcss-cli": "^11.0.0",
"sass": "^1.79.5",
"sass": "^1.80.4",
"tinyglobby": "^0.2.9",
"typescript": "5.6.3"
}
Expand Down
Loading

0 comments on commit 531c04b

Please sign in to comment.