From ac3846d116b29d8d5bb3eb83d0b1bff3a811d085 Mon Sep 17 00:00:00 2001 From: gronxb Date: Fri, 2 Feb 2024 01:24:21 +0900 Subject: [PATCH] chore: publish 1.3.0 --- packages/react-native/package.json | 2 +- packages/react/package.json | 2 +- packages/vue/package.json | 4 +--- packages/web/package.json | 2 +- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 47690180..2e953380 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@webview-bridge/react-native", - "version": "1.2.0", + "version": "1.3.0", "type": "module", "description": "Fully Type-Safe Integration for React Native WebView and Web", "main": "dist/packages/react-native/src/index.js", diff --git a/packages/react/package.json b/packages/react/package.json index cd878746..b3acb4c7 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/react", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public" diff --git a/packages/vue/package.json b/packages/vue/package.json index 95cc0e1c..a0c82421 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/vue", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public" @@ -45,5 +45,3 @@ "vue": ">=2.7" } } - - diff --git a/packages/web/package.json b/packages/web/package.json index 674fad0c..9a29e888 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/web", "type": "module", - "version": "1.2.0", + "version": "1.3.0", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public"