Skip to content

Commit

Permalink
chore(release): publish new version 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Nov 11, 2023
1 parent 599fb6c commit dfca869
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.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)

### Bug Fixes

* adjust types & exports for all bundler ([#161](https://github.com/ghiscoding/multiple-select-vanilla/issues/161)) ([b4ad0ac](https://github.com/ghiscoding/multiple-select-vanilla/commit/b4ad0ac98edd49b0b82dbf5180b326c1d6602e33)) - by @ghiscoding

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

### Bug Fixes
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.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

## [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
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.1",
"version": "0.6.2",
"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.1",
"version": "0.6.2",
"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.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v0.6.1...v0.6.2) (2023-11-11)

### Bug Fixes

* adjust types & exports for all bundler ([#161](https://github.com/ghiscoding/multiple-select-vanilla/issues/161)) ([b4ad0ac](https://github.com/ghiscoding/multiple-select-vanilla/commit/b4ad0ac98edd49b0b82dbf5180b326c1d6602e33)) - by @ghiscoding

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

### 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.1",
"version": "0.6.2",
"main": "./dist/cjs/multiple-select.js",
"module": "./dist/esm/multiple-select.js",
"types": "index.d.ts",
Expand Down

0 comments on commit dfca869

Please sign in to comment.