Skip to content

Commit d2d1ddd

Browse files
Version Packages (#1286)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 1566f92 commit d2d1ddd

File tree

8 files changed

+25
-20
lines changed

8 files changed

+25
-20
lines changed

.changeset/beige-bobcats-jump.md

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

.changeset/fifty-ladybugs-refuse.md

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

.changeset/giant-insects-move.md

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

packages/integration/CHANGELOG.md

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

3+
## 6.3.0
4+
5+
### Minor Changes
6+
7+
- [#1273](https://github.com/vanilla-extract-css/vanilla-extract/pull/1273) [`959c646`](https://github.com/vanilla-extract-css/vanilla-extract/commit/959c646ad6154ef0f8e357660319c7049e8b0459) Thanks [@lars-berger](https://github.com/lars-berger)! - Allow `conditions` option to be passed through to esbuild
8+
9+
### Patch Changes
10+
11+
- [#1252](https://github.com/vanilla-extract-css/vanilla-extract/pull/1252) [`5bc98a4`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5bc98a4af30a339336ab4ef7c387d3e809586a83) Thanks [@Ethan-PageUp](https://github.com/Ethan-PageUp)! - Unpin esbuild and broaden the version range
12+
13+
- [#1243](https://github.com/vanilla-extract-css/vanilla-extract/pull/1243) [`1566f92`](https://github.com/vanilla-extract-css/vanilla-extract/commit/1566f9238078a3cfefec9ae5023b56aba02875d4) Thanks [@askoufis](https://github.com/askoufis)! - Experimental `vite-node` compiler: Skip transforming CSS for files that won't generate any CSS
14+
315
## 6.2.5
416

517
### Patch Changes

packages/integration/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/integration",
3-
"version": "6.2.5",
3+
"version": "6.3.0",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-integration.cjs.js",
66
"files": [

packages/jest-transform/CHANGELOG.md

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

3+
## 1.1.3
4+
5+
### Patch Changes
6+
7+
- [#1252](https://github.com/vanilla-extract-css/vanilla-extract/pull/1252) [`5bc98a4`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5bc98a4af30a339336ab4ef7c387d3e809586a83) Thanks [@Ethan-PageUp](https://github.com/Ethan-PageUp)! - Unpin esbuild and broaden the version range
8+
9+
- Updated dependencies [[`959c646`](https://github.com/vanilla-extract-css/vanilla-extract/commit/959c646ad6154ef0f8e357660319c7049e8b0459), [`5bc98a4`](https://github.com/vanilla-extract-css/vanilla-extract/commit/5bc98a4af30a339336ab4ef7c387d3e809586a83), [`1566f92`](https://github.com/vanilla-extract-css/vanilla-extract/commit/1566f9238078a3cfefec9ae5023b56aba02875d4)]:
10+
- @vanilla-extract/integration@6.3.0
11+
312
## 1.1.2
413

514
### Patch Changes

packages/jest-transform/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vanilla-extract/jest-transform",
3-
"version": "1.1.2",
3+
"version": "1.1.3",
44
"description": "Jest transformer for vanilla-extract",
55
"main": "dist/vanilla-extract-jest-transform.cjs.js",
66
"module": "dist/vanilla-extract-jest-transform.esm.js",
@@ -20,7 +20,7 @@
2020
"author": "SEEK",
2121
"license": "MIT",
2222
"dependencies": {
23-
"@vanilla-extract/integration": "^6.2.5",
23+
"@vanilla-extract/integration": "^6.3.0",
2424
"esbuild": "npm:esbuild@~0.17.6 || ~0.18.0 || ~0.19.0"
2525
},
2626
"devDependencies": {

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)