From 6387e4a8928ae0ed4831eaa0315c9bf2262b7041 Mon Sep 17 00:00:00 2001 From: Jesse MacFadyen Date: Fri, 26 Jan 2024 17:01:50 -0800 Subject: [PATCH] 2.0.3 --- README.md | 16 ++++++++-------- package.json | 2 +- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 435f696..310946a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ DESCRIPTION Discover, install, or uninstall a new template into an existing Adobe Developer App Builder App ``` -_See code: [src/commands/templates/index.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/index.ts)_ +_See code: [src/commands/templates/index.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/index.ts)_ ## `aio templates disco` @@ -126,7 +126,7 @@ ALIASES $ aio templates disco ``` -_See code: [src/commands/templates/discover.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/discover.ts)_ +_See code: [src/commands/templates/discover.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/discover.ts)_ ## `aio templates i PATH` @@ -197,7 +197,7 @@ DESCRIPTION List all App Builder templates that are installed ``` -_See code: [src/commands/templates/info.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/info.ts)_ +_See code: [src/commands/templates/info.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/info.ts)_ ## `aio templates install PATH` @@ -250,7 +250,7 @@ EXAMPLES $ aio templates install @scope/npm-package-name@tagOrVersion ``` -_See code: [src/commands/templates/install.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/install.ts)_ +_See code: [src/commands/templates/install.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/install.ts)_ ## `aio templates remove NAME` @@ -276,7 +276,7 @@ EXAMPLES $ aio templates remove @adobe/app-builder-template ``` -_See code: [src/commands/templates/remove.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/remove.ts)_ +_See code: [src/commands/templates/remove.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/remove.ts)_ ## `aio templates rm NAME` @@ -320,7 +320,7 @@ DESCRIPTION Clears all installed templates ``` -_See code: [src/commands/templates/rollback.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/rollback.ts)_ +_See code: [src/commands/templates/rollback.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/rollback.ts)_ ## `aio templates sub NAME GITHUBREPOURL` @@ -372,7 +372,7 @@ EXAMPLES $ aio templates submit @adobe/app-builder-template https://github.com/adobe/app-builder-template ``` -_See code: [src/commands/templates/submit.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/submit.ts)_ +_See code: [src/commands/templates/submit.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/submit.ts)_ ## `aio templates un PACKAGE-NAME` @@ -416,7 +416,7 @@ ALIASES $ aio templates un ``` -_See code: [src/commands/templates/uninstall.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.2/src/commands/templates/uninstall.ts)_ +_See code: [src/commands/templates/uninstall.ts](https://github.com/adobe/aio-cli-plugin-app-templates/blob/2.0.3/src/commands/templates/uninstall.ts)_ # Contributing diff --git a/package.json b/package.json index 75fdceb..a983cdf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@adobe/aio-cli-plugin-app-templates", - "version": "2.0.2", + "version": "2.0.3", "description": "Discover, Install, Uninstall, Submit, and Remove Adobe App Builder templates", "repository": { "type": "git",