Skip to content

Commit

Permalink
chore: publish 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Feb 15, 2024
1 parent c2c8091 commit e82c826
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3.2",
"version": "1.3.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.3.2",
"version": "1.3.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.3.2",
"version": "1.3.3",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2",
"version": "1.3.3",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -38,4 +38,4 @@
"devDependencies": {
"esbuild": "^0.19.4"
}
}
}

0 comments on commit e82c826

Please sign in to comment.