Skip to content

Commit

Permalink
V0.0.23 (#241)
Browse files Browse the repository at this point in the history
Co-authored-by: Brijesh Bittu <[email protected]>
  • Loading branch information
brijeshb42 and Brijesh Bittu committed Sep 17, 2024
1 parent e45688d commit d8518a0
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 5 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# [Versions](https://mui.com/versions/)

## 0.0.23

<!-- generated comparing v0.0.22..master -->

_Sep 17, 2024_

A big thanks to the 5 contributors who made this release possible. This PR mainly fixes bugs with Material UI integration.

### `@pigment-css/[email protected]`

- &#8203;<!-- 10 -->Support null as a value for CSS object (#229) @siriwatknp
- &#8203;<!-- 01 -->[styled] Fix css extraction for transformed styled tagged-template call (#234) @brijeshb42
- &#8203;<!-- 07 -->[Grid] ignore RSC error (#233) @siriwatknp

### `@pigment-css/[email protected]`

- &#8203;<!-- 04 -->[nextjs] Wrap all generated CSS with a cascade layer (WIP) (#226) @Janpot
- &#8203;<!-- 03 -->[nextjs] Fix react import check bug introduced in #228 (#236) @brijeshb42
- &#8203;<!-- 02 -->[nextjs] Move the import startsWith next check at end (#228) @brijeshb42

### Core

- &#8203;<!-- 09 -->[core] Fix 301 link to Next.js and git diff @oliviertassinari
- &#8203;<!-- 08 -->[core] Fix package.json repository rule @oliviertassinari
- &#8203;<!-- 07 -->[core] Remove legacy yarn file @oliviertassinari
- &#8203;<!-- 06 -->[infra] Adds reusable workflow for close issue message (#231) @michelengelen
- &#8203;<!-- 05 -->[infra] Adds reusable workflow for new issue cleanup (#230) @michelengelen

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

## 0.0.22

<!-- generated comparing v0.0.21..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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"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.22",
"version": "0.0.23",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit d8518a0

Please sign in to comment.