Skip to content

Commit 50064fe

Browse files
Version Packages (#1095)
1 parent 8bed6f5 commit 50064fe

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/pink-students-grab.md

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

packages/vite-plugin/CHANGELOG.md

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

3+
## 3.8.2
4+
5+
### Patch Changes
6+
7+
- [#1093](https://github.com/vanilla-extract-css/vanilla-extract/pull/1093) [`8bed6f5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/8bed6f5ef36287006db458093e67bef5231e206c) Thanks [@kosmotema](https://github.com/kosmotema)! - Fix HMR in Windows by normalizing paths from `watchFiles`
8+
39
## 3.8.1
410

511
### 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": "3.8.1",
3+
"version": "3.8.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",

test-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vanilla-extract-private/test-helpers
22

3+
## 0.0.40
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`8bed6f5`](https://github.com/vanilla-extract-css/vanilla-extract/commit/8bed6f5ef36287006db458093e67bef5231e206c)]:
8+
- @vanilla-extract/vite-plugin@3.8.2
9+
310
## 0.0.39
411

512
### Patch Changes

test-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vanilla-extract-private/test-helpers",
33
"private": true,
4-
"version": "0.0.39",
4+
"version": "0.0.40",
55
"main": "src/index.ts",
66
"author": "SEEK",
77
"license": "MIT",

tests/CHANGELOG.md

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

3+
## 0.0.41
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract-private/test-helpers@0.0.40
9+
310
## 0.0.40
411

512
### Patch Changes

tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@vanilla-extract-private/tests",
33
"private": true,
4-
"version": "0.0.40",
4+
"version": "0.0.41",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)