Skip to content

Commit 439d711

Browse files
committed
chore(release): publish new version 0.6.3
1 parent cc10dd4 commit 439d711

File tree

6 files changed

+22
-6
lines changed

6 files changed

+22
-6
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Change Log
2-
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
2+
## Visit the [Multiple-Select-Vanilla](https://github.com/ghiscoding/multiple-select-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/multiple-select-vanilla)
33

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+
## [0.6.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.2...v0.6.3) (2023-11-13)
8+
9+
### Bug Fixes
10+
11+
* `@types/trusted-types` should be lib dependency ([#162](https://github.com/ghiscoding/multiple-select-vanilla/issues/162)) ([946de83](https://github.com/ghiscoding/multiple-select-vanilla/commit/946de83fdba432e554831fdb42447ad174c11ae5)) - by @ghiscoding
12+
713
## [0.6.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)
814

915
### Bug Fixes

demo/CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
# Change Log
2-
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
2+
## Visit the [Multiple-Select-Vanilla](https://github.com/ghiscoding/multiple-select-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/multiple-select-vanilla)
33

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+
## [0.6.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.2...v0.6.3) (2023-11-13)
8+
9+
**Note:** Version bump only for package multiple-select-vanilla-demo
10+
711
## [0.6.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)
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": "0.6.2",
4+
"version": "0.6.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": "0.6.2",
3+
"version": "0.6.3",
44
"npmClient": "pnpm",
55
"loglevel": "info",
66
"command": {

lib/CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Change Log
2-
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
2+
## Visit the [Multiple-Select-Vanilla](https://github.com/ghiscoding/multiple-select-vanilla) GitHub project or take a look at the [Live Demo](https://ghiscoding.github.io/multiple-select-vanilla)
33

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+
## [0.6.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.2...v0.6.3) (2023-11-13)
8+
9+
### Bug Fixes
10+
11+
* `@types/trusted-types` should be lib dependency ([#162](https://github.com/ghiscoding/multiple-select-vanilla/issues/162)) ([946de83](https://github.com/ghiscoding/multiple-select-vanilla/commit/946de83fdba432e554831fdb42447ad174c11ae5)) - by @ghiscoding
12+
713
## [0.6.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)
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": "0.6.2",
3+
"version": "0.6.3",
44
"main": "./dist/cjs/multiple-select.js",
55
"module": "./dist/esm/multiple-select.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)