Skip to content

Commit 1af1306

Browse files
authored
Version Packages (#399)
1 parent 63f4ed0 commit 1af1306

File tree

3 files changed

+10
-9
lines changed

3 files changed

+10
-9
lines changed

.changeset/ninety-pears-march.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 2.1.2
4+
5+
### Patch Changes
6+
7+
- [#398](https://github.com/seek-oss/vanilla-extract/pull/398) [`63f4ed0`](https://github.com/seek-oss/vanilla-extract/commit/63f4ed0e67419df565f3f447cf27cec612afbb8d) Thanks [@benjervis](https://github.com/benjervis)! - Fixes a bug with vite where "?used" is appended to the file path of css files.
8+
9+
This could cause different class name hashes to be generated between SSR and client builds.
10+
This was introduced in vite 2.6.0.
11+
312
## 2.1.1
413

514
### Patch Changes

packages/vite-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/vite-plugin",
3-
"version": "2.1.1",
3+
"version": "2.1.2",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-vite-plugin.cjs.js",
66
"module": "dist/vanilla-extract-vite-plugin.esm.js",

0 commit comments

Comments
 (0)