Skip to content

Commit

Permalink
chore(release): publish new version v3.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Oct 25, 2024
1 parent a25ec36 commit 3ff262f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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
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
2 changes: 1 addition & 1 deletion 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

0 comments on commit 3ff262f

Please sign in to comment.