diff --git a/.changeset/wise-oranges-talk.md b/.changeset/wise-oranges-talk.md deleted file mode 100644 index 68dc3cf31..000000000 --- a/.changeset/wise-oranges-talk.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@vanilla-extract/next-plugin": patch -"@vanilla-extract/webpack-plugin": patch ---- - -Fixes Next.js 13 CSS output on Windows when using React Server Components diff --git a/packages/next-plugin/CHANGELOG.md b/packages/next-plugin/CHANGELOG.md index 1731ea677..2a3eb2e82 100644 --- a/packages/next-plugin/CHANGELOG.md +++ b/packages/next-plugin/CHANGELOG.md @@ -1,5 +1,14 @@ # @vanilla-extract/next-plugin +## 2.3.1 + +### Patch Changes + +- [#1180](https://github.com/vanilla-extract-css/vanilla-extract/pull/1180) [`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241) Thanks [@syfxlin](https://github.com/syfxlin)! - Fixes Next.js 13 CSS output on Windows when using React Server Components + +- Updated dependencies [[`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241)]: + - @vanilla-extract/webpack-plugin@2.3.1 + ## 2.3.0 ### Minor Changes diff --git a/packages/next-plugin/package.json b/packages/next-plugin/package.json index 2dabeceb6..f6d1cf95f 100644 --- a/packages/next-plugin/package.json +++ b/packages/next-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/next-plugin", - "version": "2.3.0", + "version": "2.3.1", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-next-plugin.cjs.js", "module": "dist/vanilla-extract-next-plugin.esm.js", @@ -20,7 +20,7 @@ "author": "SEEK", "license": "MIT", "dependencies": { - "@vanilla-extract/webpack-plugin": "^2.3.0" + "@vanilla-extract/webpack-plugin": "^2.3.1" }, "peerDependencies": { "next": ">=12.1.7" diff --git a/packages/webpack-plugin/CHANGELOG.md b/packages/webpack-plugin/CHANGELOG.md index 6c7467f79..3f16471fc 100644 --- a/packages/webpack-plugin/CHANGELOG.md +++ b/packages/webpack-plugin/CHANGELOG.md @@ -1,5 +1,11 @@ # @vanilla-extract/webpack-plugin +## 2.3.1 + +### Patch Changes + +- [#1180](https://github.com/vanilla-extract-css/vanilla-extract/pull/1180) [`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241) Thanks [@syfxlin](https://github.com/syfxlin)! - Fixes Next.js 13 CSS output on Windows when using React Server Components + ## 2.3.0 ### Minor Changes diff --git a/packages/webpack-plugin/package.json b/packages/webpack-plugin/package.json index 39c09ff8f..a560aac50 100644 --- a/packages/webpack-plugin/package.json +++ b/packages/webpack-plugin/package.json @@ -1,6 +1,6 @@ { "name": "@vanilla-extract/webpack-plugin", - "version": "2.3.0", + "version": "2.3.1", "description": "Zero-runtime Stylesheets-in-TypeScript", "main": "dist/vanilla-extract-webpack-plugin.cjs.js", "module": "dist/vanilla-extract-webpack-plugin.esm.js", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index fd0a3a1e9..5a00beedf 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -288,7 +288,7 @@ importers: packages/next-plugin: specifiers: - '@vanilla-extract/webpack-plugin': ^2.3.0 + '@vanilla-extract/webpack-plugin': ^2.3.1 next: 12.3.4 webpack: ^5.36.1 dependencies: diff --git a/test-helpers/CHANGELOG.md b/test-helpers/CHANGELOG.md index 08d138700..26f1473d4 100644 --- a/test-helpers/CHANGELOG.md +++ b/test-helpers/CHANGELOG.md @@ -1,5 +1,12 @@ # @vanilla-extract-private/test-helpers +## 0.0.45 + +### Patch Changes + +- Updated dependencies [[`89224fe`](https://github.com/vanilla-extract-css/vanilla-extract/commit/89224fe9d68d984f818ec3d4496952e4e919a241)]: + - @vanilla-extract/webpack-plugin@2.3.1 + ## 0.0.44 ### Patch Changes diff --git a/test-helpers/package.json b/test-helpers/package.json index 2ba19477e..5dca398e5 100644 --- a/test-helpers/package.json +++ b/test-helpers/package.json @@ -1,7 +1,7 @@ { "name": "@vanilla-extract-private/test-helpers", "private": true, - "version": "0.0.44", + "version": "0.0.45", "main": "src/index.ts", "author": "SEEK", "license": "MIT", diff --git a/tests/CHANGELOG.md b/tests/CHANGELOG.md index 2cce46f3a..aab2f2553 100644 --- a/tests/CHANGELOG.md +++ b/tests/CHANGELOG.md @@ -1,5 +1,12 @@ # @vanilla-extract-private/tests +## 0.0.47 + +### Patch Changes + +- Updated dependencies []: + - @vanilla-extract-private/test-helpers@0.0.45 + ## 0.0.46 ### Patch Changes diff --git a/tests/package.json b/tests/package.json index 0c270e6a8..76f4de003 100644 --- a/tests/package.json +++ b/tests/package.json @@ -1,7 +1,7 @@ { "name": "@vanilla-extract-private/tests", "private": true, - "version": "0.0.46", + "version": "0.0.47", "author": "SEEK", "license": "MIT", "dependencies": {