Skip to content

Commit

Permalink
chore(release): publish 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Oct 26, 2024
1 parent 15c9355 commit fe68ee6
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 11 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.7.0 (2024-10-26)

This was a version bump only, there were no code changes.

## 1.7.0-rc.1 (2024-10-26)

### 🩹 Fixes
Expand Down
6 changes: 3 additions & 3 deletions 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.7.0-rc.1",
"version": "1.7.0",
"type": "module",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"main": "dist/index.js",
Expand Down Expand Up @@ -43,8 +43,8 @@
"react-native-webview": "*"
},
"dependencies": {
"@webview-bridge/utils": "1.7.0-rc.1",
"@webview-bridge/types": "1.7.0-rc.1",
"@webview-bridge/utils": "1.7.0",
"@webview-bridge/types": "1.7.0",
"use-sync-external-store": "^1.2.0"
}
}
6 changes: 3 additions & 3 deletions 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.7.0-rc.1",
"version": "1.7.0",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -32,11 +32,11 @@
"devDependencies": {
"@types/react": "^18.2.69",
"@types/use-sync-external-store": "^0.0.6",
"@webview-bridge/web": "1.7.0-rc.1",
"@webview-bridge/web": "1.7.0",
"react": "^18.3.1"
},
"dependencies": {
"@webview-bridge/types": "1.7.0-rc.1",
"@webview-bridge/types": "1.7.0",
"use-sync-external-store": "^1.2.2"
},
"peerDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webview-bridge/types",
"type": "module",
"version": "1.7.0-rc.1",
"version": "1.7.0",
"files": [
"src",
"package.json"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@webview-bridge/utils",
"type": "module",
"version": "1.7.0-rc.1",
"version": "1.7.0",
"files": [
"dist",
"src",
Expand Down
6 changes: 3 additions & 3 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.7.0-rc.1",
"version": "1.7.0",
"description": "Fully Type-Safe Integration for React Native WebView and Web",
"publishConfig": {
"access": "public"
Expand Down Expand Up @@ -30,7 +30,7 @@
"test:type": "tsc --noEmit"
},
"dependencies": {
"@webview-bridge/utils": "1.7.0-rc.1",
"@webview-bridge/types": "1.7.0-rc.1"
"@webview-bridge/utils": "1.7.0",
"@webview-bridge/types": "1.7.0"
}
}

0 comments on commit fe68ee6

Please sign in to comment.