Skip to content

Commit f6bd973

Browse files
Version Packages (#853)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent dfc6405 commit f6bd973

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/spicy-planes-approve.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/next-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @vanilla-extract/next-plugin
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- [#852](https://github.com/vanilla-extract-css/vanilla-extract/pull/852) [`dfc6405`](https://github.com/vanilla-extract-css/vanilla-extract/commit/dfc640593b5c627364c5423c3110b048f51844e4) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix `Cannot find module *.css.ts.vanilla.css` issue
8+
9+
Previously, CSS was being output on both the client and server builds. This fix ensure CSS is only output on the client build.
10+
311
## 2.1.0
412

513
### Minor Changes

packages/next-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/next-plugin",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-next-plugin.cjs.js",
66
"module": "dist/vanilla-extract-next-plugin.esm.js",

0 commit comments

Comments
 (0)