Skip to content

Commit

Permalink
Apply changesets and update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed May 20, 2024
1 parent f42d5e1 commit 10d642e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 28 deletions.
7 changes: 0 additions & 7 deletions .changeset/afraid-hotels-end.md

This file was deleted.

20 changes: 0 additions & 20 deletions .changeset/pre.json

This file was deleted.

8 changes: 8 additions & 0 deletions lib/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# esbuild-plugin-react18

## 0.2.2

### Patch Changes

- d08f4cf: Add option to disableJSXRequireDedup.

In case you face any errors, or you want to speed up build a bit, try disabling deduplication of require("react/jsx-runtime")

## 0.2.2-beta.0

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "esbuild-plugin-react18",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"private": false,
"version": "0.2.2-beta.0",
"version": "0.2.2",
"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).",
"license": "MPL-2.0",
"main": "./dist/index.js",
Expand Down

0 comments on commit 10d642e

Please sign in to comment.