Skip to content

Commit d8518a0

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
V0.0.23 (#241)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent e45688d commit d8518a0

File tree

6 files changed

+35
-5
lines changed

6 files changed

+35
-5
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## 0.0.23
4+
5+
<!-- generated comparing v0.0.22..master -->
6+
7+
_Sep 17, 2024_
8+
9+
A big thanks to the 5 contributors who made this release possible. This PR mainly fixes bugs with Material UI integration.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- &#8203;<!-- 10 -->Support null as a value for CSS object (#229) @siriwatknp
14+
- &#8203;<!-- 01 -->[styled] Fix css extraction for transformed styled tagged-template call (#234) @brijeshb42
15+
- &#8203;<!-- 07 -->[Grid] ignore RSC error (#233) @siriwatknp
16+
17+
### `@pigment-css/[email protected]`
18+
19+
- &#8203;<!-- 04 -->[nextjs] Wrap all generated CSS with a cascade layer (WIP) (#226) @Janpot
20+
- &#8203;<!-- 03 -->[nextjs] Fix react import check bug introduced in #228 (#236) @brijeshb42
21+
- &#8203;<!-- 02 -->[nextjs] Move the import startsWith next check at end (#228) @brijeshb42
22+
23+
### Core
24+
25+
- &#8203;<!-- 09 -->[core] Fix 301 link to Next.js and git diff @oliviertassinari
26+
- &#8203;<!-- 08 -->[core] Fix package.json repository rule @oliviertassinari
27+
- &#8203;<!-- 07 -->[core] Remove legacy yarn file @oliviertassinari
28+
- &#8203;<!-- 06 -->[infra] Adds reusable workflow for close issue message (#231) @michelengelen
29+
- &#8203;<!-- 05 -->[infra] Adds reusable workflow for new issue cleanup (#230) @michelengelen
30+
31+
All contributors of this release in alphabetical order: @brijeshb42, @Janpot, @michelengelen, @oliviertassinari, @siriwatknp
32+
333
## 0.0.22
434

535
<!-- generated comparing v0.0.21..master -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/monorepo",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",

packages/pigment-css-nextjs-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/nextjs-plugin",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

packages/pigment-css-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/react",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

packages/pigment-css-unplugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/unplugin",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

packages/pigment-css-vite-plugin/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/vite-plugin",
3-
"version": "0.0.22",
3+
"version": "0.0.23",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)