Skip to content

Commit 84df11a

Browse files
brijeshb42Brijesh Bittu
and
Brijesh Bittu
authored
v0.0.24 (#248)
Co-authored-by: Brijesh Bittu <[email protected]>
1 parent 3cfa69c commit 84df11a

File tree

7 files changed

+70
-52
lines changed

7 files changed

+70
-52
lines changed

CHANGELOG.md

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

3+
## 0.0.24
4+
5+
<!-- generated comparing v0.0.23..master -->
6+
7+
_Sep 25, 2024_
8+
9+
A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- &#8203;<!-- 2 -->feat: adapt to pre-processed styles (#243) @romgrk
14+
15+
### Docs
16+
17+
- &#8203;<!-- 1 -->[docs] Correctly configure Vale (#244) @oliviertassinari
18+
19+
All contributors of this release in alphabetical order: @oliviertassinari, @romgrk
20+
321
## 0.0.23
422

523
<!-- generated comparing v0.0.22..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.23",
3+
"version": "0.0.24",
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.23",
3+
"version": "0.0.24",
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.23",
3+
"version": "0.0.24",
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.23",
3+
"version": "0.0.24",
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.23",
3+
"version": "0.0.24",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

pnpm-lock.yaml

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)