Skip to content

Commit

Permalink
chore(release): publish new version 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 10, 2023
1 parent 67e316b commit d85f8d5
Show file tree
Hide file tree
Showing 6 changed files with 19 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* input checkbox value should always be included even when null ([#158](https://github.com/ghiscoding/multiple-select-vanilla/issues/158)) ([4d33cff](https://github.com/ghiscoding/multiple-select-vanilla/commit/4d33cff89a6bcbff347fe8bfbc6b6e6f75279202)) - by @ghiscoding

# [0.6.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.5.0...v0.6.0) (2023-11-10)

### Features
Expand Down
4 changes: 4 additions & 0 deletions demo/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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

# [0.6.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.5.0...v0.6.0) (2023-11-10)

### Features
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.0",
"version": "0.6.1",
"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.0",
"version": "0.6.1",
"npmClient": "pnpm",
"loglevel": "info",
"command": {
Expand Down
6 changes: 6 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### Bug Fixes

* input checkbox value should always be included even when null ([#158](https://github.com/ghiscoding/multiple-select-vanilla/issues/158)) ([4d33cff](https://github.com/ghiscoding/multiple-select-vanilla/commit/4d33cff89a6bcbff347fe8bfbc6b6e6f75279202)) - by @ghiscoding

# [0.6.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.5.0...v0.6.0) (2023-11-10)

### Features
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.0",
"version": "0.6.1",
"exports": {
".": {
"import": "./dist/esm/multiple-select.js",
Expand Down

0 comments on commit d85f8d5

Please sign in to comment.