From 977546c8c94535e898828808bfdb5ec1fd3bab47 Mon Sep 17 00:00:00 2001 From: Wojciech Kozyra Date: Thu, 1 Jul 2021 12:05:57 +0200 Subject: [PATCH] v0.19.0 --- lerna.json | 2 +- packages/eas-cli/README.md | 44 +++++++++++++++++----------------- packages/eas-cli/package.json | 4 ++-- packages/eas-json/package.json | 2 +- 4 files changed, 26 insertions(+), 26 deletions(-) diff --git a/lerna.json b/lerna.json index 8119d86656..d8db442f8b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "npmClient": "yarn", "useWorkspaces": true, - "version": "0.18.3" + "version": "0.19.0" } diff --git a/packages/eas-cli/README.md b/packages/eas-cli/README.md index 1653f5491e..20310875c5 100644 --- a/packages/eas-cli/README.md +++ b/packages/eas-cli/README.md @@ -69,7 +69,7 @@ ALIASES $ eas login ``` -_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/account/login.ts)_ +_See code: [src/commands/account/login.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/account/login.ts)_ ## `eas account:logout` @@ -83,7 +83,7 @@ ALIASES $ eas logout ``` -_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/account/logout.ts)_ +_See code: [src/commands/account/logout.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/account/logout.ts)_ ## `eas account:view` @@ -97,7 +97,7 @@ ALIASES $ eas whoami ``` -_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/account/view.ts)_ +_See code: [src/commands/account/view.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/account/view.ts)_ ## `eas analytics [STATUS]` @@ -108,7 +108,7 @@ USAGE $ eas analytics [STATUS] ``` -_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/analytics.ts)_ +_See code: [src/commands/analytics.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/analytics.ts)_ ## `eas build` @@ -128,7 +128,7 @@ OPTIONS --[no-]wait Wait for build(s) to complete ``` -_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/build/index.ts)_ +_See code: [src/commands/build/index.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/build/index.ts)_ ## `eas build:cancel [BUILD_ID]` @@ -139,7 +139,7 @@ USAGE $ eas build:cancel [BUILD_ID] ``` -_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/build/cancel.ts)_ +_See code: [src/commands/build/cancel.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/build/cancel.ts)_ ## `eas build:configure` @@ -153,7 +153,7 @@ OPTIONS -p, --platform=(android|ios|all) Platform to configure ``` -_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/build/configure.ts)_ +_See code: [src/commands/build/configure.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/build/configure.ts)_ ## `eas build:list` @@ -169,7 +169,7 @@ OPTIONS --status=(new|in-queue|in-progress|errored|finished|canceled) ``` -_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/build/list.ts)_ +_See code: [src/commands/build/list.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/build/list.ts)_ ## `eas build:view [BUILD_ID]` @@ -180,7 +180,7 @@ USAGE $ eas build:view [BUILD_ID] ``` -_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/build/view.ts)_ +_See code: [src/commands/build/view.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/build/view.ts)_ ## `eas credentials` @@ -191,7 +191,7 @@ USAGE $ eas credentials ``` -_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/credentials.ts)_ +_See code: [src/commands/credentials.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/credentials.ts)_ ## `eas device:create` @@ -202,7 +202,7 @@ USAGE $ eas device:create ``` -_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/device/create.ts)_ +_See code: [src/commands/device/create.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/device/create.ts)_ ## `eas device:list` @@ -216,7 +216,7 @@ OPTIONS --apple-team-id=apple-team-id ``` -_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/device/list.ts)_ +_See code: [src/commands/device/list.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/device/list.ts)_ ## `eas device:view [UDID]` @@ -227,7 +227,7 @@ USAGE $ eas device:view [UDID] ``` -_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/device/view.ts)_ +_See code: [src/commands/device/view.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/device/view.ts)_ ## `eas help [COMMAND]` @@ -260,7 +260,7 @@ OPTIONS --value=value Value of the secret ``` -_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/secret/create.ts)_ +_See code: [src/commands/secret/create.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/secret/create.ts)_ ## `eas secret:delete` @@ -277,7 +277,7 @@ DESCRIPTION Unsure where to find the secret's ID? Run eas secrets:list ``` -_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/secret/delete.ts)_ +_See code: [src/commands/secret/delete.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/secret/delete.ts)_ ## `eas secret:list` @@ -288,7 +288,7 @@ USAGE $ eas secret:list ``` -_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/secret/list.ts)_ +_See code: [src/commands/secret/list.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/secret/list.ts)_ ## `eas submit --platform=(android|ios)` @@ -368,7 +368,7 @@ EXAMPLES and provide its App ID ``` -_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/submit.ts)_ +_See code: [src/commands/submit.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/submit.ts)_ ## `eas webhook:create` @@ -387,7 +387,7 @@ OPTIONS --url=url Webhook URL ``` -_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/webhook/create.ts)_ +_See code: [src/commands/webhook/create.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/webhook/create.ts)_ ## `eas webhook:delete [ID]` @@ -401,7 +401,7 @@ ARGUMENTS ID ID of the webhook to delete ``` -_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/webhook/delete.ts)_ +_See code: [src/commands/webhook/delete.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/webhook/delete.ts)_ ## `eas webhook:list` @@ -415,7 +415,7 @@ OPTIONS --event=(BUILD) Event type that triggers the webhook ``` -_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/webhook/list.ts)_ +_See code: [src/commands/webhook/list.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/webhook/list.ts)_ ## `eas webhook:update` @@ -435,7 +435,7 @@ OPTIONS --url=url Webhook URL ``` -_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/webhook/update.ts)_ +_See code: [src/commands/webhook/update.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/webhook/update.ts)_ ## `eas webhook:view ID` @@ -449,5 +449,5 @@ ARGUMENTS ID ID of the webhook to view ``` -_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.18.3/packages/eas-cli/src/commands/webhook/view.ts)_ +_See code: [src/commands/webhook/view.ts](https://github.com/expo/eas-cli/blob/v0.19.0/packages/eas-cli/src/commands/webhook/view.ts)_ diff --git a/packages/eas-cli/package.json b/packages/eas-cli/package.json index 27e8ea7149..7dd2d6aef2 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.18.3", + "version": "0.19.0", "author": "Expo ", "bin": { "eas": "./bin/run" @@ -14,7 +14,7 @@ "@expo/config": "3.3.42", "@expo/config-plugins": "2.0.2", "@expo/eas-build-job": "0.2.41", - "@expo/eas-json": "^0.18.2", + "@expo/eas-json": "^0.19.0", "@expo/json-file": "8.2.25", "@expo/pkcs12": "0.0.4", "@expo/plist": "0.0.11", diff --git a/packages/eas-json/package.json b/packages/eas-json/package.json index f33ea1ae3d..eb09e5a14a 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.18.2", + "version": "0.19.0", "author": "Expo ", "bugs": "https://github.com/expo/eas-cli/issues", "dependencies": {