Skip to content

Commit

Permalink
chore(release): publish new version 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding committed Feb 22, 2024
1 parent bf4fa0f commit 33396ea
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 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.

## [2.0.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v2.0.0...v2.0.1) (2024-02-22)

### Bug Fixes

* add SASS/CSS variable to remove drop outline ([#228](https://github.com/ghiscoding/multiple-select-vanilla/issues/228)) ([bf4fa0f](https://github.com/ghiscoding/multiple-select-vanilla/commit/bf4fa0f706ea2eddfd25bc423a224918ae92efd1)) - by @ghiscoding

## [2.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.5...v2.0.0) (2024-02-21)

### ⚠ BREAKING CHANGES
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": "2.0.0",
"version": "2.0.1",
"npmClient": "pnpm",
"loglevel": "verbose",
"command": {
Expand Down
6 changes: 6 additions & 0 deletions packages/multiple-select-vanilla/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.

## [2.0.1](https://github.com/ghiscoding/multiple-select-vanilla/compare/v2.0.0...v2.0.1) (2024-02-22)

### Bug Fixes

* add SASS/CSS variable to remove drop outline ([#228](https://github.com/ghiscoding/multiple-select-vanilla/issues/228)) ([bf4fa0f](https://github.com/ghiscoding/multiple-select-vanilla/commit/bf4fa0f706ea2eddfd25bc423a224918ae92efd1)) - by @ghiscoding

## [2.0.0](https://github.com/ghiscoding/multiple-select-vanilla/compare/v1.2.5...v2.0.0) (2024-02-21)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/multiple-select-vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "multiple-select-vanilla",
"version": "2.0.0",
"version": "2.0.1",
"main": "./dist/multiple-select.cjs",
"module": "./dist/multiple-select.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 33396ea

Please sign in to comment.