Skip to content

Commit 0006a36

Browse files
committed
[pigment] Make all Pigment CSS packages public
1 parent f1eacff commit 0006a36

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ _Mar 5, 2024_
99
A big thanks to the 21 contributors who made this release possible.
1010
This release was mostly about 🐛 bug fixes and 📚 documentation improvements.
1111

12+
### `@pigment-css/[email protected]`, `@pigment-css/[email protected]`, `@pigment-css/[email protected]`, & `@pigment-css/[email protected]`
13+
14+
- This is the first public release of our new zero-runtime CSS-in-JS library, Pigment CSS.
15+
1216
1317

1418
- &#8203;<!-- 52 -->Support props callback type in theme variants (#40946) @ZeeshanTamboli

packages/pigment-nextjs-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@pigment-css/nextjs-plugin",
33
"version": "0.0.1",
4-
"private": true,
54
"main": "build/index.js",
65
"module": "build/index.mjs",
76
"types": "build/index.d.ts",

packages/pigment-react/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@pigment-css/react",
33
"version": "0.0.1",
4-
"private": true,
54
"main": "build/index.js",
65
"module": "build/index.mjs",
76
"types": "build/index.d.ts",

packages/pigment-unplugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@pigment-css/unplugin",
33
"version": "0.0.1",
4-
"private": true,
54
"main": "build/index.js",
65
"module": "build/index.mjs",
76
"types": "build/index.d.ts",

packages/pigment-vite-plugin/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"name": "@pigment-css/vite-plugin",
33
"version": "0.0.1",
4-
"private": true,
54
"main": "build/index.js",
65
"module": "build/index.mjs",
76
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)