Skip to content

Commit f4ad9e7

Browse files
committed
chore(release): publish new version 1.2.5
1 parent 0f32e65 commit f4ad9e7

File tree

6 files changed

+21
-3
lines changed

6 files changed

+21
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
## [1.2.5](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.4...v1.2.5) (2024-01-31)
8+
9+
### Bug Fixes
10+
11+
* Virtual Scroll not working on large dataset w/HTML render enabled, fixes [#203](https://github.com/ghiscoding/multiple-select-vanilla/issues/203) ([#204](https://github.com/ghiscoding/multiple-select-vanilla/issues/204)) ([0f32e65](https://github.com/ghiscoding/multiple-select-vanilla/commit/0f32e65ab804ca089d945c8602d2e811f2df6f90)) - by @ghiscoding
12+
713
## [1.2.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.3...v1.2.4) (2024-01-30)
814

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

packages/demo/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
## [1.2.5](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.4...v1.2.5) (2024-01-31)
8+
9+
### Bug Fixes
10+
11+
* Virtual Scroll not working on large dataset w/HTML render enabled, fixes [#203](https://github.com/ghiscoding/multiple-select-vanilla/issues/203) ([#204](https://github.com/ghiscoding/multiple-select-vanilla/issues/204)) ([0f32e65](https://github.com/ghiscoding/multiple-select-vanilla/commit/0f32e65ab804ca089d945c8602d2e811f2df6f90)) - by @ghiscoding
12+
713
## [1.2.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.3...v1.2.4) (2024-01-30)
814

915
**Note:** Version bump only for package multiple-select-vanilla-demo

packages/demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "multiple-select-vanilla-demo",
33
"private": true,
4-
"version": "1.2.4",
4+
"version": "1.2.5",
55
"type": "module",
66
"author": {
77
"name": "zhixin wen",

packages/multiple-select-vanilla/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@
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+
## [1.2.5](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.4...v1.2.5) (2024-01-31)
8+
9+
### Bug Fixes
10+
11+
* Virtual Scroll not working on large dataset w/HTML render enabled, fixes [#203](https://github.com/ghiscoding/multiple-select-vanilla/issues/203) ([#204](https://github.com/ghiscoding/multiple-select-vanilla/issues/204)) ([0f32e65](https://github.com/ghiscoding/multiple-select-vanilla/commit/0f32e65ab804ca089d945c8602d2e811f2df6f90)) - by @ghiscoding
12+
713
## [1.2.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.3...v1.2.4) (2024-01-30)
814

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

0 commit comments

Comments
 (0)