diff --git a/CHANGELOG.md b/CHANGELOG.md index d784fa7e3a..f92c603b5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/vtex/faststore/compare/v3.3.0...v3.4.0) (2024-12-19) + +### Features + +- handle RC Events ([#2567](https://github.com/vtex/faststore/issues/2567)) ([486563d](https://github.com/vtex/faststore/commit/486563dd6e15a04686c99bcfaea6f216520255c9)) + # [3.3.0](https://github.com/vtex/faststore/compare/v3.2.1...v3.3.0) (2024-12-18) ### Features diff --git a/apps/site/CHANGELOG.md b/apps/site/CHANGELOG.md index 3c73cb267a..586fcf2da4 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.4.0](https://github.com/vtex/faststore/compare/v3.3.0...v3.4.0) (2024-12-19) + +**Note:** Version bump only for package site + ## [3.1.4](https://github.com/vtex/faststore/compare/v3.1.3...v3.1.4) (2024-12-16) **Note:** Version bump only for package site diff --git a/apps/site/package.json b/apps/site/package.json index 8a2b479119..3dfe6a3a24 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "3.1.4", + "version": "3.4.0", "author": "Emerson Laurentino @emersonlaurentino", "license": "MIT", "private": true, @@ -11,7 +11,7 @@ }, "dependencies": { "@faststore/api": "^3.1.3", - "@faststore/sdk": "^3.1.3", + "@faststore/sdk": "^3.4.0", "@faststore/ui": "^3.1.4", "next": "13.0.7", "nextra": "^2.8.0", diff --git a/lerna.json b/lerna.json index 0bf1ec4f23..2c7e399f1f 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.3.0", + "version": "3.4.0", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 8e058911eb..ebec0105d7 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.4.0](https://github.com/vtex/faststore/compare/v3.3.0...v3.4.0) (2024-12-19) + +**Note:** Version bump only for package @faststore/cli + # [3.3.0](https://github.com/vtex/faststore/compare/v3.2.1...v3.3.0) (2024-12-18) **Note:** Version bump only for package @faststore/cli diff --git a/packages/cli/README.md b/packages/cli/README.md index a82c7610f6..1ff26b7660 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.3.0 linux-x64 node-v18.20.5 +@faststore/cli/3.4.0 linux-x64 node-v18.20.5 $ 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.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/build.ts)_ +_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/build.ts)_ ## `faststore cms-sync [PATH]` @@ -76,7 +76,7 @@ FLAGS -d, --dry-run ``` -_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/cms-sync.ts)_ +_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/cms-sync.ts)_ ## `faststore create [PATH]` @@ -96,7 +96,7 @@ EXAMPLES $ yarn faststore create discovery ``` -_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/create.ts)_ +_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/create.ts)_ ## `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.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/dev.ts)_ +_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/dev.ts)_ ## `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.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/generate-graphql.ts)_ +_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/generate-graphql.ts)_ ## `faststore help [COMMAND]` @@ -156,7 +156,7 @@ ARGUMENTS PORT The port where FastStore should run. Defaults to 3000. ``` -_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/start.ts)_ +_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/start.ts)_ ## `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.ts](https://github.com/vtex/faststore/blob/v3.3.0/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.4.0/dist/commands/test.ts)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index a70e1efa47..a0c975d8e7 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/cli", - "version": "3.3.0", + "version": "3.4.0", "description": "FastStore CLI", "author": "Emerson Laurentino @emersonlaurentino", "bin": { @@ -18,7 +18,7 @@ ], "dependencies": { "@antfu/ni": "^0.21.12", - "@faststore/core": "^3.3.0", + "@faststore/core": "^3.4.0", "@inquirer/prompts": "^5.1.2", "@oclif/core": "^1.16.4", "@oclif/plugin-help": "^5", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index af08bd3ff0..ce98a2a7ef 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/vtex/faststore/compare/v3.3.0...v3.4.0) (2024-12-19) + +### Features + +- handle RC Events ([#2567](https://github.com/vtex/faststore/issues/2567)) ([486563d](https://github.com/vtex/faststore/commit/486563dd6e15a04686c99bcfaea6f216520255c9)) + # [3.3.0](https://github.com/vtex/faststore/compare/v3.2.1...v3.3.0) (2024-12-18) ### Features diff --git a/packages/core/package.json b/packages/core/package.json index 328f2a9f13..659d644301 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/core", - "version": "3.3.0", + "version": "3.4.0", "license": "MIT", "repository": "vtex/faststore", "browserslist": "supports es6-module and not dead", @@ -47,7 +47,7 @@ "@faststore/components": "^3.1.3", "@faststore/graphql-utils": "^3.1.3", "@faststore/lighthouse": "^3.1.3", - "@faststore/sdk": "^3.1.3", + "@faststore/sdk": "^3.4.0", "@faststore/ui": "^3.1.4", "@graphql-codegen/cli": "5.0.2", "@graphql-codegen/client-preset": "4.2.6", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 1899da4938..7b9a35726a 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +# [3.4.0](https://github.com/vtex/faststore/compare/v3.3.0...v3.4.0) (2024-12-19) + +### Features + +- handle RC Events ([#2567](https://github.com/vtex/faststore/issues/2567)) ([486563d](https://github.com/vtex/faststore/commit/486563dd6e15a04686c99bcfaea6f216520255c9)) + ## 3.1.3 (2024-12-13) **Note:** Version bump only for package @faststore/sdk diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 2eca22f3e6..ca84a5e8a0 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "3.1.3", + "version": "3.4.0", "description": "Hooks for creating your next component library", "license": "MIT", "repository": {