File tree Expand file tree Collapse file tree 5 files changed +12
-9
lines changed
Expand file tree Collapse file tree 5 files changed +12
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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%" ,
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments