Skip to content

Commit 1ac72aa

Browse files
committed
chore(release): publish new version 1.2.4
1 parent cc21d14 commit 1ac72aa

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.2.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.3...v1.2.4) (2024-01-30)
8+
9+
### Bug Fixes
10+
11+
* **npm:** remove some files from npm publish ([c5f273e](https://github.com/ghiscoding/multiple-select-vanilla/commit/c5f273e18c7116ccafd69d361995be04e59aa269)) - by @ghiscoding
12+
713
## [1.2.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.2...v1.2.3) (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.3",
3+
"version": "1.2.4",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

packages/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.2.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.3...v1.2.4) (2024-01-30)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla-demo
10+
711
## [1.2.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.2...v1.2.3) (2024-01-30)
812

913
**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.3",
4+
"version": "1.2.4",
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.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.3...v1.2.4) (2024-01-30)
8+
9+
### Bug Fixes
10+
11+
* **npm:** remove some files from npm publish ([c5f273e](https://github.com/ghiscoding/multiple-select-vanilla/commit/c5f273e18c7116ccafd69d361995be04e59aa269)) - by @ghiscoding
12+
713
## [1.2.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.2...v1.2.3) (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.3",
3+
"version": "1.2.4",
44
"main": "./dist/cjs/multiple-select.cjs",
55
"module": "./dist/esm/multiple-select.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)