Skip to content

Commit

Permalink
v1.0.124
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Jul 10, 2024
1 parent f4b6a50 commit baa322a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"version": "1.0.123",
"version": "1.0.124",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
2 changes: 1 addition & 1 deletion packages/build-tools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@expo/build-tools",
"version": "1.0.123",
"version": "1.0.124",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions packages/local-build-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eas-cli-local-build-plugin",
"version": "1.0.123",
"version": "1.0.124",
"description": "Tool for running EAS compatible builds on a local machine.",
"main": "dist/main.js",
"files": [
Expand All @@ -24,7 +24,7 @@
"bugs": "https://github.com/expo/eas-build/issues",
"license": "BUSL-1.1",
"dependencies": {
"@expo/build-tools": "1.0.123",
"@expo/build-tools": "1.0.124",
"@expo/eas-build-job": "1.0.119",
"@expo/spawn-async": "^1.7.2",
"@expo/turtle-spawn": "1.0.117",
Expand Down

0 comments on commit baa322a

Please sign in to comment.