Skip to content

Commit

Permalink
[pigment] Make all Pigment CSS packages public (mui#41404)
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 authored and mnajdova committed Mar 8, 2024
1 parent 2af0072 commit 9ae554f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ _Mar 5, 2024_
A big thanks to the 21 contributors who made this release possible.
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.

### `@pigment-css/react@0.0.1`, `@pigment-css/nextjs-plugin@0.0.1`, `@pigment-css/vite-plugin@0.0.1`, & `@pigment-css/unplugin@0.0.1`

- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.

### `@mui/material@5.15.12`

- &#8203;<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli
Expand Down
1 change: 0 additions & 1 deletion packages/pigment-nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@pigment-css/nextjs-plugin",
"version": "0.0.1",
"private": true,
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/pigment-react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@pigment-css/react",
"version": "0.0.1",
"private": true,
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/pigment-unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@pigment-css/unplugin",
"version": "0.0.1",
"private": true,
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
1 change: 0 additions & 1 deletion packages/pigment-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "@pigment-css/vite-plugin",
"version": "0.0.1",
"private": true,
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 9ae554f

Please sign in to comment.