Skip to content

Commit

Permalink
[no ci] Release: 3.0.149
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Nov 13, 2024
1 parent 80b2f71 commit 0f32844
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "3.0.144",
"version": "3.0.149",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -10,7 +10,7 @@
"start": "next start"
},
"dependencies": {
"@faststore/api": "^3.0.140",
"@faststore/api": "^3.0.149",
"@faststore/sdk": "^3.0.135",
"@faststore/ui": "^3.0.144",
"next": "13.0.7",
Expand Down
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.148",
"version": "3.0.149",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/api",
"version": "3.0.140",
"version": "3.0.149",
"license": "MIT",
"main": "dist/cjs/src/index.js",
"typings": "dist/esm/src/index.d.ts",
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.148 linux-x64 node-v18.20.4
@faststore/cli/3.0.149 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.148/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148/dist/commands/create.ts)_
_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.149/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.148",
"version": "3.0.149",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@antfu/ni": "^0.21.12",
"@faststore/core": "^3.0.148",
"@faststore/core": "^3.0.149",
"@inquirer/prompts": "^5.1.2",
"@oclif/core": "^1.16.4",
"@oclif/plugin-help": "^5",
Expand Down
4 changes: 2 additions & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "3.0.148",
"version": "3.0.149",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down Expand Up @@ -43,7 +43,7 @@
"@envelop/graphql-jit": "^8.0.3",
"@envelop/parser-cache": "^6.0.2",
"@envelop/validation-cache": "^6.0.2",
"@faststore/api": "^3.0.140",
"@faststore/api": "^3.0.149",
"@faststore/components": "^3.0.144",
"@faststore/graphql-utils": "^3.0.135",
"@faststore/lighthouse": "^3.0.135",
Expand Down

0 comments on commit 0f32844

Please sign in to comment.