File tree 5 files changed +18
-4
lines changed
pigment-css-nextjs-plugin
5 files changed +18
-4
lines changed Original file line number Diff line number Diff line change 1
1
# [ Versions] ( https://mui.com/versions/ )
2
2
3
+ ## v0.0.10
4
+
5
+ <!-- generated comparing v0.0.9..master -->
6
+
7
+ _ May 1, 2024_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ - [ react] Fix styled inheritance (#40 ) @siriwatknp
12
+ - [ react] Fix prop forwarding when ` as ` component is provided to HTML styled component (#43 ) @siriwatknp
13
+ - [ nextjs] Transform ` !important ` CSS to an intermediate representation (#38 ) @brijeshb42
14
+
15
+ All contributors of this release in alphabetical order: @brijeshb42 , @siriwatknp
16
+
3
17
## v0.0.9
4
18
5
19
<!-- generated comparing v0.0.8..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pigment-css/nextjs-plugin" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"main" : " build/index.js" ,
5
5
"module" : " build/index.mjs" ,
6
6
"types" : " build/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pigment-css/react" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"main" : " build/index.js" ,
5
5
"module" : " build/index.mjs" ,
6
6
"types" : " build/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pigment-css/unplugin" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"main" : " build/index.js" ,
5
5
"module" : " build/index.mjs" ,
6
6
"types" : " build/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pigment-css/vite-plugin" ,
3
- "version" : " 0.0.9 " ,
3
+ "version" : " 0.0.10 " ,
4
4
"main" : " build/index.js" ,
5
5
"module" : " build/index.mjs" ,
6
6
"types" : " build/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments