Skip to content

Commit 5499c64

Browse files
authored
0.0.21 (#216)
1 parent 33de175 commit 5499c64

File tree

7 files changed

+254
-112
lines changed

7 files changed

+254
-112
lines changed

CHANGELOG.md

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

3+
## 0.0.21
4+
5+
<!-- generated comparing v0.0.20..master -->
6+
7+
_Aug 29, 2024_
8+
9+
A big thanks to the 2 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- Replace `endsWith` with `includes` to check adapter path (#214) @siriwatknp
14+
15+
### `@pigment-css/[email protected]`
16+
17+
- Replace `endsWith` with `includes` to check adapter path (#214) @siriwatknp
18+
19+
### Docs
20+
21+
- [docs] Fix Stack Overflow issue canned response @oliviertassinari
22+
- [docs] Fix outdated link to support page @oliviertassinari
23+
- [docs] Keep contributing guide simple (#213) @oliviertassinari
24+
- [docs] Fix description of eslint-plugin-material-ui @oliviertassinari
25+
- [docs] Hide a bit the notion of MUI Core @oliviertassinari
26+
27+
All contributors of this release in alphabetical order: @oliviertassinari, @siriwatknp
28+
329
## 0.0.20
430

531
<!-- generated comparing v0.0.19..master -->

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pigment-css/monorepo",
3-
"version": "0.0.20",
3+
"version": "0.0.21",
44
"private": true,
55
"scripts": {
66
"preinstall": "npx only-allow pnpm",
@@ -119,9 +119,9 @@
119119
"unist-util-visit": "^2.0.3",
120120
"yargs": "^17.7.2"
121121
},
122-
"packageManager": "pnpm@9.4.0",
122+
"packageManager": "pnpm@9.7.1",
123123
"engines": {
124-
"pnpm": "9.4.0"
124+
"pnpm": "9.7.1"
125125
},
126126
"resolutions": {
127127
"@babel/core": "^7.24.4",

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.20",
3+
"version": "0.0.21",
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.20",
3+
"version": "0.0.21",
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.20",
3+
"version": "0.0.21",
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.20",
3+
"version": "0.0.21",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)