Skip to content

Commit 8f562eb

Browse files
author
vtexgithubbot
committed
[no ci] Release: 3.25.10
1 parent 7bb499b commit 8f562eb

File tree

8 files changed

+29
-13
lines changed

8 files changed

+29
-13
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.25.10](https://github.com/vtex/faststore/compare/v3.25.9...v3.25.10) (2025-03-11)
7+
8+
### Bug Fixes
9+
10+
- override to use core breadcrumb component ([#2715](https://github.com/vtex/faststore/issues/2715)) ([7bb499b](https://github.com/vtex/faststore/commit/7bb499b7d7edd1a5959f1f3e7cd8399ef0cb71be))
11+
612
## [3.25.9](https://github.com/vtex/faststore/compare/v3.25.8...v3.25.9) (2025-03-10)
713

814
**Note:** Version bump only for package faststore

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "3.25.9",
2+
"version": "3.25.10",
33
"npmClient": "pnpm",
44
"command": {
55
"publish": {

packages/cli/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.25.10](https://github.com/vtex/faststore/compare/v3.25.9...v3.25.10) (2025-03-11)
7+
8+
**Note:** Version bump only for package @faststore/cli
9+
610
## [3.25.9](https://github.com/vtex/faststore/compare/v3.25.8...v3.25.9) (2025-03-10)
711

812
**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.25.9 linux-x64 node-v18.20.7
33+
@faststore/cli/3.25.10 linux-x64 node-v18.20.7
3434
$ faststore --help [COMMAND]
3535
USAGE
3636
$ faststore COMMAND
@@ -61,7 +61,7 @@ ARGUMENTS
6161
PATH The path where the FastStore being built is. Defaults to cwd.
6262
```
6363

64-
_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/build.js)_
64+
_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/build.js)_
6565

6666
## `faststore cms-sync [PATH]`
6767

@@ -76,7 +76,7 @@ FLAGS
7676
-d, --dry-run
7777
```
7878

79-
_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/cms-sync.js)_
79+
_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/cms-sync.js)_
8080

8181
## `faststore create [PATH]`
8282

@@ -96,7 +96,7 @@ EXAMPLES
9696
$ yarn faststore create discovery
9797
```
9898

99-
_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/create.js)_
99+
_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/create.js)_
100100

101101
## `faststore dev [ACCOUNT] [PATH] [PORT]`
102102

@@ -110,7 +110,7 @@ ARGUMENTS
110110
PORT The port where FastStore should run. Defaults to 3000.
111111
```
112112

113-
_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/dev.js)_
113+
_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/dev.js)_
114114

115115
## `faststore generate-graphql [PATH]`
116116

@@ -122,7 +122,7 @@ ARGUMENTS
122122
PATH The path where the FastStore GraphQL customization is. Defaults to cwd.
123123
```
124124

125-
_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/generate-graphql.js)_
125+
_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/generate-graphql.js)_
126126

127127
## `faststore help [COMMAND]`
128128

@@ -156,7 +156,7 @@ ARGUMENTS
156156
PORT The port where FastStore should run. Defaults to 3000.
157157
```
158158

159-
_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/start.js)_
159+
_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/start.js)_
160160

161161
## `faststore test [PATH]`
162162

@@ -168,5 +168,5 @@ ARGUMENTS
168168
PATH The path where the FastStore being tested is. Defaults to cwd.
169169
```
170170

171-
_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.25.9/dist/commands/test.js)_
171+
_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.25.10/dist/commands/test.js)_
172172
<!-- 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.25.9",
3+
"version": "3.25.10",
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.25.9",
21+
"@faststore/core": "^3.25.10",
2222
"@inquirer/prompts": "^5.1.2",
2323
"@oclif/core": "^1.16.4",
2424
"@oclif/plugin-help": "^5",

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.25.10](https://github.com/vtex/faststore/compare/v3.25.9...v3.25.10) (2025-03-11)
7+
8+
### Bug Fixes
9+
10+
- override to use core breadcrumb component ([#2715](https://github.com/vtex/faststore/issues/2715)) ([7bb499b](https://github.com/vtex/faststore/commit/7bb499b7d7edd1a5959f1f3e7cd8399ef0cb71be))
11+
612
## [3.25.9](https://github.com/vtex/faststore/compare/v3.25.8...v3.25.9) (2025-03-10)
713

814
**Note:** Version bump only for package @faststore/core

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@faststore/core",
3-
"version": "3.25.9",
3+
"version": "3.25.10",
44
"license": "MIT",
55
"repository": "vtex/faststore",
66
"browserslist": "supports es6-module and not dead",

pnpm-lock.yaml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)