Skip to content

Commit 3c8d2bf

Browse files
committed
Apply changesets and update CHANGELOG
1 parent d08f4cf commit 3c8d2bf

File tree

3 files changed

+29
-1
lines changed

3 files changed

+29
-1
lines changed

.changeset/pre.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"mode": "exit",
3+
"tag": "beta",
4+
"initialVersions": {
5+
"@example/express": "0.0.0",
6+
"@example/nextjs": "0.0.0",
7+
"@example/remix": "0.0.0",
8+
"@example/vite": "0.0.0",
9+
"esbuild-plugin-react18": "0.2.1",
10+
"@repo/eslint-config": "0.0.0",
11+
"@repo/typescript-config": "0.0.0",
12+
"@repo/jest-presets": "0.0.0",
13+
"@repo/logger": "0.0.0",
14+
"@repo/shared": "0.0.0",
15+
"@repo/scripts": "0.0.0"
16+
},
17+
"changesets": [
18+
"afraid-hotels-end"
19+
]
20+
}

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-beta.0
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.1
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.1",
5+
"version": "0.2.2-beta.0",
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)