Skip to content

Commit

Permalink
chore(release): publish new version 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed May 11, 2024
1 parent 866ee53 commit 2f1d438
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.2.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.2.0...v3.2.1) (2024-05-11)

### Bug Fixes

* only open drop when exists after open delay ([#277](https://github.com/ghiscoding/multiple-select-vanilla/issues/277)) ([866ee53](https://github.com/ghiscoding/multiple-select-vanilla/commit/866ee5302bf6b90621eb232b8863365d76d0fba3)) - by @ghiscoding

## [3.2.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.1.4...v3.2.0) (2024-05-08)

### Features
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.2.0",
"version": "3.2.1",
"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.2.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.2.0...v3.2.1) (2024-05-11)

### Bug Fixes

* only open drop when exists after open delay ([#277](https://github.com/ghiscoding/multiple-select-vanilla/issues/277)) ([866ee53](https://github.com/ghiscoding/multiple-select-vanilla/commit/866ee5302bf6b90621eb232b8863365d76d0fba3)) - by @ghiscoding

## [3.2.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.1.4...v3.2.0) (2024-05-08)

### Features
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,6 +1,6 @@
{
"name": "multiple-select-vanilla",
"version": "3.2.0",
"version": "3.2.1",
"main": "./dist/multiple-select.cjs",
"module": "./dist/multiple-select.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 2f1d438

Please sign in to comment.