Skip to content

Commit

Permalink
v1.0.55
Browse files Browse the repository at this point in the history
  • Loading branch information
szdziedzic committed Dec 6, 2023
1 parent d83adfc commit 911903d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.54",
"version": "1.0.55",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
4 changes: 2 additions & 2 deletions 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.54",
"version": "1.0.55",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -29,7 +29,7 @@
"@expo/logger": "1.0.52",
"@expo/package-manager": "1.1.2",
"@expo/plist": "^0.0.20",
"@expo/steps": "1.0.52",
"@expo/steps": "1.0.55",
"@expo/template-file": "1.0.37",
"@expo/turtle-spawn": "1.0.52",
"@expo/xcpretty": "^4.2.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/create-eas-build-function/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-eas-build-function",
"version": "1.0.52",
"version": "1.0.55",
"bin": {
"create-eas-build-function": "./build/index.js"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf ./build/"
},
"dependencies": {
"@expo/steps": "1.0.52"
"@expo/steps": "1.0.55"
},
"devDependencies": {
"@expo/package-manager": "^1.0.2",
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.54",
"version": "1.0.55",
"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.54",
"@expo/build-tools": "1.0.55",
"@expo/eas-build-job": "1.0.50",
"@expo/spawn-async": "^1.7.2",
"@expo/turtle-spawn": "1.0.52",
Expand Down
2 changes: 1 addition & 1 deletion packages/steps/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@expo/steps",
"type": "module",
"version": "1.0.52",
"version": "1.0.55",
"main": "./dist_commonjs/index.cjs",
"types": "./dist_esm/index.d.ts",
"exports": {
Expand Down

0 comments on commit 911903d

Please sign in to comment.