Skip to content

Commit 10d642e

Browse files
committed
Apply changesets and update CHANGELOG
1 parent f42d5e1 commit 10d642e

File tree

4 files changed

+9
-28
lines changed

4 files changed

+9
-28
lines changed

.changeset/afraid-hotels-end.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.changeset/pre.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

lib/CHANGELOG.md

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

3+
## 0.2.2
4+
5+
### Patch Changes
6+
7+
- d08f4cf: Add option to disableJSXRequireDedup.
8+
9+
In case you face any errors, or you want to speed up build a bit, try disabling deduplication of require("react/jsx-runtime")
10+
311
## 0.2.2-beta.0
412

513
### Patch Changes

lib/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.2.2-beta.0",
5+
"version": "0.2.2",
66
"description": "Unlock the Potential of React Server Components! Harness the power of an ESBuild plugin designed for crafting libraries compatible with RSC (React18 Server Components).",
77
"license": "MPL-2.0",
88
"main": "./dist/index.js",

0 commit comments

Comments
 (0)