Skip to content

Commit

Permalink
Changesets
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Apr 27, 2024
1 parent 02619be commit d95e0b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions esbuild-plugin-react18/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# esbuild-plugin-react18

## 0.1.4

### Patch Changes

- Fix esm build for non minified cases

## 0.1.3

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion esbuild-plugin-react18/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.1.3",
"version": "0.1.4",
"description": "Unleash the Power of React Server Components! ESBuild plugin to build RSC (React18 Server Components) compatible libraries.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit d95e0b6

Please sign in to comment.