Skip to content

Commit 0460209

Browse files
committed
Merge branch 'dev' into fix/cart-behavior
* dev: [no ci] Release: 3.94.1-dev.0 [no ci] Release: 3.94.0 feat: update version to 3.93.0-dev.4 and clean up changelogs (vtex#3127) feat: release version 20251119 17 05 (vtex#3126) feat: Trigger build [no ci] Release: 3.93.0 Trigger build feat: release version 20251118 (vtex#3121) [no ci] Release: 3.93.0 feat: RTL (vtex#3098)
2 parents e52fa7f + 451e291 commit 0460209

File tree

23 files changed

+148
-388
lines changed

23 files changed

+148
-388
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.94.1-dev.0](https://github.com/vtex/faststore/compare/v3.94.0...v3.94.1-dev.0) (2025-11-19)
7+
8+
# 3.93.0-dev.4 (2025-11-17)
9+
10+
**Note:** Version bump only for package faststore
11+
12+
# 3.94.0 (2025-11-19)
13+
14+
### Features
15+
16+
- release version 20251119 17 05 ([#3126](https://github.com/vtex/faststore/issues/3126)) ([9753c3f](https://github.com/vtex/faststore/commit/9753c3ff5ea760767978c41ec138b661a87ad731))
17+
- update version to 3.93.0-dev.4 and clean up changelogs ([#3127](https://github.com/vtex/faststore/issues/3127)) ([0c29d74](https://github.com/vtex/faststore/commit/0c29d749dc2222d01d848ffda9c2ae95dfba22af))
18+
619
# [3.93.0-dev.4](https://github.com/vtex/faststore/compare/v3.93.0-dev.3...v3.93.0-dev.4) (2025-11-17)
720

821
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.93.0-dev.4",
2+
"version": "3.94.1-dev.0",
33
"npmClient": "pnpm",
44
"command": {
55
"publish": {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"stylelint:fix": "stylelint \"**/*.scss\" --fix",
1515
"test": "turbo run test",
1616
"size": "turbo run size",
17-
"release": "lerna version --conventional-commits --conventional-graduate --yes && lerna publish from-git --yes",
17+
"release": "lerna version --conventional-commits --yes && lerna publish from-git --yes",
1818
"release:dev": "lerna version --conventional-commits --conventional-prerelease --preid=dev --yes && lerna publish from-git --dist-tag=dev --yes",
1919
"clean": "turbo run clean && rm -rf node_modules",
2020
"prepare": "husky"

packages/api/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.94.1-dev.0](https://github.com/vtex/faststore/compare/v3.94.0...v3.94.1-dev.0) (2025-11-19)
7+
8+
**Note:** Version bump only for package @faststore/api
9+
10+
# 3.94.0 (2025-11-19)
11+
12+
### Features
13+
14+
- release version 20251119 17 05 ([#3126](https://github.com/vtex/faststore/issues/3126)) ([9753c3f](https://github.com/vtex/faststore/commit/9753c3ff5ea760767978c41ec138b661a87ad731))
15+
- update version to 3.93.0-dev.4 and clean up changelogs ([#3127](https://github.com/vtex/faststore/issues/3127)) ([0c29d74](https://github.com/vtex/faststore/commit/0c29d749dc2222d01d848ffda9c2ae95dfba22af))
16+
617
# 3.93.0-dev.3 (2025-11-17)
718

819
**Note:** Version bump only for package @faststore/api

packages/api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/api",
3-
"version": "3.93.0-dev.3",
3+
"version": "3.94.1-dev.0",
44
"license": "MIT",
55
"main": "dist/cjs/src/index.js",
66
"typings": "dist/esm/src/index.d.ts",

packages/cli/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.94.1-dev.0](https://github.com/vtex/faststore/compare/v3.94.0...v3.94.1-dev.0) (2025-11-19)
7+
8+
# 3.93.0-dev.4 (2025-11-17)
9+
10+
**Note:** Version bump only for package @faststore/cli
11+
12+
# 3.94.0 (2025-11-19)
13+
14+
### Features
15+
16+
- release version 20251119 17 05 ([#3126](https://github.com/vtex/faststore/issues/3126)) ([9753c3f](https://github.com/vtex/faststore/commit/9753c3ff5ea760767978c41ec138b661a87ad731))
17+
- update version to 3.93.0-dev.4 and clean up changelogs ([#3127](https://github.com/vtex/faststore/issues/3127)) ([0c29d74](https://github.com/vtex/faststore/commit/0c29d749dc2222d01d848ffda9c2ae95dfba22af))
18+
619
# [3.93.0-dev.4](https://github.com/vtex/faststore/compare/v3.93.0-dev.3...v3.93.0-dev.4) (2025-11-17)
720

821
**Note:** Version bump only for package @faststore/cli

packages/cli/README.md

Lines changed: 8 additions & 8 deletions
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.93.0-dev.4 linux-x64 node-v18.20.8
33+
@faststore/cli/3.94.1-dev.0 linux-x64 node-v18.20.8
3434
$ faststore --help [COMMAND]
3535
USAGE
3636
$ faststore COMMAND
@@ -65,7 +65,7 @@ FLAGS
6565
registry.
6666
```
6767

68-
_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/build.js)_
68+
_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/build.js)_
6969

7070
## `faststore cms-sync [PATH]`
7171

@@ -80,7 +80,7 @@ FLAGS
8080
-d, --dry-run
8181
```
8282

83-
_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/cms-sync.js)_
83+
_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/cms-sync.js)_
8484

8585
## `faststore create [PATH]`
8686

@@ -100,7 +100,7 @@ EXAMPLES
100100
$ yarn faststore create discovery
101101
```
102102

103-
_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/create.js)_
103+
_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/create.js)_
104104

105105
## `faststore dev [ACCOUNT] [PATH] [PORT]`
106106

@@ -117,7 +117,7 @@ FLAGS
117117
--watch-plugins Enable watching for plugin changes
118118
```
119119

120-
_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/dev.js)_
120+
_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/dev.js)_
121121

122122
## `faststore generate-graphql [PATH]`
123123

@@ -129,7 +129,7 @@ ARGUMENTS
129129
PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
130130
```
131131

132-
_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/generate-graphql.js)_
132+
_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/generate-graphql.js)_
133133

134134
## `faststore help [COMMAND]`
135135

@@ -163,7 +163,7 @@ ARGUMENTS
163163
PORT The port where FastStore should run. Defaults to 3000.
164164
```
165165

166-
_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/start.js)_
166+
_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/start.js)_
167167

168168
## `faststore test [PATH]`
169169

@@ -175,5 +175,5 @@ ARGUMENTS
175175
PATH The path where the FastStore being tested is. Defaults to cwd.
176176
```
177177

178-
_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.93.0-dev.4/dist/commands/test.js)_
178+
_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.94.1-dev.0/dist/commands/test.js)_
179179
<!-- commandsstop -->

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/cli",
3-
"version": "3.93.0-dev.4",
3+
"version": "3.94.1-dev.0",
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.93.0-dev.4",
21+
"@faststore/core": "^3.94.1-dev.0",
2222
"@inquirer/prompts": "^5.1.2",
2323
"@oclif/core": "^1.16.4",
2424
"@oclif/plugin-help": "^5",

packages/components/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [3.94.1-dev.0](https://github.com/vtex/faststore/compare/v3.94.0...v3.94.1-dev.0) (2025-11-19)
7+
8+
**Note:** Version bump only for package @faststore/components
9+
10+
# 3.94.0 (2025-11-19)
11+
12+
### Features
13+
14+
- release version 20251119 17 05 ([#3126](https://github.com/vtex/faststore/issues/3126)) ([9753c3f](https://github.com/vtex/faststore/commit/9753c3ff5ea760767978c41ec138b661a87ad731))
15+
- update version to 3.93.0-dev.4 and clean up changelogs ([#3127](https://github.com/vtex/faststore/issues/3127)) ([0c29d74](https://github.com/vtex/faststore/commit/0c29d749dc2222d01d848ffda9c2ae95dfba22af))
16+
617
# 3.93.0-dev.3 (2025-11-17)
718

819
**Note:** Version bump only for package @faststore/components

packages/components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/components",
3-
"version": "3.93.0-dev.3",
3+
"version": "3.94.1-dev.0",
44
"main": "dist/cjs/index.js",
55
"module": "dist/esm/index.js",
66
"typings": "dist/esm/index.d.ts",

0 commit comments

Comments
 (0)