Skip to content

Commit 957ba0f

Browse files
authored
v0.0.18 (#185)
1 parent 47d3098 commit 957ba0f

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,26 @@
33
> @pigment-css/monorepo@0.0.15 release:changelog /Users/siriwatknp/Personal-Repos/pigment-css
44
> node scripts/releaseChangelog.mjs
55
6+
## 0.0.18
7+
8+
<!-- generated comparing v0.0.17..master -->
9+
10+
_Jul 25, 2024_
11+
12+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
13+
14+
## `@pigment-css/[email protected]`
15+
16+
- &#8203;<!-- 4 -->Replace global JSX (#183) @DiegoAndai
17+
- &#8203;<!-- 3 -->Normalize rest / other to match the most common used @oliviertassinari
18+
- &#8203;<!-- 2 -->Normalize rest / other to match the most common used @oliviertassinari
19+
20+
## `@pigment-css/[email protected]`
21+
22+
- &#8203;<!-- 1 -->[webpack] Fix support for webpack and add example app (#174) @brijeshb42
23+
24+
All contributors of this release in alphabetical order: @brijeshb42, @DiegoAndai, @oliviertassinari
25+
626
## v0.0.17
727

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

0 commit comments

Comments
 (0)