Skip to content

Commit 8496724

Browse files
Version Packages (#424)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 4e5ba05 commit 8496724

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

.changeset/curvy-otters-develop.md

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

.changeset/ten-forks-explain.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 3.0.0
4+
5+
### Major Changes
6+
7+
- [#422](https://github.com/seek-oss/vanilla-extract/pull/422) [`4e5ba05`](https://github.com/seek-oss/vanilla-extract/commit/4e5ba05549bc0baae8d82b9e9da9e69f032a1191) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Remove the `devStyleRuntime` option
8+
9+
### Patch Changes
10+
11+
- [#422](https://github.com/seek-oss/vanilla-extract/pull/422) [`4e5ba05`](https://github.com/seek-oss/vanilla-extract/commit/4e5ba05549bc0baae8d82b9e9da9e69f032a1191) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Fix HMR for pre-existing CSS
12+
13+
Previously, styles would not hot reload correctly when returning to a previously cached version
14+
315
## 2.1.3
416

517
### 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.3",
3+
"version": "3.0.0",
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)