diff --git a/apps/site/package.json b/apps/site/package.json index 0fd6e3f824..7095ca9bab 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "3.0.88", + "version": "3.0.89", "author": "Emerson Laurentino @emersonlaurentino", "license": "MIT", "private": true, @@ -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", diff --git a/lerna.json b/lerna.json index bb7b77df1c..5023c7220e 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.88", + "version": "3.0.89", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/cli/README.md b/packages/cli/README.md index e15ef58818..a9ad7be755 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -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 @@ -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]` @@ -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]` @@ -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]` @@ -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]` @@ -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]` @@ -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]` @@ -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)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index c33cc03c93..e0b8ccf8de 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/cli", - "version": "3.0.88", + "version": "3.0.89", "description": "FastStore CLI", "author": "Emerson Laurentino @emersonlaurentino", "bin": { @@ -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", diff --git a/packages/components/package.json b/packages/components/package.json index d3751b9316..ac6b81ff8f 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -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", diff --git a/packages/core/package.json b/packages/core/package.json index 4ea517501b..d88b6c3069 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -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", @@ -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", diff --git a/packages/ui/package.json b/packages/ui/package.json index c08a7dc5ce..3c3a96465f 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -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", @@ -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",