Skip to content

Commit b4acf5b

Browse files
committed
chore(release): publish new version 1.1.2
1 parent 04bed55 commit b4acf5b

File tree

6 files changed

+19
-3
lines changed

6 files changed

+19
-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.1.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.1...v1.1.2) (2023-12-20)
8+
9+
### Bug Fixes
10+
11+
* don't use `Boolean()` for compatibility ([#183](https://github.com/ghiscoding/multiple-select-vanilla/issues/183)) ([52c9cc0](https://github.com/ghiscoding/multiple-select-vanilla/commit/52c9cc0617fb2c3ce35145e3fc9bf15f5a240e03)) - by @ghiscoding
12+
713
## [1.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.0...v1.1.1) (2023-12-02)
814

915
### Bug Fixes

demo/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
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.1.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.1...v1.1.2) (2023-12-20)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla-demo
10+
711
## [1.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.0...v1.1.1) (2023-12-02)
812

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

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.1.1",
4+
"version": "1.1.2",
55
"type": "module",
66
"author": {
77
"name": "zhixin wen",

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

lib/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.1.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.1...v1.1.2) (2023-12-20)
8+
9+
### Bug Fixes
10+
11+
* don't use `Boolean()` for compatibility ([#183](https://github.com/ghiscoding/multiple-select-vanilla/issues/183)) ([52c9cc0](https://github.com/ghiscoding/multiple-select-vanilla/commit/52c9cc0617fb2c3ce35145e3fc9bf15f5a240e03)) - by @ghiscoding
12+
713
## [1.1.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.1.0...v1.1.1) (2023-12-02)
814

915
### Bug Fixes

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

0 commit comments

Comments
 (0)