Skip to content

Commit

Permalink
[no ci] Release: 3.0.123
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Oct 4, 2024
1 parent 689932d commit 0aa8ed0
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.122",
"version": "3.0.123",
"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.122 linux-x64 node-v18.20.4
@faststore/cli/3.0.123 linux-x64 node-v18.20.4
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
Expand Down Expand Up @@ -60,7 +60,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.122/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/build.ts)_

## `faststore cms-sync [PATH]`

Expand All @@ -75,7 +75,7 @@ FLAGS
-d, --dry-run
```

_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/cms-sync.ts)_

## `faststore create [PATH]`

Expand All @@ -95,7 +95,7 @@ EXAMPLES
$ yarn faststore create discovery
```

_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/create.ts)_
_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/create.ts)_

## `faststore dev [PATH]`

Expand All @@ -107,7 +107,7 @@ ARGUMENTS
PATH The path where the FastStore being run is. Defaults to cwd.
```

_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/dev.ts)_

## `faststore generate-graphql [PATH]`

Expand All @@ -122,7 +122,7 @@ FLAGS
-d, --debug
```

_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/generate-graphql.ts)_

## `faststore help [COMMAND]`

Expand Down Expand Up @@ -154,7 +154,7 @@ ARGUMENTS
PATH The path where the FastStore being run is. Defaults to cwd.
```

_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/start.ts)_

## `faststore test [PATH]`

Expand All @@ -166,5 +166,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.122/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.123/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.122",
"version": "3.0.123",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@antfu/ni": "^0.21.12",
"@faststore/core": "^3.0.122",
"@faststore/core": "^3.0.123",
"@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.122",
"version": "3.0.123",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down

0 comments on commit 0aa8ed0

Please sign in to comment.