From 46d3bdb51e72ab89e010a9baa96decc912582aa7 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Fri, 10 Apr 2020 18:38:13 -0700 Subject: [PATCH] Incremented version to 1.5.0 --- README.md | 38 +++++++++++++++++++------------------- package.json | 4 ++-- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/README.md b/README.md index 6d248f28..e9f8c15f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install -g @adobe/aio-cli-plugin-app $ @adobe/aio-cli-plugin-app COMMAND running command... $ @adobe/aio-cli-plugin-app (-v|--version|version) -@adobe/aio-cli-plugin-app/1.4.1 darwin-x64 node-v12.13.1 +@adobe/aio-cli-plugin-app/1.5.0 darwin-x64 node-v10.16.1 $ @adobe/aio-cli-plugin-app --help [COMMAND] USAGE $ @adobe/aio-cli-plugin-app COMMAND @@ -63,7 +63,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/index.js)_ +_See code: [src/commands/app/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/index.js)_ ## `@adobe/aio-cli-plugin-app app:add` @@ -78,7 +78,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/add/index.js)_ +_See code: [src/commands/app/add/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/add/index.js)_ ## `@adobe/aio-cli-plugin-app app:add:action` @@ -95,7 +95,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/add/action.js)_ +_See code: [src/commands/app/add/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/add/action.js)_ ## `@adobe/aio-cli-plugin-app app:add:auth` @@ -110,7 +110,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/auth.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/add/auth.js)_ +_See code: [src/commands/app/add/auth.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/add/auth.js)_ ## `@adobe/aio-cli-plugin-app app:add:ci` @@ -125,7 +125,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/add/ci.js)_ +_See code: [src/commands/app/add/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/add/ci.js)_ ## `@adobe/aio-cli-plugin-app app:add:web-assets` @@ -142,7 +142,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/add/web-assets.js)_ +_See code: [src/commands/app/add/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/add/web-assets.js)_ ## `@adobe/aio-cli-plugin-app app:create [PATH]` @@ -161,7 +161,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/create.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/create.js)_ +_See code: [src/commands/app/create.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/create.js)_ ## `@adobe/aio-cli-plugin-app app:delete` @@ -176,7 +176,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/delete/index.js)_ +_See code: [src/commands/app/delete/index.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/delete/index.js)_ ## `@adobe/aio-cli-plugin-app app:delete:action [ACTION-NAME]` @@ -195,7 +195,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/delete/action.js)_ +_See code: [src/commands/app/delete/action.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/delete/action.js)_ ## `@adobe/aio-cli-plugin-app app:delete:ci` @@ -211,7 +211,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/delete/ci.js)_ +_See code: [src/commands/app/delete/ci.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/delete/ci.js)_ ## `@adobe/aio-cli-plugin-app app:delete:web-assets` @@ -227,7 +227,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/delete/web-assets.js)_ +_See code: [src/commands/app/delete/web-assets.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/delete/web-assets.js)_ ## `@adobe/aio-cli-plugin-app app:deploy` @@ -247,7 +247,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/deploy.js)_ +_See code: [src/commands/app/deploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/deploy.js)_ ## `@adobe/aio-cli-plugin-app app:init [PATH]` @@ -268,7 +268,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/init.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/init.js)_ +_See code: [src/commands/app/init.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/init.js)_ ## `@adobe/aio-cli-plugin-app app:logs` @@ -284,7 +284,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/logs.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/logs.js)_ +_See code: [src/commands/app/logs.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/logs.js)_ ## `@adobe/aio-cli-plugin-app app:run` @@ -300,7 +300,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/run.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/run.js)_ +_See code: [src/commands/app/run.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/run.js)_ ## `@adobe/aio-cli-plugin-app app:test` @@ -317,7 +317,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/test.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/test.js)_ +_See code: [src/commands/app/test.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/test.js)_ ## `@adobe/aio-cli-plugin-app app:undeploy` @@ -334,7 +334,7 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/undeploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/undeploy.js)_ +_See code: [src/commands/app/undeploy.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/undeploy.js)_ ## `@adobe/aio-cli-plugin-app app:use CONFIG_FILE_PATH` @@ -354,5 +354,5 @@ OPTIONS --version Show version ``` -_See code: [src/commands/app/use.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.4.1/src/commands/app/use.js)_ +_See code: [src/commands/app/use.js](https://github.com/adobe/aio-cli-plugin-app/blob/1.5.0/src/commands/app/use.js)_ diff --git a/package.json b/package.json index 3090ee9d..da532ab8 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,11 @@ { "name": "@adobe/aio-cli-plugin-app", "description": "Create, Build and Deploy Adobe I/O Applications", - "version": "1.4.1", + "version": "1.5.0", "author": "Adobe Inc.", "bugs": "https://github.com/adobe/aio-cli-plugin-app/issues", "dependencies": { - "@adobe/aio-app-scripts": "^0.13.0", + "@adobe/aio-app-scripts": "^0.14.0", "@adobe/aio-lib-core-config": ">=1.2.8", "@adobe/generator-aio-app": "^0.6.1", "@oclif/command": "^1.5.11",