diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c5e7f8e..f4a4c9f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. +## [3.3.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.2...v3.3.3) (2024-09-03) + +### Bug Fixes + +* package export not detected as ESM in Vitest ([#297](https://github.com/ghiscoding/multiple-select-vanilla/issues/297)) ([6803609](https://github.com/ghiscoding/multiple-select-vanilla/commit/6803609fa8774fe027e15685732c767f35487921)) - by @ghiscoding + ## [3.3.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.1...v3.3.2) (2024-08-17) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 75021910..6d96c919 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", - "version": "3.3.2", + "version": "3.3.3", "npmClient": "pnpm", "loglevel": "verbose", "command": { diff --git a/packages/multiple-select-vanilla/CHANGELOG.md b/packages/multiple-select-vanilla/CHANGELOG.md index e7902515..88cadb39 100644 --- a/packages/multiple-select-vanilla/CHANGELOG.md +++ b/packages/multiple-select-vanilla/CHANGELOG.md @@ -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. +## [3.3.3](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.2...v3.3.3) (2024-09-03) + +### Bug Fixes + +* package export not detected as ESM in Vitest ([#297](https://github.com/ghiscoding/multiple-select-vanilla/issues/297)) ([6803609](https://github.com/ghiscoding/multiple-select-vanilla/commit/6803609fa8774fe027e15685732c767f35487921)) - by @ghiscoding + ## [3.3.2](https://github.com/ghiscoding/multiple-select-vanilla/compare/v3.3.1...v3.3.2) (2024-08-17) ### Bug Fixes diff --git a/packages/multiple-select-vanilla/package.json b/packages/multiple-select-vanilla/package.json index d95ce538..095e1c74 100644 --- a/packages/multiple-select-vanilla/package.json +++ b/packages/multiple-select-vanilla/package.json @@ -1,6 +1,6 @@ { "name": "multiple-select-vanilla", - "version": "3.3.2", + "version": "3.3.3", "types": "dist/index.d.ts", "exports": { ".": {