Skip to content

Commit ade8691

Browse files
author
vtexgithubbot
committed
[no ci] Release: 3.0.89
1 parent 6cbf76a commit ade8691

File tree

7 files changed

+19
-19
lines changed

7 files changed

+19
-19
lines changed

apps/site/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "site",
3-
"version": "3.0.88",
3+
"version": "3.0.89",
44
"author": "Emerson Laurentino @emersonlaurentino",
55
"license": "MIT",
66
"private": true,
@@ -12,7 +12,7 @@
1212
"dependencies": {
1313
"@faststore/api": "^3.0.88",
1414
"@faststore/sdk": "^3.0.88",
15-
"@faststore/ui": "^3.0.88",
15+
"@faststore/ui": "^3.0.89",
1616
"next": "13.0.7",
1717
"nextra": "^2.8.0",
1818
"nextra-theme-docs": "^2.8.0",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.0.88",
2+
"version": "3.0.89",
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.88 linux-x64 node-v18.20.4
33+
@faststore/cli/3.0.89 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.88/dist/commands/build.ts)_
63+
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.89/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.88/dist/commands/cms-sync.ts)_
78+
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.89/dist/commands/cms-sync.ts)_
7979

8080
## `faststore dev [PATH]`
8181

@@ -87,7 +87,7 @@ ARGUMENTS
8787
PATH The path where the FastStore being run is. Defaults to cwd.
8888
```
8989

90-
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.88/dist/commands/dev.ts)_
90+
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.89/dist/commands/dev.ts)_
9191

9292
## `faststore generate-graphql [PATH]`
9393

@@ -102,7 +102,7 @@ FLAGS
102102
-d, --debug
103103
```
104104

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

107107
## `faststore help [COMMAND]`
108108

@@ -142,7 +142,7 @@ EXAMPLES
142142
$ yarn faststore init discovery
143143
```
144144

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

147147
## `faststore start [PATH]`
148148

@@ -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.88/dist/commands/start.ts)_
157+
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.89/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.88/dist/commands/test.ts)_
169+
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.89/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.88",
3+
"version": "3.0.89",
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.88",
21+
"@faststore/core": "^3.0.89",
2222
"@inquirer/prompts": "^5.1.2",
2323
"@oclif/core": "^1.16.4",
2424
"@oclif/plugin-help": "^5",

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/components",
3-
"version": "3.0.88",
3+
"version": "3.0.89",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"typings": "dist/esm/index.d.ts",

packages/core/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/core",
3-
"version": "3.0.88",
3+
"version": "3.0.89",
44
"license": "MIT",
55
"repository": "vtex/faststore",
66
"browserslist": "supports es6-module and not dead",
@@ -44,10 +44,10 @@
4444
"@envelop/parser-cache": "^2.2.0",
4545
"@envelop/validation-cache": "^2.2.0",
4646
"@faststore/api": "^3.0.88",
47-
"@faststore/components": "^3.0.88",
47+
"@faststore/components": "^3.0.89",
4848
"@faststore/graphql-utils": "^3.0.88",
4949
"@faststore/sdk": "^3.0.88",
50-
"@faststore/ui": "^3.0.88",
50+
"@faststore/ui": "^3.0.89",
5151
"@graphql-codegen/cli": "^5.0.2",
5252
"@graphql-codegen/client-preset": "^4.2.6",
5353
"@graphql-codegen/typescript": "^4.0.7",

packages/ui/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/ui",
3-
"version": "3.0.88",
3+
"version": "3.0.89",
44
"description": "A lightweight, framework agnostic component library for React",
55
"author": "emersonlaurentino",
66
"license": "MIT",
@@ -48,7 +48,7 @@
4848
}
4949
],
5050
"dependencies": {
51-
"@faststore/components": "^3.0.88",
51+
"@faststore/components": "^3.0.89",
5252
"include-media": "^1.4.10",
5353
"modern-normalize": "^1.1.0",
5454
"react-swipeable": "^7.0.0",

0 commit comments

Comments
 (0)