From 0763485827b09864ec93c7e0ce115caacfe1c4f1 Mon Sep 17 00:00:00 2001 From: Sungyu Kang Date: Thu, 11 Jul 2024 20:23:46 +0900 Subject: [PATCH] chore: publish 1.6.1 --- packages/react-native/package.json | 2 +- packages/react/package.json | 2 +- packages/vue/package.json | 2 +- packages/web/package.json | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/packages/react-native/package.json b/packages/react-native/package.json index 660abf8..b217905 100644 --- a/packages/react-native/package.json +++ b/packages/react-native/package.json @@ -1,6 +1,6 @@ { "name": "@webview-bridge/react-native", - "version": "1.6.0", + "version": "1.6.1", "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 39eeeea..39bcbea 100644 --- a/packages/react/package.json +++ b/packages/react/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/react", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "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 ef55639..f2a63ef 100644 --- a/packages/vue/package.json +++ b/packages/vue/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/vue", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public" diff --git a/packages/web/package.json b/packages/web/package.json index 60447b1..604940f 100644 --- a/packages/web/package.json +++ b/packages/web/package.json @@ -1,7 +1,7 @@ { "name": "@webview-bridge/web", "type": "module", - "version": "1.6.0", + "version": "1.6.1", "description": "Fully Type-Safe Integration for React Native WebView and Web", "publishConfig": { "access": "public"