From 9ae554f7fb28836cdd462c84d4536146bffd3576 Mon Sep 17 00:00:00 2001 From: Brijesh Bittu Date: Fri, 8 Mar 2024 09:39:00 +0530 Subject: [PATCH] [pigment] Make all Pigment CSS packages public (#41404) --- CHANGELOG.md | 4 ++++ packages/pigment-nextjs-plugin/package.json | 1 - packages/pigment-react/package.json | 1 - packages/pigment-unplugin/package.json | 1 - packages/pigment-vite-plugin/package.json | 1 - 5 files changed, 4 insertions(+), 4 deletions(-) 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",