File tree Expand file tree Collapse file tree 5 files changed +23
-9
lines changed
Expand file tree Collapse file tree 5 files changed +23
-9
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# next-yak
22
3+ ## 4.0.3
4+
5+ ### Patch Changes
6+
7+ - 154da2f: fix css prop class name access in nested jsx
8+ - Updated dependencies [ 154da2f]
9+ - yak-swc@4.0.3
10+
311## 4.0.2
412
513### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " next-yak" ,
3- "version" : " 4.0.2 " ,
3+ "version" : " 4.0.3 " ,
44 "type" : " module" ,
55 "types" : " ./dist/" ,
66 "license" : " MIT" ,
7777 "dependencies" : {
7878 "@babel/core" : " 7.23.2" ,
7979 "@babel/plugin-syntax-typescript" : " 7.22.5" ,
80- "yak-swc" : " 4.0.2 "
80+ "yak-swc" : " 4.0.3 "
8181 },
8282 "devDependencies" : {
8383 "@types/babel__core" : " ^7.1.14" ,
105105 " withYak" ,
106106 " LICENSE"
107107 ],
108+ "publishConfig" : {
109+ "access" : " public"
110+ },
108111 "maintainers" : [
109112 {
110113 "name" : " Luca Schneider"
Original file line number Diff line number Diff line change 11# yak-swc
22
3+ ## 4.0.3
4+
5+ ### Patch Changes
6+
7+ - 154da2f: fix css prop class name access in nested jsx
8+
39## 4.0.2
410
511### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " yak-swc" ,
3- "version" : " 4.0.2 " ,
3+ "version" : " 4.0.3 " ,
44 "description" : " next-yak rust based swc plugin to compile styled components at build time" ,
55 "homepage" : " https://yak.js.org/" ,
66 "repository" : {
3131 "dependencies" : {
3232 "@swc/counter" : " 0.1.3"
3333 },
34+ "publishConfig" : {
35+ "access" : " public"
36+ },
3437 "maintainers" : [
3538 {
3639 "name" : " Luca Schneider"
You can’t perform that action at this time.
0 commit comments