Skip to content

Commit ea55b4f

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

File tree

7 files changed

+23
-8
lines changed

7 files changed

+23
-8
lines changed

.changeset/odd-crews-itch.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+
## 4.0.9
4+
5+
### Patch Changes
6+
7+
- [#1399](https://github.com/vanilla-extract-css/vanilla-extract/pull/1399) [`ce738ba9e9a6b5c72cc7868bed724c816ca3cc4e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/ce738ba9e9a6b5c72cc7868bed724c816ca3cc4e) Thanks [@askoufis](https://github.com/askoufis)! - Ensure the compiler instance is re-used between builds
8+
39
## 4.0.8
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": "4.0.8",
3+
"version": "4.0.9",
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.48
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`ce738ba9e9a6b5c72cc7868bed724c816ca3cc4e`](https://github.com/vanilla-extract-css/vanilla-extract/commit/ce738ba9e9a6b5c72cc7868bed724c816ca3cc4e)]:
8+
- @vanilla-extract/vite-plugin@4.0.9
9+
310
## 0.0.47
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.47",
4+
"version": "0.0.48",
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.50
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @vanilla-extract-private/test-helpers@0.0.48
9+
310
## 0.0.49
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.49",
4+
"version": "0.0.50",
55
"author": "SEEK",
66
"license": "MIT",
77
"dependencies": {

0 commit comments

Comments
 (0)