Skip to content

Commit

Permalink
[no ci] Release: 3.0.137
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Oct 24, 2024
1 parent 992cab3 commit 180d1b1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.0.136",
"version": "3.0.137",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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]`

Expand All @@ -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]`

Expand All @@ -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]`

Expand All @@ -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]`

Expand All @@ -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]`

Expand Down Expand Up @@ -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]`

Expand All @@ -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)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/cli",
"version": "3.0.136",
"version": "3.0.137",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 180d1b1

Please sign in to comment.