diff --git a/lerna.json b/lerna.json index ced2329337..0ef18fcac3 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.136", + "version": "3.0.137", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/cli/README.md b/packages/cli/README.md index f31e73a7f2..8e8aaac64d 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -30,7 +30,7 @@ $ npm install -g @faststore/cli $ faststore COMMAND running command... $ faststore (--version) -@faststore/cli/3.0.136 linux-x64 node-v18.20.4 +@faststore/cli/3.0.137 linux-x64 node-v18.20.4 $ faststore --help [COMMAND] USAGE $ faststore COMMAND @@ -61,7 +61,7 @@ ARGUMENTS PATH The path where the FastStore being built is. Defaults to cwd. ``` -_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/build.ts)_ +_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/build.ts)_ ## `faststore cms-sync [PATH]` @@ -76,7 +76,7 @@ FLAGS -d, --dry-run ``` -_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/cms-sync.ts)_ +_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/cms-sync.ts)_ ## `faststore create [PATH]` @@ -96,7 +96,7 @@ EXAMPLES $ yarn faststore create discovery ``` -_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/create.ts)_ +_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/create.ts)_ ## `faststore dev [ACCOUNT] [PATH] [PORT]` @@ -110,7 +110,7 @@ ARGUMENTS PORT The port where FastStore should run. Defaults to 3000. ``` -_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/dev.ts)_ +_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/dev.ts)_ ## `faststore generate-graphql [PATH]` @@ -122,7 +122,7 @@ ARGUMENTS PATH The path where the FastStore GraphQL customization is. Defaults to cwd. ``` -_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/generate-graphql.ts)_ +_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/generate-graphql.ts)_ ## `faststore help [COMMAND]` @@ -156,7 +156,7 @@ ARGUMENTS PORT The port where FastStore should run. Defaults to 3000. ``` -_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/start.ts)_ +_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/start.ts)_ ## `faststore test [PATH]` @@ -168,5 +168,5 @@ ARGUMENTS PATH The path where the FastStore being tested is. Defaults to cwd. ``` -_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.136/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.137/dist/commands/test.ts)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index 37030f0039..fc4862b965 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/cli", - "version": "3.0.136", + "version": "3.0.137", "description": "FastStore CLI", "author": "Emerson Laurentino @emersonlaurentino", "bin": { @@ -18,7 +18,7 @@ ], "dependencies": { "@antfu/ni": "^0.21.12", - "@faststore/core": "^3.0.135", + "@faststore/core": "^3.0.137", "@inquirer/prompts": "^5.1.2", "@oclif/core": "^1.16.4", "@oclif/plugin-help": "^5", diff --git a/packages/core/package.json b/packages/core/package.json index c76a861a6d..3654f530bb 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/core", - "version": "3.0.135", + "version": "3.0.137", "license": "MIT", "repository": "vtex/faststore", "browserslist": "supports es6-module and not dead",