Skip to content

Commit 5f3faae

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

10 files changed

Lines changed: 37 additions & 16 deletions

File tree

.changeset/eight-tigers-poke.md

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

.changeset/hot-geese-end.md

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

packages/compiler/CHANGELOG.md

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

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- [#1710](https://github.com/vanilla-extract-css/vanilla-extract/pull/1710) [`1677593`](https://github.com/vanilla-extract-css/vanilla-extract/commit/16775939763349513c527b2f33398a03d7d75057) Thanks [@askoufis](https://github.com/askoufis)! - Don't mark `cssesc` dependency as `external`
8+
9+
`cssesc` has been vendored into the `@vanilla-extract/css` package due to its lack of ESM support
10+
11+
### Patch Changes
12+
13+
- Updated dependencies [[`1677593`](https://github.com/vanilla-extract-css/vanilla-extract/commit/16775939763349513c527b2f33398a03d7d75057)]:
14+
- @vanilla-extract/css@1.20.1
15+
316
## 0.6.0
417

518
### Minor 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.6.0",
3+
"version": "0.7.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.20.1
4+
5+
### Patch Changes
6+
7+
- [#1710](https://github.com/vanilla-extract-css/vanilla-extract/pull/1710) [`1677593`](https://github.com/vanilla-extract-css/vanilla-extract/commit/16775939763349513c527b2f33398a03d7d75057) Thanks [@askoufis](https://github.com/askoufis)! - Replace `cssesc` dependency with vendored version
8+
39
## 1.20.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.20.0",
3+
"version": "1.20.1",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"sideEffects": true,
66
"main": "dist/vanilla-extract-css.cjs.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.3
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1677593`](https://github.com/vanilla-extract-css/vanilla-extract/commit/16775939763349513c527b2f33398a03d7d75057)]:
8+
- @vanilla-extract/compiler@0.7.0
9+
310
## 0.1.2
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.2",
3+
"version": "0.1.3",
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: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @vanilla-extract/vite-plugin
22

3+
## 5.2.2
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`1677593`](https://github.com/vanilla-extract-css/vanilla-extract/commit/16775939763349513c527b2f33398a03d7d75057)]:
8+
- @vanilla-extract/compiler@0.7.0
9+
310
## 5.2.1
411

512
### 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": "5.2.1",
3+
"version": "5.2.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",

0 commit comments

Comments
 (0)