Skip to content

Commit

Permalink
v1.0.166
Browse files Browse the repository at this point in the history
  • Loading branch information
sjchmiela committed Jan 24, 2025
1 parent 049242d commit 0838ac1
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.165",
"version": "1.0.166",
"$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.165",
"version": "1.0.166",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
Expand Down Expand Up @@ -32,7 +32,7 @@
"@expo/plist": "^0.2.0",
"@expo/repack-app": "0.0.6",
"@expo/results": "^1.0.0",
"@expo/steps": "1.0.165",
"@expo/steps": "1.0.166",
"@expo/template-file": "1.0.117",
"@expo/turtle-spawn": "1.0.117",
"@expo/xcpretty": "^4.3.1",
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.165",
"version": "1.0.166",
"bin": {
"create-eas-build-function": "./build/index.js"
},
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rimraf ./build/"
},
"dependencies": {
"@expo/steps": "1.0.165"
"@expo/steps": "1.0.166"
},
"devDependencies": {
"@expo/package-manager": "1.7.0",
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.165",
"version": "1.0.166",
"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.165",
"@expo/build-tools": "1.0.166",
"@expo/eas-build-job": "1.0.165",
"@expo/spawn-async": "^1.7.2",
"@expo/turtle-spawn": "1.0.117",
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.165",
"version": "1.0.166",
"main": "./dist_commonjs/index.cjs",
"types": "./dist_esm/index.d.ts",
"exports": {
Expand Down

0 comments on commit 0838ac1

Please sign in to comment.