diff --git a/README.md b/README.md index 8ba730d..cbe3aad 100644 --- a/README.md +++ b/README.md @@ -211,7 +211,7 @@ $ npm install -g vaah $ vaah COMMAND running command... $ vaah (--version) -vaah/3.0.5 darwin-arm64 node-v18.18.0 +vaah/3.0.6 darwin-arm64 node-v18.18.0 $ vaah --help [COMMAND] USAGE $ vaah COMMAND @@ -260,7 +260,7 @@ DESCRIPTION Generate CRUD operations for VaahCMS ``` -_See code: [src/commands/cms/auth.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/auth.ts)_ +_See code: [src/commands/cms/auth.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/auth.ts)_ ## `vaah cms:crud` @@ -277,7 +277,7 @@ DESCRIPTION Generate CRUD operations for VaahCMS ``` -_See code: [src/commands/cms/crud.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/crud.ts)_ +_See code: [src/commands/cms/crud.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/crud.ts)_ ## `vaah cms:install [PROJECT_NAME]` @@ -298,7 +298,7 @@ DESCRIPTION Install VaahCMS ``` -_See code: [src/commands/cms/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/install.ts)_ +_See code: [src/commands/cms/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/install.ts)_ ## `vaah cms:m` @@ -317,7 +317,7 @@ DESCRIPTION To generate module for VaahCMS ``` -_See code: [src/commands/cms/m.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/m.ts)_ +_See code: [src/commands/cms/m.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/m.ts)_ ## `vaah cms:m-make TYPE MODULE NAME` @@ -337,7 +337,7 @@ DESCRIPTION Generate for VaahCMS Module ``` -_See code: [src/commands/cms/m-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/m-make.ts)_ +_See code: [src/commands/cms/m-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/m-make.ts)_ ## `vaah cms:settings` @@ -354,7 +354,7 @@ DESCRIPTION Vue3: Generate User CRUD for VaahCMS ``` -_See code: [src/commands/cms/settings.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/settings.ts)_ +_See code: [src/commands/cms/settings.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/settings.ts)_ ## `vaah cms:t` @@ -373,7 +373,7 @@ DESCRIPTION To generate theme for VaahCMS ``` -_See code: [src/commands/cms/t.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/t.ts)_ +_See code: [src/commands/cms/t.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/t.ts)_ ## `vaah cms:t-make TYPE THEME NAME` @@ -393,7 +393,7 @@ DESCRIPTION Generate for VaahCMS Theme ``` -_See code: [src/commands/cms/t-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/t-make.ts)_ +_See code: [src/commands/cms/t-make.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/t-make.ts)_ ## `vaah cms:taxonomies` @@ -410,7 +410,7 @@ DESCRIPTION Vue 3: Generate Taxonomies CRUD operations for VaahCMS ``` -_See code: [src/commands/cms/taxonomies.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/taxonomies.ts)_ +_See code: [src/commands/cms/taxonomies.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/taxonomies.ts)_ ## `vaah cms:users` @@ -427,7 +427,7 @@ DESCRIPTION Vue3: Generate User CRUD for VaahCMS ``` -_See code: [src/commands/cms/users.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/cms/users.ts)_ +_See code: [src/commands/cms/users.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/cms/users.ts)_ ## `vaah flutter:install` @@ -444,7 +444,7 @@ DESCRIPTION Installation of VaahFlutter ``` -_See code: [src/commands/flutter/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/flutter/install.ts)_ +_See code: [src/commands/flutter/install.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/flutter/install.ts)_ ## `vaah hello PERSON` @@ -468,7 +468,7 @@ EXAMPLES hello friend from oclif! (./src/commands/hello/index.ts) ``` -_See code: [src/commands/hello/index.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/hello/index.ts)_ +_See code: [src/commands/hello/index.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/hello/index.ts)_ ## `vaah hello:world` @@ -486,7 +486,7 @@ EXAMPLES hello world! (./src/commands/hello/world.ts) ``` -_See code: [src/commands/hello/world.ts](https://github.com/webreinvent/vaah/blob/v3.0.5/src/commands/hello/world.ts)_ +_See code: [src/commands/hello/world.ts](https://github.com/webreinvent/vaah/blob/v3.0.6/src/commands/hello/world.ts)_ ## `vaah help [COMMAND]` diff --git a/package.json b/package.json index 07049b2..bee0a8e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vaah", - "version": "3.0.5", + "version": "3.0.6", "description": "CLI of VaahCMS - VaahCLI", "keywords": [ "vaah",