Skip to content

Commit 6facf71

Browse files
committed
Apply changesets
1 parent ddca646 commit 6facf71

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

esbuild-plugin-react18/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# esbuild-plugin-react18
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- Fix: Avoid regexp creating havoc with CSS imports when no empty chunks found.
8+
39
## 0.1.4
410

511
### Patch Changes

esbuild-plugin-react18/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "esbuild-plugin-react18",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
44
"private": false,
5-
"version": "0.1.4",
5+
"version": "0.1.5",
66
"description": "Unleash the Power of React Server Components! ESBuild plugin to build RSC (React18 Server Components) compatible libraries.",
77
"main": "dist/index.js",
88
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)