Skip to content

Commit

Permalink
0.0.21 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp committed Aug 29, 2024
1 parent 33de175 commit 5499c64
Show file tree
Hide file tree
Showing 7 changed files with 254 additions and 112 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# [Versions](https://mui.com/versions/)

## 0.0.21

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

_Aug 29, 2024_

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

### `@pigment-css/unplugin@0.0.21`

- Replace `endsWith` with `includes` to check adapter path (#214) @siriwatknp

### `@pigment-css/vite-plugin@0.0.21`

- Replace `endsWith` with `includes` to check adapter path (#214) @siriwatknp

### Docs

- [docs] Fix Stack Overflow issue canned response @oliviertassinari
- [docs] Fix outdated link to support page @oliviertassinari
- [docs] Keep contributing guide simple (#213) @oliviertassinari
- [docs] Fix description of eslint-plugin-material-ui @oliviertassinari
- [docs] Hide a bit the notion of MUI Core @oliviertassinari

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

## 0.0.20

<!-- generated comparing v0.0.19..master -->
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/monorepo",
"version": "0.0.20",
"version": "0.0.21",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down Expand Up @@ -119,9 +119,9 @@
"unist-util-visit": "^2.0.3",
"yargs": "^17.7.2"
},
"packageManager": "pnpm@9.4.0",
"packageManager": "pnpm@9.7.1",
"engines": {
"pnpm": "9.4.0"
"pnpm": "9.7.1"
},
"resolutions": {
"@babel/core": "^7.24.4",
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.20",
"version": "0.0.21",
"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.20",
"version": "0.0.21",
"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.20",
"version": "0.0.21",
"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.20",
"version": "0.0.21",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
Loading

0 comments on commit 5499c64

Please sign in to comment.