Skip to content

Commit 87a12cc

Browse files
committed
chore(release): publish new version 1.0.3
1 parent 872fc68 commit 87a12cc

File tree

6 files changed

+15
-3
lines changed

6 files changed

+15
-3
lines changed

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.0.3 (2023-11-22)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla-root
10+
711
## [1.0.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.0.2-beta.4...v1.0.2) (2023-11-22)
812

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

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.0.3 (2023-11-22)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla-demo
10+
711
## [1.0.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.0.2-beta.4...v1.0.2) (2023-11-22)
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.0.2",
4+
"version": "1.0.3",
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.0.2",
3+
"version": "1.0.3",
44
"npmClient": "pnpm",
55
"loglevel": "verbose",
66
"command": {

lib/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.0.3 (2023-11-22)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla
10+
711
## [1.0.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.0.2-beta.4...v1.0.2) (2023-11-22)
812

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

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

0 commit comments

Comments
 (0)