Skip to content

Commit defa951

Browse files
committed
chore(release): publish new version 3.1.0
1 parent 74fed35 commit defa951

File tree

4 files changed

+28
-2
lines changed

4 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.0.0...v3.1.0) (2024-03-23)
8+
9+
### Features
10+
11+
* add new event `onFilterClear` missing ([#260](https://github.com/ghiscoding/multiple-select-vanilla/issues/260)) ([cb8923c](https://github.com/ghiscoding/multiple-select-vanilla/commit/cb8923c889b86fd09a6ef426d3e92da6b8a8d0b4)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* add missing CSS/SASS variables for SVG icons ([cc11a8b](https://github.com/ghiscoding/multiple-select-vanilla/commit/cc11a8b1957de714a4e24e515e7361fe126c586b)) - by @ghiscoding
16+
* select drop should equal same width as select button ([#259](https://github.com/ghiscoding/multiple-select-vanilla/issues/259)) ([6f854a1](https://github.com/ghiscoding/multiple-select-vanilla/commit/6f854a152eda9d1776ed153a0713f1d00d3230f3)) - by @ghiscoding
17+
* tweak CSS and use same border color for both drop & button ([1f774d0](https://github.com/ghiscoding/multiple-select-vanilla/commit/1f774d0a020174ed80e85d3f60ce6acd4ab820eb)) - by @ghiscoding
18+
* vscroll event mem leak causing unexpected behavior after filtering ([#261](https://github.com/ghiscoding/multiple-select-vanilla/issues/261)) ([74fed35](https://github.com/ghiscoding/multiple-select-vanilla/commit/74fed353fb1229f583fc87fb1f27742389e108f6)) - by @ghiscoding
19+
720
## [3.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v2.2.1...v3.0.0) (2024-03-22)
821

922
### ⚠ BREAKING CHANGES

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

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,19 @@
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.1.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.0.0...v3.1.0) (2024-03-23)
8+
9+
### Features
10+
11+
* add new event `onFilterClear` missing ([#260](https://github.com/ghiscoding/multiple-select-vanilla/issues/260)) ([cb8923c](https://github.com/ghiscoding/multiple-select-vanilla/commit/cb8923c889b86fd09a6ef426d3e92da6b8a8d0b4)) - by @ghiscoding
12+
13+
### Bug Fixes
14+
15+
* add missing CSS/SASS variables for SVG icons ([cc11a8b](https://github.com/ghiscoding/multiple-select-vanilla/commit/cc11a8b1957de714a4e24e515e7361fe126c586b)) - by @ghiscoding
16+
* select drop should equal same width as select button ([#259](https://github.com/ghiscoding/multiple-select-vanilla/issues/259)) ([6f854a1](https://github.com/ghiscoding/multiple-select-vanilla/commit/6f854a152eda9d1776ed153a0713f1d00d3230f3)) - by @ghiscoding
17+
* tweak CSS and use same border color for both drop & button ([1f774d0](https://github.com/ghiscoding/multiple-select-vanilla/commit/1f774d0a020174ed80e85d3f60ce6acd4ab820eb)) - by @ghiscoding
18+
* vscroll event mem leak causing unexpected behavior after filtering ([#261](https://github.com/ghiscoding/multiple-select-vanilla/issues/261)) ([74fed35](https://github.com/ghiscoding/multiple-select-vanilla/commit/74fed353fb1229f583fc87fb1f27742389e108f6)) - by @ghiscoding
19+
720
## [3.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v2.2.1...v3.0.0) (2024-03-22)
821

922
### ⚠ BREAKING CHANGES

packages/multiple-select-vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "multiple-select-vanilla",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"main": "./dist/multiple-select.cjs",
55
"module": "./dist/multiple-select.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)