Skip to content

Commit

Permalink
chore: publish 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed May 12, 2024
1 parent 5b9dc22 commit 13d9e85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/react-native/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webview-bridge/react-native",
"version": "1.4.2",
"version": "1.4.3",
"type": "module",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"main": "dist/packages/react-native/src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webview-bridge/react",
"type": "module",
"version": "1.4.2",
"version": "1.4.3",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webview-bridge/vue",
"type": "module",
"version": "1.4.2",
"version": "1.4.3",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webview-bridge/web",
"type": "module",
"version": "1.4.2",
"version": "1.4.3",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 13d9e85

Please sign in to comment.