Skip to content

Commit 837774c

Browse files
Version Packages (#1274)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0081273 commit 837774c

File tree

24 files changed

+120
-52
lines changed

24 files changed

+120
-52
lines changed

.changeset/brown-timers-hang.md

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

.changeset/spotty-suits-hide.md

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

.changeset/tricky-games-lick.md

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

packages/babel-plugin-debug-ids/CHANGELOG.md

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

3+
## 1.0.4
4+
5+
### Patch Changes
6+
7+
- [#1262](https://github.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@mrm007](https://github.com/mrm007)! - Update Babel config to target Node.js 14
8+
39
## 1.0.3
410

511
### Patch Changes

packages/babel-plugin-debug-ids/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/babel-plugin-debug-ids",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-babel-plugin-debug-ids.cjs.js",
66
"module": "dist/vanilla-extract-babel-plugin-debug-ids.esm.js",

packages/esbuild-plugin-next/CHANGELOG.md

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

3+
## 0.0.2
4+
5+
### Patch Changes
6+
7+
- [#1262](https://github.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@mrm007](https://github.com/mrm007)! - Update Babel config to target Node.js 14
8+
9+
- Updated dependencies [[`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e), [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e)]:
10+
- @vanilla-extract/integration@6.2.5
11+
312
## 0.0.1
413

514
### Patch Changes

packages/esbuild-plugin-next/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"private": true,
33
"name": "@vanilla-extract/esbuild-plugin-next",
4-
"version": "0.0.1",
4+
"version": "0.0.2",
55
"description": "Zero-runtime Stylesheets-in-TypeScript",
66
"main": "dist/vanilla-extract-esbuild-plugin-next.cjs.js",
77
"module": "dist/vanilla-extract-esbuild-plugin-next.esm.js",
@@ -16,7 +16,7 @@
1616
"author": "SEEK",
1717
"license": "MIT",
1818
"dependencies": {
19-
"@vanilla-extract/integration": "^6.0.2"
19+
"@vanilla-extract/integration": "^6.2.5"
2020
},
2121
"peerDependencies": {
2222
"esbuild": ">=0.17.6"

packages/esbuild-plugin/CHANGELOG.md

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

3+
## 2.3.2
4+
5+
### Patch Changes
6+
7+
- [#1262](https://github.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@mrm007](https://github.com/mrm007)! - Update Babel config to target Node.js 14
8+
9+
- Updated dependencies [[`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e), [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e)]:
10+
- @vanilla-extract/integration@6.2.5
11+
312
## 2.3.1
413

514
### Patch Changes

packages/esbuild-plugin/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/esbuild-plugin",
3-
"version": "2.3.1",
3+
"version": "2.3.2",
44
"description": "Zero-runtime Stylesheets-in-TypeScript",
55
"main": "dist/vanilla-extract-esbuild-plugin.cjs.js",
66
"module": "dist/vanilla-extract-esbuild-plugin.esm.js",
@@ -15,7 +15,7 @@
1515
"author": "SEEK",
1616
"license": "MIT",
1717
"dependencies": {
18-
"@vanilla-extract/integration": "^6.2.0"
18+
"@vanilla-extract/integration": "^6.2.5"
1919
},
2020
"peerDependencies": {
2121
"esbuild": ">=0.17.6"

packages/integration/CHANGELOG.md

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

3+
## 6.2.5
4+
5+
### Patch Changes
6+
7+
- [#1262](https://github.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@mrm007](https://github.com/mrm007)! - Update Babel config to target Node.js 14
8+
9+
- [#1262](https://github.com/vanilla-extract-css/vanilla-extract/pull/1262) [`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e) Thanks [@mrm007](https://github.com/mrm007)! - Upgrade Vite and vite-node
10+
11+
- Updated dependencies [[`610c50b`](https://github.com/vanilla-extract-css/vanilla-extract/commit/610c50b0012ece0d06530faab3f5e442a55fc39e)]:
12+
- @vanilla-extract/babel-plugin-debug-ids@1.0.4
13+
314
## 6.2.4
415

516
### Patch Changes

0 commit comments

Comments
 (0)