Skip to content

Commit

Permalink
[pigment] Make all Pigment CSS packages public
Browse files Browse the repository at this point in the history
  • Loading branch information
brijeshb42 committed Mar 8, 2024
1 parent f1eacff commit b21a5b9
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# [Versions](https://mui.com/versions/)

## Pigment CSS

_Mar 8, 2024_

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

## v5.15.12

<!-- generated comparing v5.15.11..master -->
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 b21a5b9

Please sign in to comment.