Skip to content

Commit 076b02d

Browse files
authored
Version Packages (#444)
1 parent 18363ee commit 076b02d

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

.changeset/violet-apples-stare.md

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

examples/next/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"@types/react": "^17",
1818
"@vanilla-extract/babel-plugin": "^1.1.2",
1919
"@vanilla-extract/css": "^1.6.3",
20-
"@vanilla-extract/next-plugin": "^1.0.0"
20+
"@vanilla-extract/next-plugin": "^1.0.1"
2121
},
2222
"browserslist": [
2323
">0.3%",

packages/next-plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# @vanilla-extract/next-plugin
2+
3+
## 1.0.1
4+
### Patch Changes
5+
6+
7+
8+
- [#443](https://github.com/seek-oss/vanilla-extract/pull/443) [`18363ee`](https://github.com/seek-oss/vanilla-extract/commit/18363ee319bf498ed97b068414f13f5383c41405) Thanks [@swudged](https://github.com/swudged)! - Support Next.js v12

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

yarn.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3925,7 +3925,7 @@ __metadata:
39253925
languageName: unknown
39263926
linkType: soft
39273927

3928-
"@vanilla-extract/next-plugin@^1.0.0, @vanilla-extract/next-plugin@workspace:packages/next-plugin":
3928+
"@vanilla-extract/next-plugin@^1.0.1, @vanilla-extract/next-plugin@workspace:packages/next-plugin":
39293929
version: 0.0.0-use.local
39303930
resolution: "@vanilla-extract/next-plugin@workspace:packages/next-plugin"
39313931
dependencies:
@@ -17441,7 +17441,7 @@ typescript@^4.1.3:
1744117441
"@types/react": ^17
1744217442
"@vanilla-extract/babel-plugin": ^1.1.2
1744317443
"@vanilla-extract/css": ^1.6.3
17444-
"@vanilla-extract/next-plugin": ^1.0.0
17444+
"@vanilla-extract/next-plugin": ^1.0.1
1744517445
next: ^12.0.0
1744617446
react: ^17.0.2
1744717447
react-dom: ^17.0.2

0 commit comments

Comments
 (0)