Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.0.22 #224

Merged
merged 3 commits into from
Sep 4, 2024
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# [Versions](https://mui.com/versions/)

## 0.0.22

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

_Sep 3, 2024_

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

### `@pigment-css/[email protected]`

- &#8203;<!-- 1 -->[plugin] Fix bug related to path separator on Windows (#218) @brijeshb42
- &#8203;<!-- 4 -->fix: styled-engine new internals (#220) @romgrk
mnajdova marked this conversation as resolved.
Show resolved Hide resolved

### `@pigment-css/[email protected]`

- &#8203;<!-- 1 -->[plugin] Fix bug related to path separator on Windows (#218) @brijeshb42
- &#8203;<!-- 4 -->fix: styled-engine new internals (#220) @romgrk
mnajdova marked this conversation as resolved.
Show resolved Hide resolved

### Core

- &#8203;<!-- 3 -->[core] Pin GitHub action dependency (#221) @oliviertassinari
- &#8203;<!-- 2 -->[core] Fix CI with fake docs (#222) @oliviertassinari

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

## 0.0.21

<!-- generated comparing v0.0.20..master -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pigment-css/monorepo",
"version": "0.0.21",
"version": "0.0.22",
"private": true,
"scripts": {
"preinstall": "npx only-allow pnpm",
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.21",
"version": "0.0.22",
"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.21",
"version": "0.0.22",
"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.21",
"version": "0.0.22",
"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.21",
"version": "0.0.22",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down
Loading