Skip to content

Commit

Permalink
v0.0.10 (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored May 1, 2024
1 parent 791d96e commit 72a14f8
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# [Versions](https://mui.com/versions/)

## v0.0.10

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

_May 1, 2024_

A big thanks to the 2 contributors who made this release possible.

- [react] Fix styled inheritance (#40) @siriwatknp
- [react] Fix prop forwarding when `as` component is provided to HTML styled component (#43) @siriwatknp
- [nextjs] Transform `!important` CSS to an intermediate representation (#38) @brijeshb42

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

## v0.0.9

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

0 comments on commit 72a14f8

Please sign in to comment.