Skip to content

Commit 73bbfd5

Browse files
committed
chore(release): publish new version 2.0.0
1 parent 49089d8 commit 73bbfd5

File tree

4 files changed

+42
-2
lines changed

4 files changed

+42
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
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+
## [2.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.5...v2.0.0) (2024-02-21)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* export Locale as named exports (#219)
12+
* change TS Types exports location (#218)
13+
* replace arrow up/down direction tabIndex by highlight, fix #206 (#213)
14+
15+
### Features
16+
17+
* add `virtualScroll` option that could be disabled ([#225](https://github.com/ghiscoding/multiple-select-vanilla/issues/225)) ([d9f9fdb](https://github.com/ghiscoding/multiple-select-vanilla/commit/d9f9fdb9056b87e742b7ca2effae6b2e90482ebf)) - by @ghiscoding
18+
* add new option `infiniteScroll` auto-scroll back to top ([#224](https://github.com/ghiscoding/multiple-select-vanilla/issues/224)) ([fb74e74](https://github.com/ghiscoding/multiple-select-vanilla/commit/fb74e741801b830cb0281e85da065f21fb99dc8b)) - by @ghiscoding
19+
* change TS Types exports location ([#218](https://github.com/ghiscoding/multiple-select-vanilla/issues/218)) ([38d3142](https://github.com/ghiscoding/multiple-select-vanilla/commit/38d3142a6191c8c6ed5f6e137d2c0d8974334b57)) - by @ghiscoding
20+
* export Locale as named exports ([#219](https://github.com/ghiscoding/multiple-select-vanilla/issues/219)) ([6eb57ce](https://github.com/ghiscoding/multiple-select-vanilla/commit/6eb57cefd8ed71af5c776cdd089c6df36f02524a)) - by @ghiscoding
21+
* replace arrow up/down direction tabIndex by highlight, fix [#206](https://github.com/ghiscoding/multiple-select-vanilla/issues/206) ([#213](https://github.com/ghiscoding/multiple-select-vanilla/issues/213)) ([50be59c](https://github.com/ghiscoding/multiple-select-vanilla/commit/50be59c2fe1c4129141d5e082d4402e6da62a6ad)) - by @ghiscoding
22+
23+
### Bug Fixes
24+
25+
* use `ariaMultiSelectable` only with multiple select ([a39c535](https://github.com/ghiscoding/multiple-select-vanilla/commit/a39c5357ec4a94f363a6fee9ebc11461ac667844)) - by @ghiscoding
26+
727
## [1.2.5](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.4...v1.2.5) (2024-01-31)
828

929
### 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": "1.2.5",
3+
"version": "2.0.0",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@
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+
## [2.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.5...v2.0.0) (2024-02-21)
8+
9+
### ⚠ BREAKING CHANGES
10+
11+
* export Locale as named exports (#219)
12+
* change TS Types exports location (#218)
13+
* replace arrow up/down direction tabIndex by highlight, fix #206 (#213)
14+
15+
### Features
16+
17+
* add `virtualScroll` option that could be disabled ([#225](https://github.com/ghiscoding/multiple-select-vanilla/issues/225)) ([d9f9fdb](https://github.com/ghiscoding/multiple-select-vanilla/commit/d9f9fdb9056b87e742b7ca2effae6b2e90482ebf)) - by @ghiscoding
18+
* add new option `infiniteScroll` auto-scroll back to top ([#224](https://github.com/ghiscoding/multiple-select-vanilla/issues/224)) ([fb74e74](https://github.com/ghiscoding/multiple-select-vanilla/commit/fb74e741801b830cb0281e85da065f21fb99dc8b)) - by @ghiscoding
19+
* change TS Types exports location ([#218](https://github.com/ghiscoding/multiple-select-vanilla/issues/218)) ([38d3142](https://github.com/ghiscoding/multiple-select-vanilla/commit/38d3142a6191c8c6ed5f6e137d2c0d8974334b57)) - by @ghiscoding
20+
* export Locale as named exports ([#219](https://github.com/ghiscoding/multiple-select-vanilla/issues/219)) ([6eb57ce](https://github.com/ghiscoding/multiple-select-vanilla/commit/6eb57cefd8ed71af5c776cdd089c6df36f02524a)) - by @ghiscoding
21+
* replace arrow up/down direction tabIndex by highlight, fix [#206](https://github.com/ghiscoding/multiple-select-vanilla/issues/206) ([#213](https://github.com/ghiscoding/multiple-select-vanilla/issues/213)) ([50be59c](https://github.com/ghiscoding/multiple-select-vanilla/commit/50be59c2fe1c4129141d5e082d4402e6da62a6ad)) - by @ghiscoding
22+
23+
### Bug Fixes
24+
25+
* use `ariaMultiSelectable` only with multiple select ([a39c535](https://github.com/ghiscoding/multiple-select-vanilla/commit/a39c5357ec4a94f363a6fee9ebc11461ac667844)) - by @ghiscoding
26+
727
## [1.2.5](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.4...v1.2.5) (2024-01-31)
828

929
### Bug Fixes

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": "1.2.5",
3+
"version": "2.0.0",
44
"main": "./dist/multiple-select.cjs",
55
"module": "./dist/multiple-select.js",
66
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)