File tree 6 files changed +24
-5
lines changed
pigment-css-nextjs-plugin
6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 1
1
# [ Versions] ( https://mui.com/versions/ )
2
2
3
+ ## v0.0.9
4
+
5
+ <!-- generated comparing v0.0.8..master -->
6
+
7
+ _ Apr 22, 2024_
8
+
9
+ A big thanks to the 2 contributors who made this release possible.
10
+
11
+ ### ` @pigment-css/[email protected] `
12
+
13
+ - [ fix] Use wildcard for exports instead of individual paths (#28 ) @brijeshb42
14
+ - [ fix] Add ` private-runtime ` directory in the package.json (#33 ) @mnajdova
15
+
16
+ ### Core
17
+
18
+ - Enable release: changelog in CI (#30 ) @mnajdova
19
+
20
+ All contributors of this release in alphabetical order: @brijeshb42 , @mnajdova
21
+
3
22
## v0.0.8
4
23
5
24
_ Apr 19, 2024_
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pigment-css/monorepo" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
4
4
"private" : true ,
5
5
"scripts" : {
6
6
"preinstall" : " npx only-allow pnpm" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @pigment-css/nextjs-plugin" ,
3
- "version" : " 0.0.8 " ,
3
+ "version" : " 0.0.9 " ,
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.8 " ,
3
+ "version" : " 0.0.9 " ,
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.8 " ,
3
+ "version" : " 0.0.9 " ,
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.8 " ,
3
+ "version" : " 0.0.9 " ,
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