Skip to content

Commit ba21414

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

8 files changed

Lines changed: 25 additions & 13 deletions

File tree

.changeset/new-radios-swim.md

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

.changeset/weak-apricots-know.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.6.0
4+
5+
### Minor Changes
6+
7+
- [#1701](https://github.com/vanilla-extract-css/vanilla-extract/pull/1701) [`b066d1c`](https://github.com/vanilla-extract-css/vanilla-extract/commit/b066d1c253ee09f2967bfddd7b6762f5dfa2d7d7) Thanks [@askoufis](https://github.com/askoufis)! - Expose `compiler.findImporterTree` API
8+
39
## 0.5.1
410

511
### Patch Changes

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

packages/turbopack-plugin/CHANGELOG.md

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

3+
## 0.1.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`b066d1c`](https://github.com/vanilla-extract-css/vanilla-extract/commit/b066d1c253ee09f2967bfddd7b6762f5dfa2d7d7)]:
8+
- @vanilla-extract/compiler@0.6.0
9+
310
## 0.1.1
411

512
### Patch Changes

packages/turbopack-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/turbopack-plugin",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Turbopack loader for vanilla-extract",
55
"main": "dist/vanilla-extract-turbopack-plugin.cjs.js",
66
"module": "dist/vanilla-extract-turbopack-plugin.esm.js",

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+
## 5.2.1
4+
5+
### Patch Changes
6+
7+
- [#1701](https://github.com/vanilla-extract-css/vanilla-extract/pull/1701) [`b066d1c`](https://github.com/vanilla-extract-css/vanilla-extract/commit/b066d1c253ee09f2967bfddd7b6762f5dfa2d7d7) Thanks [@askoufis](https://github.com/askoufis)! - Reduce unnecessary HMR invalidations and fix broken HMR in Astro, Nuxt and Qwik
8+
9+
- Updated dependencies [[`b066d1c`](https://github.com/vanilla-extract-css/vanilla-extract/commit/b066d1c253ee09f2967bfddd7b6762f5dfa2d7d7)]:
10+
- @vanilla-extract/compiler@0.6.0
11+
312
## 5.2.0
413

514
### Minor 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.2.0",
3+
"version": "5.2.1",
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)