Skip to content

Commit

Permalink
chore(release): publish new version 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 13, 2023
1 parent cc10dd4 commit 439d711
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 6 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
## 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)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.2...v0.6.3) (2023-11-13)

### Bug Fixes

* `@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

## [0.6.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)

### Bug Fixes
Expand Down
6 changes: 5 additions & 1 deletion demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# Change Log
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
## 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)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.2...v0.6.3) (2023-11-13)

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

## [0.6.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)

**Note:** Version bump only for package multiple-select-vanilla-demo
Expand Down
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "multiple-select-vanilla-demo",
"private": true,
"version": "0.6.2",
"version": "0.6.3",
"type": "module",
"author": {
"name": "zhixin wen",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"version": "0.6.2",
"version": "0.6.3",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
8 changes: 7 additions & 1 deletion lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Change Log
## Multiple-Select-Vanilla, visit the GitHub Page [multiple-select-vanilla](https://github.com/ghiscoding/multiple-select-vanilla)
## 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)

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.6.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.2...v0.6.3) (2023-11-13)

### Bug Fixes

* `@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

## [0.6.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-select-vanilla",
"version": "0.6.2",
"version": "0.6.3",
"main": "./dist/cjs/multiple-select.js",
"module": "./dist/esm/multiple-select.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 439d711

Please sign in to comment.