Skip to content

Commit 0aa8ed0

Browse files
author
vtexgithubbot
committed
[no ci] Release: 3.0.123
1 parent 689932d commit 0aa8ed0

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.122",
2+
"version": "3.0.123",
33
"npmClient": "yarn",
44
"command": {
55
"publish": {

packages/cli/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $ npm install -g @faststore/cli
3030
$ faststore COMMAND
3131
running command...
3232
$ faststore (--version)
33-
@faststore/cli/3.0.122 linux-x64 node-v18.20.4
33+
@faststore/cli/3.0.123 linux-x64 node-v18.20.4
3434
$ faststore --help [COMMAND]
3535
USAGE
3636
$ faststore COMMAND
@@ -60,7 +60,7 @@ ARGUMENTS
6060
PATH The path where the FastStore being built is. Defaults to cwd.
6161
```
6262

63-
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/build.ts)_
63+
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/build.ts)_
6464

6565
## `faststore cms-sync [PATH]`
6666

@@ -75,7 +75,7 @@ FLAGS
7575
-d, --dry-run
7676
```
7777

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

8080
## `faststore create [PATH]`
8181

@@ -95,7 +95,7 @@ EXAMPLES
9595
$ yarn faststore create discovery
9696
```
9797

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

100100
## `faststore dev [PATH]`
101101

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

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

112112
## `faststore generate-graphql [PATH]`
113113

@@ -122,7 +122,7 @@ FLAGS
122122
-d, --debug
123123
```
124124

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

127127
## `faststore help [COMMAND]`
128128

@@ -154,7 +154,7 @@ ARGUMENTS
154154
PATH The path where the FastStore being run is. Defaults to cwd.
155155
```
156156

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

159159
## `faststore test [PATH]`
160160

@@ -166,5 +166,5 @@ ARGUMENTS
166166
PATH The path where the FastStore being tested is. Defaults to cwd.
167167
```
168168

169-
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.122/dist/commands/test.ts)_
169+
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.123/dist/commands/test.ts)_
170170
<!-- commandsstop -->

packages/cli/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/cli",
3-
"version": "3.0.122",
3+
"version": "3.0.123",
44
"description": "FastStore CLI",
55
"author": "Emerson Laurentino @emersonlaurentino",
66
"bin": {
@@ -18,7 +18,7 @@
1818
],
1919
"dependencies": {
2020
"@antfu/ni": "^0.21.12",
21-
"@faststore/core": "^3.0.122",
21+
"@faststore/core": "^3.0.123",
2222
"@inquirer/prompts": "^5.1.2",
2323
"@oclif/core": "^1.16.4",
2424
"@oclif/plugin-help": "^5",

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/core",
3-
"version": "3.0.122",
3+
"version": "3.0.123",
44
"license": "MIT",
55
"repository": "vtex/faststore",
66
"browserslist": "supports es6-module and not dead",

0 commit comments

Comments
 (0)