diff --git a/lerna.json b/lerna.json index 8a139cc553..9f235cb641 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.5.0" + "version": "0.6.0" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 2d9ce2df82..3a0d49d85c 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -60,7 +60,7 @@ ALIASES $ eas login ``` -_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/account/login.ts)_ +_See code: [build/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/account/login.ts)_ ## `eas account:logout` @@ -74,7 +74,7 @@ ALIASES $ eas logout ``` -_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/account/logout.ts)_ +_See code: [build/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/account/logout.ts)_ ## `eas account:view` @@ -88,7 +88,7 @@ ALIASES $ eas whoami ``` -_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/account/view.ts)_ +_See code: [build/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/account/view.ts)_ ## `eas build` @@ -107,7 +107,7 @@ OPTIONS --[no-]wait Wait for build(s) to complete ``` -_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/build/index.ts)_ +_See code: [build/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/build/index.ts)_ ## `eas build:cancel [BUILD_ID]` @@ -118,7 +118,7 @@ USAGE $ eas build:cancel [BUILD_ID] ``` -_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/build/cancel.ts)_ +_See code: [build/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/build/cancel.ts)_ ## `eas build:configure` @@ -133,7 +133,7 @@ OPTIONS --allow-experimental Enable experimental configuration steps. ``` -_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/build/configure.ts)_ +_See code: [build/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/build/configure.ts)_ ## `eas build:list` @@ -149,7 +149,7 @@ OPTIONS --status=(in-queue|in-progress|errored|finished|canceled) ``` -_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/build/list.ts)_ +_See code: [build/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/build/list.ts)_ ## `eas build:view [BUILD_ID]` @@ -160,7 +160,7 @@ USAGE $ eas build:view [BUILD_ID] ``` -_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/build/view.ts)_ +_See code: [build/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/build/view.ts)_ ## `eas credentials` @@ -171,7 +171,7 @@ USAGE $ eas credentials ``` -_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/credentials.ts)_ +_See code: [build/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/credentials.ts)_ ## `eas device:create` @@ -182,7 +182,7 @@ USAGE $ eas device:create ``` -_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/device/create.ts)_ +_See code: [build/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/device/create.ts)_ ## `eas device:list` @@ -196,7 +196,7 @@ OPTIONS --apple-team-id=apple-team-id ``` -_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/device/list.ts)_ +_See code: [build/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/device/list.ts)_ ## `eas device:view [UDID]` @@ -207,7 +207,7 @@ USAGE $ eas device:view [UDID] ``` -_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/device/view.ts)_ +_See code: [build/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/device/view.ts)_ ## `eas help [COMMAND]` @@ -304,5 +304,5 @@ EXAMPLES and provide its App ID ``` -_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.5.0/build/commands/submit.ts)_ +_See code: [build/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.6.0/build/commands/submit.ts)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 508ef30b17..30ef242e7f 100644 --- a/packages/eas-cli/package.json +++ b/packages/eas-cli/package.json @@ -1,7 +1,7 @@ { "name": "eas-cli", "description": "EAS command line tool", - "version": "0.5.0", + "version": "0.6.0", "author": "Expo ", "bin": { "eas": "./bin/run" @@ -12,7 +12,7 @@ "@expo/config": "~3.3.19", "@expo/config-plugins": "1.0.21-alpha.0", "@expo/eas-build-job": "0.2.16", - "@expo/eas-json": "^0.5.0", + "@expo/eas-json": "^0.6.0", "@expo/json-file": "^8.2.24", "@expo/plist": "^0.0.11", "@expo/plugin-warn-if-update-available": "^1.7.0", diff --git a/packages/eas-json/package.json b/packages/eas-json/package.json index 1ca40f2c09..bd69e4aa65 100644 --- a/packages/eas-json/package.json +++ b/packages/eas-json/package.json @@ -1,7 +1,7 @@ { "name": "@expo/eas-json", "description": "A library for interacting with the eas.json", - "version": "0.5.0", + "version": "0.6.0", "author": "Expo ", "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": {