Skip to content

Commit b227ebb

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

File tree

28 files changed

+111
-44
lines changed

28 files changed

+111
-44
lines changed

.changeset/four-tigers-roll.md

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

.changeset/fresh-wombats-stick.md

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

.changeset/green-years-yawn.md

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

.changeset/heavy-boxes-protect.md

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

.changeset/proud-geckos-agree.md

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

.changeset/tough-mails-jog.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.4.0
4+
5+
### Minor Changes
6+
7+
- [#1639](https://github.com/vanilla-extract-css/vanilla-extract/pull/1639) [`c0e2812`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c0e2812f532f934d52c4728a0a167327420ff6f1) Thanks [@RJWadley](https://github.com/RJWadley)! - Add `unstable_splitCssPerRule` option to generate one CSS import per rule instead of one per file
8+
9+
- [#1639](https://github.com/vanilla-extract-css/vanilla-extract/pull/1639) [`c0e2812`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c0e2812f532f934d52c4728a0a167327420ff6f1) Thanks [@RJWadley](https://github.com/RJWadley)! - Add `unstable_invalidateAllModules` API to manually clear module cache
10+
11+
- [#1639](https://github.com/vanilla-extract-css/vanilla-extract/pull/1639) [`c0e2812`](https://github.com/vanilla-extract-css/vanilla-extract/commit/c0e2812f532f934d52c4728a0a167327420ff6f1) Thanks [@RJWadley](https://github.com/RJWadley)! - `createCompiler`: The `cssImportSpecifier` option now receives the CSS content in addition to the module id
12+
13+
### Patch Changes
14+
15+
- Updated dependencies [[`1a63a60`](https://github.com/vanilla-extract-css/vanilla-extract/commit/1a63a600b7a707f9317ce5f6607998eba4eb9c99)]:
16+
- @vanilla-extract/css@1.19.0
17+
- @vanilla-extract/integration@8.0.8
18+
319
## 0.3.4
420

521
### 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.3.4",
3+
"version": "0.4.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/css/CHANGELOG.md

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

3+
## 1.19.0
4+
5+
### Minor Changes
6+
7+
- [#1686](https://github.com/vanilla-extract-css/vanilla-extract/pull/1686) [`1a63a60`](https://github.com/vanilla-extract-css/vanilla-extract/commit/1a63a600b7a707f9317ce5f6607998eba4eb9c99) Thanks [@askoufis](https://github.com/askoufis)! - Add `./vanilla.virtual.css?*` entrypoint for Turbopack integration
8+
39
## 1.18.0
410

511
### Minor Changes

packages/css/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/css",
3-
"version": "1.18.0",
3+
"version": "1.19.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.js",

0 commit comments

Comments
 (0)