Skip to content

Commit

Permalink
v0.0.24 (#248)
Browse files Browse the repository at this point in the history
Co-authored-by: Brijesh Bittu <brijesh42@gmail.com>
  • Loading branch information
brijeshb42 and Brijesh Bittu authored Sep 26, 2024
1 parent 3cfa69c commit 84df11a
Show file tree
Hide file tree
Showing 7 changed files with 70 additions and 52 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# [Versions](https://mui.com/versions/)

## 0.0.24

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

_Sep 25, 2024_

A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

### `@pigment-css/react@0.0.24`

- &#8203;<!-- 2 -->feat: adapt to pre-processed styles (#243) @romgrk

### Docs

- &#8203;<!-- 1 -->[docs] Correctly configure Vale (#244) @oliviertassinari

All contributors of this release in alphabetical order: @oliviertassinari, @romgrk

## 0.0.23

<!-- generated comparing v0.0.22..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.23",
"version": "0.0.24",
"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.23",
"version": "0.0.24",
"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.23",
"version": "0.0.24",
"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.23",
"version": "0.0.24",
"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.23",
"version": "0.0.24",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
94 changes: 47 additions & 47 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 84df11a

Please sign in to comment.