Skip to content

Commit 72a14f8

Browse files
authored
v0.0.10 (#42)
1 parent 791d96e commit 72a14f8

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# [Versions](https://mui.com/versions/)
22

3+
## v0.0.10
4+
5+
<!-- generated comparing v0.0.9..master -->
6+
7+
_May 1, 2024_
8+
9+
A big thanks to the 2 contributors who made this release possible.
10+
11+
- [react] Fix styled inheritance (#40) @siriwatknp
12+
- [react] Fix prop forwarding when `as` component is provided to HTML styled component (#43) @siriwatknp
13+
- [nextjs] Transform `!important` CSS to an intermediate representation (#38) @brijeshb42
14+
15+
All contributors of this release in alphabetical order: @brijeshb42, @siriwatknp
16+
317
## v0.0.9
418

519
<!-- generated comparing v0.0.8..master -->

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

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

packages/pigment-css-react/package.json

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

packages/pigment-css-unplugin/package.json

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

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

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

0 commit comments

Comments
 (0)