Skip to content

Commit

Permalink
[no ci] Release: 3.0.89
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Jul 29, 2024
1 parent 6cbf76a commit ade8691
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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.88",
"version": "3.0.89",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -12,7 +12,7 @@
"dependencies": {
"@faststore/api": "^3.0.88",
"@faststore/sdk": "^3.0.88",
"@faststore/ui": "^3.0.88",
"@faststore/ui": "^3.0.89",
"next": "13.0.7",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
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.88",
"version": "3.0.89",
"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.88 linux-x64 node-v18.20.4
@faststore/cli/3.0.89 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.88/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.89/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.88/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.89/dist/commands/cms-sync.ts)_

## `faststore dev [PATH]`

Expand All @@ -87,7 +87,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.88/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.89/dist/commands/dev.ts)_

## `faststore generate-graphql [PATH]`

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

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

## `faststore help [COMMAND]`

Expand Down Expand Up @@ -142,7 +142,7 @@ EXAMPLES
$ yarn faststore init discovery
```

_See code: [dist/commands/init.ts](https://github.com/vtex/faststore/blob/v3.0.88/dist/commands/init.ts)_
_See code: [dist/commands/init.ts](https://github.com/vtex/faststore/blob/v3.0.89/dist/commands/init.ts)_

## `faststore start [PATH]`

Expand All @@ -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.88/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.89/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.88/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.89/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.88",
"version": "3.0.89",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@antfu/ni": "^0.21.12",
"@faststore/core": "^3.0.88",
"@faststore/core": "^3.0.89",
"@inquirer/prompts": "^5.1.2",
"@oclif/core": "^1.16.4",
"@oclif/plugin-help": "^5",
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/components",
"version": "3.0.88",
"version": "3.0.89",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.88",
"version": "3.0.89",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down Expand Up @@ -44,10 +44,10 @@
"@envelop/parser-cache": "^2.2.0",
"@envelop/validation-cache": "^2.2.0",
"@faststore/api": "^3.0.88",
"@faststore/components": "^3.0.88",
"@faststore/components": "^3.0.89",
"@faststore/graphql-utils": "^3.0.88",
"@faststore/sdk": "^3.0.88",
"@faststore/ui": "^3.0.88",
"@faststore/ui": "^3.0.89",
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@graphql-codegen/typescript": "^4.0.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/ui",
"version": "3.0.88",
"version": "3.0.89",
"description": "A lightweight, framework agnostic component library for React",
"author": "emersonlaurentino",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
],
"dependencies": {
"@faststore/components": "^3.0.88",
"@faststore/components": "^3.0.89",
"include-media": "^1.4.10",
"modern-normalize": "^1.1.0",
"react-swipeable": "^7.0.0",
Expand Down

0 comments on commit ade8691

Please sign in to comment.