Skip to content

Commit 445c9ce

Browse files
brijeshb42mnajdova
andauthored
v0.0.22 (#224)
Co-authored-by: Marija Najdova <[email protected]>
1 parent 4703ccc commit 445c9ce

File tree

6 files changed

+30
-5
lines changed

6 files changed

+30
-5
lines changed

CHANGELOG.md

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

3+
## 0.0.22
4+
5+
<!-- generated comparing v0.0.21..master -->
6+
7+
_Sep 3, 2024_
8+
9+
A big thanks to the 3 contributors who made this release possible.
10+
11+
### `@pigment-css/[email protected]`
12+
13+
- &#8203;<!-- 1 -->Fix bug related to path separator on Windows (#218) @brijeshb42
14+
- &#8203;<!-- 4 -->Fix styled-engine new internals (#220) @romgrk
15+
16+
### `@pigment-css/[email protected]`
17+
18+
- &#8203;<!-- 1 -->Fix bug related to path separator on Windows (#218) @brijeshb42
19+
- &#8203;<!-- 4 -->Fix styled-engine new internals (#220) @romgrk
20+
21+
### Core
22+
23+
- &#8203;<!-- 3 -->[core] Pin GitHub action dependency (#221) @oliviertassinari
24+
- &#8203;<!-- 2 -->[core] Fix CI with fake docs (#222) @oliviertassinari
25+
26+
All contributors of this release in alphabetical order: @brijeshb42, @oliviertassinari, @romgrk
27+
328
## 0.0.21
429

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

0 commit comments

Comments
 (0)