Skip to content

Commit 35af8d1

Browse files
Version Packages (#244)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 93b40df commit 35af8d1

File tree

5 files changed

+10
-9
lines changed

5 files changed

+10
-9
lines changed

.changeset/orange-turtles-leave.md

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

examples/webpack-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"@babel/preset-env": "^7.13.15",
2323
"@babel/preset-react": "^7.13.13",
2424
"@babel/preset-typescript": "^7.13.0",
25-
"@vanilla-extract/babel-plugin": "^1.0.0",
25+
"@vanilla-extract/babel-plugin": "^1.0.1",
2626
"@vanilla-extract/css": "1.1.2",
2727
"@vanilla-extract/sprinkles": "^0.4.3",
2828
"@vanilla-extract/webpack-plugin": "^1.0.3",

packages/babel-plugin/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
22

3+
## 1.0.1
4+
5+
### Patch Changes
6+
7+
- [#243](https://github.com/seek-oss/vanilla-extract/pull/243) [`93b40df`](https://github.com/seek-oss/vanilla-extract/commit/93b40df5d5c738e2ad3051857cfb6b452d0ac274) Thanks [@mattcompiles](https://github.com/mattcompiles)! - Correctly insert debugId within nested call expressions and sequence expressions
8+
39
## 1.0.0
410

511
### Major Changes

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3166,7 +3166,7 @@ __metadata:
31663166
languageName: node
31673167
linkType: hard
31683168

3169-
"@vanilla-extract/babel-plugin@^1.0.0, @vanilla-extract/babel-plugin@workspace:packages/babel-plugin":
3169+
"@vanilla-extract/babel-plugin@^1.0.1, @vanilla-extract/babel-plugin@workspace:packages/babel-plugin":
31703170
version: 0.0.0-use.local
31713171
resolution: "@vanilla-extract/babel-plugin@workspace:packages/babel-plugin"
31723172
dependencies:
@@ -14990,7 +14990,7 @@ typescript@^4.1.3:
1499014990
"@types/react": ^17
1499114991
"@types/react-dom": ^17
1499214992
"@types/tailwindcss": ^2
14993-
"@vanilla-extract/babel-plugin": ^1.0.0
14993+
"@vanilla-extract/babel-plugin": ^1.0.1
1499414994
"@vanilla-extract/css": 1.1.2
1499514995
"@vanilla-extract/sprinkles": ^0.4.3
1499614996
"@vanilla-extract/webpack-plugin": ^1.0.3

0 commit comments

Comments
 (0)