diff --git a/.changeset/shiny-crews-rescue.md b/.changeset/shiny-crews-rescue.md deleted file mode 100644 index 7ee635d47..000000000 --- a/.changeset/shiny-crews-rescue.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@vanilla-extract/next-plugin": patch ---- - -Use the resolved Next.js config in `next-plugin` diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 16663e907..eb145a3cd 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @vanilla-extract/next-plugin +## 2.1.3 + +### Patch Changes + +- [#1099](https://github.com/vanilla-extract-css/vanilla-extract/pull/1099) [`0d1c17a`](https://github.com/vanilla-extract-css/vanilla-extract/commit/0d1c17a3ffa0212466370a9c0840774e73793f3a) Thanks [@shuding](https://github.com/shuding)! - Use the resolved Next.js config in `next-plugin` + ## 2.1.2 ### Patch Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index ec6dc3fca..7e4061c4f 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/next-plugin", - "version": "2.1.2", + "version": "2.1.3", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-next-plugin.cjs.js", "module": "dist/vanilla-extract-next-plugin.esm.js",