Skip to content

Commit

Permalink
Release 0.7.0 (#285)
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
MiloszFilimowski authored Jan 17, 2025
1 parent 28b877a commit 3693b3d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/fishjam-chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "1.0.0",
"main": "index.js",
"scripts": {
"eas-build-pre-install": "yarn workspace fishjam-mobile-sdk install && yarn workspace fishjam-mobile-sdk build",
"eas-build-pre-install": "corepack enable && yarn workspace fishjam-mobile-sdk install && yarn workspace fishjam-mobile-sdk build",
"prebuild": "expo prebuild",
"start": "expo start",
"android": "expo run:android",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fishjam-mobile-sdk",
"version": "0.6.0",
"version": "0.7.0",
"license": "MIT",
"private": true,
"packageManager": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion packages/react-native-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fishjam-cloud/react-native-client",
"version": "0.6.0",
"version": "0.7.0",
"description": "A React Native client for Fishjam",
"author": "Fishjam Team",
"license": "Apache-2.0",
Expand Down

0 comments on commit 3693b3d

Please sign in to comment.