Skip to content

Commit b733023

Browse files
Version Packages (#1618)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f4bd196 commit b733023

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/weak-boats-walk.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 5.0.7
4+
5+
### Patch Changes
6+
7+
- [#1617](https://github.com/vanilla-extract-css/vanilla-extract/pull/1617) [`f4bd196`](https://github.com/vanilla-extract-css/vanilla-extract/commit/f4bd196f041eaec5fb7dcd8182cd2a4d1d3d167f) Thanks [@askoufis](https://github.com/askoufis)! - Don't watch files or invalidate VE modules during SSR
8+
9+
Fixes a bug where a dependent of a Vanilla Extract module could be evaulated multiple times during `ssrLoadModule`, potentially causing bugs with singleton variables such as React context.
10+
311
## 5.0.6
412

513
### 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": "5.0.6",
3+
"version": "5.0.7",
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)