Skip to content

Commit

Permalink
chore: publish 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Feb 12, 2024
1 parent bb22ee2 commit ac3846d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 6 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.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",
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.2.0",
"version": "1.3.0",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 1 addition & 3 deletions 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.2.0",
"version": "1.3.0",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -45,5 +45,3 @@
"vue": ">=2.7"
}
}


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.2.0",
"version": "1.3.0",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit ac3846d

Please sign in to comment.