Skip to content

Commit

Permalink
v0.0.11 (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed May 8, 2024
1 parent f8bcca7 commit 4f2db4d
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 5 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# [Versions](https://mui.com/versions/)

## v0.0.11

_May 8, 2024_

A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

-`sx` prop is now working on any components (#37) @siriwatknp

### `@pigment-css/react@0.0.11`

- Support array for `sx` prop (#52) @siriwatknp
- Replace `sx` callback object param with `theme` (#51) @siriwatknp
- Enable `sx` prop on any components (#37) @siriwatknp
- Replace lowercase with lowerFirst (#54) @siriwatknp
- Reorder the css generation order for styled calls (#56) @brijeshb42

### Core

- Set root version to 0.0.10 (#44) @siriwatknp

All contributors of this release in alphabetical order: @@brijeshb42, @siriwatknp

## v0.0.10

<!-- generated comparing v0.0.9..master -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/monorepo",
"version": "0.0.10",
"version": "0.0.11",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-nextjs-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/nextjs-plugin",
"version": "0.0.10",
"version": "0.0.11",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/react",
"version": "0.0.10",
"version": "0.0.11",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-unplugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/unplugin",
"version": "0.0.10",
"version": "0.0.11",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/pigment-css-vite-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/vite-plugin",
"version": "0.0.10",
"version": "0.0.11",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 4f2db4d

Please sign in to comment.