Skip to content

Commit

Permalink
[no ci] Release: 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Oct 24, 2023
1 parent 2f46bc2 commit 271888c
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.4",
"version": "2.2.5",
"npmClient": "yarn",
"useWorkspaces": true,
"command": {
Expand Down
14 changes: 7 additions & 7 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ $ npm install -g @faststore/cli
$ faststore COMMAND
running command...
$ faststore (--version)
@faststore/cli/2.2.4 linux-x64 node-v16.20.2
@faststore/cli/2.2.5 linux-x64 node-v16.20.2
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
Expand All @@ -40,7 +40,7 @@ USAGE
$ faststore build
```

_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.2.4/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v2.2.5/dist/commands/build.ts)_

## `faststore cms-sync`

Expand All @@ -49,7 +49,7 @@ USAGE
$ faststore cms-sync
```

_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.2.4/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v2.2.5/dist/commands/cms-sync.ts)_

## `faststore dev`

Expand All @@ -58,7 +58,7 @@ USAGE
$ faststore dev
```

_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.2.4/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v2.2.5/dist/commands/dev.ts)_

## `faststore generate-graphql`

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

_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v2.2.4/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v2.2.5/dist/commands/generate-graphql.ts)_

## `faststore help [COMMAND]`

Expand Down Expand Up @@ -99,7 +99,7 @@ USAGE
$ faststore start
```

_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.2.4/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v2.2.5/dist/commands/start.ts)_

## `faststore test`

Expand All @@ -108,5 +108,5 @@ USAGE
$ faststore test
```

_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v2.2.4/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v2.2.5/dist/commands/test.ts)_
<!-- commandsstop -->
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/cli",
"version": "2.2.4",
"version": "2.2.5",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
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": "2.2.4",
"version": "2.2.5",
"license": "MIT",
"browserslist": "supports es6-module and not dead",
"exports": {
Expand Down Expand Up @@ -80,7 +80,7 @@
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
"@envelop/testing": "^6.0.0",
"@faststore/cli": "^2.2.4",
"@faststore/cli": "^2.2.5",
"@faststore/eslint-config": "^2.2.0",
"@faststore/lighthouse": "^1.12.32",
"@lhci/cli": "^0.9.0",
Expand Down

0 comments on commit 271888c

Please sign in to comment.