diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e274d1eed3c52..c392f200b594fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` - ​Support props callback type in theme variants (#40946) @ZeeshanTamboli diff --git a/packages/pigment-nextjs-plugin/package.json b/packages/pigment-nextjs-plugin/package.json index f08bc5574be851..bf6f89b61f5204 100644 --- a/packages/pigment-nextjs-plugin/package.json +++ b/packages/pigment-nextjs-plugin/package.json @@ -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", diff --git a/packages/pigment-react/package.json b/packages/pigment-react/package.json index 0faf9bfb2f31ca..21780ca073c0f6 100644 --- a/packages/pigment-react/package.json +++ b/packages/pigment-react/package.json @@ -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", diff --git a/packages/pigment-unplugin/package.json b/packages/pigment-unplugin/package.json index 59b389b7c9d163..b42ca85edcb7e1 100644 --- a/packages/pigment-unplugin/package.json +++ b/packages/pigment-unplugin/package.json @@ -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", diff --git a/packages/pigment-vite-plugin/package.json b/packages/pigment-vite-plugin/package.json index c86edd75123147..d91e7618636110 100644 --- a/packages/pigment-vite-plugin/package.json +++ b/packages/pigment-vite-plugin/package.json @@ -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",