Skip to content

Commit cd47185

Browse files
committed
v20.5.1
1 parent 88c51c3 commit cd47185

11 files changed

Lines changed: 153 additions & 153 deletions

File tree

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
3-
"version": "20.5.0",
3+
"version": "20.5.1",
44
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
55
}

packages/build-tools/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/build-tools",
3-
"version": "20.4.0",
3+
"version": "20.5.1",
44
"bugs": "https://github.com/expo/eas-cli/issues",
55
"license": "BUSL-1.1",
66
"author": "Expo <support@expo.io>",
@@ -38,14 +38,14 @@
3838
"@expo/config": "55.0.10",
3939
"@expo/config-plugins": "55.0.7",
4040
"@expo/downloader": "20.0.0",
41-
"@expo/eas-build-job": "20.1.0",
41+
"@expo/eas-build-job": "20.5.1",
4242
"@expo/env": "^0.4.0",
4343
"@expo/logger": "20.0.0",
4444
"@expo/package-manager": "1.9.10",
4545
"@expo/plist": "^0.2.0",
4646
"@expo/results": "^1.0.0",
4747
"@expo/spawn-async": "1.7.2",
48-
"@expo/steps": "20.1.0",
48+
"@expo/steps": "20.5.1",
4949
"@expo/template-file": "20.0.0",
5050
"@expo/turtle-spawn": "20.0.0",
5151
"@expo/xcpretty": "^4.3.1",

packages/create-eas-build-function/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-eas-build-function",
3-
"version": "20.1.0",
3+
"version": "20.5.1",
44
"description": "Create functions for use in EAS Build custom builds.",
55
"keywords": [
66
"expo",
@@ -35,7 +35,7 @@
3535
"clean": "rimraf ./build/ \"*.tsbuildinfo\""
3636
},
3737
"dependencies": {
38-
"@expo/steps": "20.1.0"
38+
"@expo/steps": "20.5.1"
3939
},
4040
"devDependencies": {
4141
"@expo/package-manager": "1.9.10",

packages/eas-build-job/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@expo/eas-build-job",
3-
"version": "20.1.0",
3+
"version": "20.5.1",
44
"bugs": "https://github.com/expo/eas-cli/issues",
55
"license": "MIT",
66
"author": "Expo <support@expo.io>",

0 commit comments

Comments
 (0)