From 12b2c7ae619a3f903e514cfd2dffd7d75cfb0a6d Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Wed, 29 Jan 2025 20:44:15 +0000 Subject: [PATCH] [no ci] Release: 3.11.4 --- CHANGELOG.md | 4 ++++ apps/site/CHANGELOG.md | 4 ++++ apps/site/package.json | 8 ++++---- lerna.json | 2 +- packages/api/CHANGELOG.md | 4 ++++ packages/api/package.json | 2 +- packages/cli/CHANGELOG.md | 4 ++++ packages/cli/README.md | 16 ++++++++-------- packages/cli/package.json | 4 ++-- packages/components/CHANGELOG.md | 4 ++++ packages/components/package.json | 2 +- packages/core/CHANGELOG.md | 4 ++++ packages/core/package.json | 10 +++++----- packages/sdk/CHANGELOG.md | 4 ++++ packages/sdk/package.json | 2 +- packages/ui/CHANGELOG.md | 4 ++++ packages/ui/package.json | 4 ++-- 17 files changed, 57 insertions(+), 25 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4f216c20e..807144c183 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package faststore + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package faststore diff --git a/apps/site/CHANGELOG.md b/apps/site/CHANGELOG.md index 82d1c46a4d..7451163b7f 100644 --- a/apps/site/CHANGELOG.md +++ b/apps/site/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package site + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package site diff --git a/apps/site/package.json b/apps/site/package.json index f26a929f82..097c4f22b6 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "3.11.3", + "version": "3.11.4", "author": "Emerson Laurentino @emersonlaurentino", "license": "MIT", "private": true, @@ -10,9 +10,9 @@ "start": "next start" }, "dependencies": { - "@faststore/api": "^3.11.3", - "@faststore/sdk": "^3.11.3", - "@faststore/ui": "^3.11.3", + "@faststore/api": "^3.11.4", + "@faststore/sdk": "^3.11.4", + "@faststore/ui": "^3.11.4", "next": "13.0.7", "nextra": "^2.8.0", "nextra-theme-docs": "^2.8.0", diff --git a/lerna.json b/lerna.json index d774cedc58..231ce6a042 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.11.3", + "version": "3.11.4", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c44029b863..e3dbabd3b4 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package @faststore/api + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package @faststore/api diff --git a/packages/api/package.json b/packages/api/package.json index 843e96958f..df526c85a2 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "3.11.3", + "version": "3.11.4", "license": "MIT", "main": "dist/cjs/src/index.js", "typings": "dist/esm/src/index.d.ts", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 41023a2222..d73e6c5375 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package @faststore/cli + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package @faststore/cli diff --git a/packages/cli/README.md b/packages/cli/README.md index b2195331d1..207626d480 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.11.3 linux-x64 node-v18.20.6 +@faststore/cli/3.11.4 linux-x64 node-v18.20.6 $ faststore --help [COMMAND] USAGE $ faststore COMMAND @@ -61,7 +61,7 @@ ARGUMENTS PATH The path where the FastStore being built is. Defaults to cwd. ``` -_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/build.js)_ +_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/build.js)_ ## `faststore cms-sync [PATH]` @@ -76,7 +76,7 @@ FLAGS -d, --dry-run ``` -_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/cms-sync.js)_ +_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/cms-sync.js)_ ## `faststore create [PATH]` @@ -96,7 +96,7 @@ EXAMPLES $ yarn faststore create discovery ``` -_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/create.js)_ +_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/create.js)_ ## `faststore dev [ACCOUNT] [PATH] [PORT]` @@ -110,7 +110,7 @@ ARGUMENTS PORT The port where FastStore should run. Defaults to 3000. ``` -_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/dev.js)_ +_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/dev.js)_ ## `faststore generate-graphql [PATH]` @@ -122,7 +122,7 @@ ARGUMENTS PATH The path where the FastStore GraphQL customization is. Defaults to cwd. ``` -_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/generate-graphql.js)_ +_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/generate-graphql.js)_ ## `faststore help [COMMAND]` @@ -156,7 +156,7 @@ ARGUMENTS PORT The port where FastStore should run. Defaults to 3000. ``` -_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/start.js)_ +_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/start.js)_ ## `faststore test [PATH]` @@ -168,5 +168,5 @@ ARGUMENTS PATH The path where the FastStore being tested is. Defaults to cwd. ``` -_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/test.js)_ +_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.11.4/dist/commands/test.js)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index 9cb4c6e77d..cf5a74e074 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/cli", - "version": "3.11.3", + "version": "3.11.4", "description": "FastStore CLI", "author": "Emerson Laurentino @emersonlaurentino", "bin": { @@ -18,7 +18,7 @@ ], "dependencies": { "@antfu/ni": "^0.21.12", - "@faststore/core": "^3.11.3", + "@faststore/core": "^3.11.4", "@inquirer/prompts": "^5.1.2", "@oclif/core": "^1.16.4", "@oclif/plugin-help": "^5", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 6c1232982f..376cd05b72 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package @faststore/components + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package @faststore/components diff --git a/packages/components/package.json b/packages/components/package.json index 4f9a8f68ac..d8eead9eee 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/components", - "version": "3.11.3", + "version": "3.11.4", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "typings": "dist/esm/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 58e9e3b755..3f3ee91fdb 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package @faststore/core + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package @faststore/core diff --git a/packages/core/package.json b/packages/core/package.json index 4981146f36..74a8e89e61 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/core", - "version": "3.11.3", + "version": "3.11.4", "license": "MIT", "repository": "vtex/faststore", "browserslist": "supports es6-module and not dead", @@ -43,12 +43,12 @@ "@envelop/graphql-jit": "^8.0.3", "@envelop/parser-cache": "^6.0.2", "@envelop/validation-cache": "^6.0.2", - "@faststore/api": "^3.11.3", - "@faststore/components": "^3.11.3", + "@faststore/api": "^3.11.4", + "@faststore/components": "^3.11.4", "@faststore/graphql-utils": "^3.11.3", "@faststore/lighthouse": "^3.11.3", - "@faststore/sdk": "^3.11.3", - "@faststore/ui": "^3.11.3", + "@faststore/sdk": "^3.11.4", + "@faststore/ui": "^3.11.4", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.2.6", "@graphql-codegen/typescript": "4.0.7", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 4edb2a845f..2688a9865a 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package @faststore/sdk + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package @faststore/sdk diff --git a/packages/sdk/package.json b/packages/sdk/package.json index e89d7d3176..7f0785a018 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "3.11.3", + "version": "3.11.4", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 3275d144dd..5bd4dbad93 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [3.11.4](https://github.com/vtex/faststore/compare/v3.11.3...v3.11.4) (2025-01-29) + +**Note:** Version bump only for package @faststore/ui + ## [3.11.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29) **Note:** Version bump only for package @faststore/ui diff --git a/packages/ui/package.json b/packages/ui/package.json index 647f9eab0f..83ca5e2538 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "3.11.3", + "version": "3.11.4", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -47,7 +47,7 @@ } ], "dependencies": { - "@faststore/components": "^3.11.3", + "@faststore/components": "^3.11.4", "include-media": "^1.4.10", "modern-normalize": "^1.1.0", "react-swipeable": "^7.0.0",