Skip to content

Commit

Permalink
chore: publish 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Jul 11, 2024
1 parent 7add0a9 commit 0763485
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.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",
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.6.0",
"version": "1.6.1",
"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.6.0",
"version": "1.6.1",
"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.6.0",
"version": "1.6.1",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 0763485

Please sign in to comment.