From 6b59f7a0012d7d1862045b9a77de37e3dc0350e0 Mon Sep 17 00:00:00 2001 From: siriwatknp Date: Thu, 29 Aug 2024 10:38:14 +0700 Subject: [PATCH] update changelog --- CHANGELOG.md | 26 ++++++++++++++++++++++++++ package.json | 6 +++--- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c7761805..f52c1894 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # [Versions](https://mui.com/versions/) +## 0.0.21 + + + +_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 diff --git a/package.json b/package.json index 88e413b1..28dd9c2c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@pigment-css/monorepo", - "version": "0.0.20", + "version": "0.0.21", "private": true, "scripts": { "preinstall": "npx only-allow pnpm", @@ -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",