diff --git a/.changeset/jest-dom-v7.md b/.changeset/jest-dom-v7.md deleted file mode 100644 index 4339293..0000000 --- a/.changeset/jest-dom-v7.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'vite-plugin-solid': patch ---- - -Allow `@testing-library/jest-dom` v7 in the optional peer dependency range. v7 keeps the `@testing-library/jest-dom/vitest` subpath the plugin auto-injects into `test.setupFiles`, so no code change is needed, only the range widening that unblocks npm's peer resolution. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a04139..afd20fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.11.14 + +### Patch Changes + +- a9a68cb: Allow `@testing-library/jest-dom` v7 in the optional peer dependency range. v7 keeps the `@testing-library/jest-dom/vitest` subpath the plugin auto-injects into `test.setupFiles`, so no code change is needed, only the range widening that unblocks npm's peer resolution. + ## 2.11.13 ### Patch Changes diff --git a/package.json b/package.json index debf9af..a2662f8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vite-plugin-solid", - "version": "2.11.13", + "version": "2.11.14", "description": "solid-js integration plugin for Vite", "type": "module", "files": [