diff --git a/CHANGELOG.md b/CHANGELOG.md index f4a4c9f2..f371633c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.3...v3.3.4) (2024-09-21) + +### Bug Fixes + +* improve hybrid exports ([cc622b1](https://github.com/ghiscoding/multiple-select-vanilla/commit/cc622b1df5eb8cb48477a0f2e9e8b3e6fd1b9693)) - by @ghiscoding +* SASS deprecated `lighten` and `darken` methods ([#301](https://github.com/ghiscoding/multiple-select-vanilla/issues/301)) ([1938720](https://github.com/ghiscoding/multiple-select-vanilla/commit/19387205c80c3e288fc50175c4bd8c23a5aa4713)) - by @ghiscoding + ## [3.3.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.2...v3.3.3) (2024-09-03) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 6d96c919..560cb6d5 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "3.3.3", + "version": "3.3.4", "npmClient": "pnpm", "loglevel": "verbose", "command": { diff --git a/packages/multiple-select-vanilla/CHANGELOG.md b/packages/multiple-select-vanilla/CHANGELOG.md index 88cadb39..7f93a417 100644 --- a/packages/multiple-select-vanilla/CHANGELOG.md +++ b/packages/multiple-select-vanilla/CHANGELOG.md @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.3.4](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.3...v3.3.4) (2024-09-21) + +### Bug Fixes + +* improve hybrid exports ([cc622b1](https://github.com/ghiscoding/multiple-select-vanilla/commit/cc622b1df5eb8cb48477a0f2e9e8b3e6fd1b9693)) - by @ghiscoding +* SASS deprecated `lighten` and `darken` methods ([#301](https://github.com/ghiscoding/multiple-select-vanilla/issues/301)) ([1938720](https://github.com/ghiscoding/multiple-select-vanilla/commit/19387205c80c3e288fc50175c4bd8c23a5aa4713)) - by @ghiscoding + ## [3.3.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.2...v3.3.3) (2024-09-03) ### Bug Fixes diff --git a/packages/multiple-select-vanilla/package.json b/packages/multiple-select-vanilla/package.json index fa8174d5..9c02b8b3 100644 --- a/packages/multiple-select-vanilla/package.json +++ b/packages/multiple-select-vanilla/package.json @@ -1,7 +1,7 @@ { "name": "multiple-select-vanilla", "description": "This lib allows you to select multiple elements with checkboxes", - "version": "3.3.3", + "version": "3.3.4", "keywords": [ "checkboxes", "multiple-select",