Skip to content

Commit 5cb469a

Browse files
authored
v0.0.20 (#201)
1 parent ef5c37a commit 5cb469a

File tree

6 files changed

+16
-7
lines changed

6 files changed

+16
-7
lines changed

CHANGELOG.md

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

3-
> @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css
4-
> node scripts/releaseChangelog.mjs
3+
## 0.0.20
4+
5+
<!-- generated comparing v0.0.19..master -->
6+
7+
_Aug 8, 2024_
8+
9+
A big thanks to the 1 contributors who made this release possible.
10+
11+
- &#8203;<!-- 1 -->[typescript] Fix `sx` types (#200) @siriwatknp
12+
13+
All contributors of this release in alphabetical order: @siriwatknp
514

615
## 0.0.19
716

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.19",
3+
"version": "0.0.20",
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.19",
3+
"version": "0.0.20",
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.19",
3+
"version": "0.0.20",
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.19",
3+
"version": "0.0.20",
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.19",
3+
"version": "0.0.20",
44
"main": "build/index.js",
55
"module": "build/index.mjs",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)