Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yukukotani committed Oct 31, 2024
1 parent 50a4f33 commit db7afba
Show file tree
Hide file tree
Showing 3 changed files with 2,990 additions and 2,259 deletions.
2 changes: 1 addition & 1 deletion packages/native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-webview-rpc/native",
"version": "1.0.1",
"version": "1.0.2",
"description": "A type-safe RPC between React Native function and JavaScript inside WebView, powered by Comlink",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-webview-rpc/web",
"version": "1.0.1",
"version": "1.0.2",
"description": "A type-safe RPC between React Native function and JavaScript inside WebView, powered by Comlink",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit db7afba

Please # to comment.