Skip to content

Commit

Permalink
[core] Set root version to 0.0.10 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored May 2, 2024
1 parent 72a14f8 commit a75333c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
11 changes: 8 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,14 @@ _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
### `@pigment-css/[email protected]`

- Fix styled inheritance (#40) @siriwatknp
- Fix prop forwarding when `as` component is provided to HTML styled component (#43) @siriwatknp

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

- Transform `!important` CSS to an intermediate representation (#38) @brijeshb42

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

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.9",
"version": "0.0.10",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down

0 comments on commit a75333c

Please sign in to comment.