Skip to content

Commit

Permalink
v0.0.20 (#201)
Browse files Browse the repository at this point in the history
  • Loading branch information
siriwatknp authored Aug 8, 2024
1 parent ef5c37a commit 5cb469a
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
# [Versions](https://mui.com/versions/)

> @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css
> node scripts/releaseChangelog.mjs
## 0.0.20

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

_Aug 8, 2024_

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

- &#8203;<!-- 1 -->[typescript] Fix `sx` types (#200) @siriwatknp

All contributors of this release in alphabetical order: @siriwatknp

## 0.0.19

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.19",
"version": "0.0.20",
"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.19",
"version": "0.0.20",
"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.19",
"version": "0.0.20",
"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.19",
"version": "0.0.20",
"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.19",
"version": "0.0.20",
"main": "build/index.js",
"module": "build/index.mjs",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 5cb469a

Please sign in to comment.