Skip to content

Commit

Permalink
[no ci] Release: 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Jan 9, 2025
1 parent 0992d10 commit 180554c
Show file tree
Hide file tree
Showing 25 changed files with 126 additions and 46 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

### Features

- Dynamically import `BreadcrumbBase` internal components ([#2611](https://github.com/vtex/faststore/issues/2611)) ([0992d10](https://github.com/vtex/faststore/commit/0992d10f0a12b54cd79403720abc0198a4d8f3e2))

## 3.4.4 (2024-12-20)

### Bug Fixes
Expand Down
6 changes: 6 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package site
Expand Down
10 changes: 5 additions & 5 deletions apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "3.4.4",
"version": "3.5.0",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"@faststore/api": "^3.4.4",
"@faststore/sdk": "^3.4.4",
"@faststore/ui": "^3.4.4",
"@faststore/api": "^3.5.0",
"@faststore/sdk": "^3.5.0",
"@faststore/ui": "^3.5.0",
"next": "13.0.7",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
Expand All @@ -21,7 +21,7 @@
"sass": "^1.57.1"
},
"devDependencies": {
"@faststore/eslint-config": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@types/node": "^18.11.16",
"eslint": "7.32.0",
"react-docgen-typescript": "^2.2.2",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "3.4.4",
"version": "3.5.0",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
6 changes: 6 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/api
Expand Down
6 changes: 3 additions & 3 deletions packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/api",
"version": "3.4.4",
"version": "3.5.0",
"license": "MIT",
"main": "dist/cjs/src/index.js",
"typings": "dist/esm/src/index.d.ts",
Expand Down Expand Up @@ -51,8 +51,8 @@
},
"devDependencies": {
"@envelop/core": "^5.0.2",
"@faststore/eslint-config": "^3.4.4",
"@faststore/shared": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@faststore/shared": "^3.5.0",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/typescript": "2.2.2",
"@parcel/watcher": "^2.4.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/cli
Expand Down
16 changes: 8 additions & 8 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ npm install -g @faststore/cli
$ faststore COMMAND
running command...
$ faststore (--version)
@faststore/cli/3.4.4 linux-x64 node-v18.20.5
@faststore/cli/3.5.0 linux-x64 node-v18.20.5
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
Expand Down Expand Up @@ -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.4.4/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/build.ts)_

## `faststore cms-sync [PATH]`

Expand All @@ -76,7 +76,7 @@ FLAGS
-d, --dry-run
```

_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.4.4/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/cms-sync.ts)_

## `faststore create [PATH]`

Expand All @@ -96,7 +96,7 @@ EXAMPLES
$ yarn faststore create discovery
```

_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.4.4/dist/commands/create.ts)_
_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/create.ts)_

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

Expand All @@ -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.4.4/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/dev.ts)_

## `faststore generate-graphql [PATH]`

Expand All @@ -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.4.4/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/generate-graphql.ts)_

## `faststore help [COMMAND]`

Expand Down Expand Up @@ -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.4.4/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/start.ts)_

## `faststore test [PATH]`

Expand All @@ -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.4.4/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.5.0/dist/commands/test.ts)_
<!-- commandsstop -->
8 changes: 4 additions & 4 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/cli",
"version": "3.4.4",
"version": "3.5.0",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@antfu/ni": "^0.21.12",
"@faststore/core": "^3.4.4",
"@faststore/core": "^3.5.0",
"@inquirer/prompts": "^5.1.2",
"@oclif/core": "^1.16.4",
"@oclif/plugin-help": "^5",
Expand All @@ -32,8 +32,8 @@
"path": "^0.12.7"
},
"devDependencies": {
"@faststore/eslint-config": "^3.4.4",
"@faststore/shared": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@faststore/shared": "^3.5.0",
"@types/chai": "^4",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^9.0.13",
Expand Down
10 changes: 10 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

# 3.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

### Features

- Dynamically import `BreadcrumbBase` internal components ([#2611](https://github.com/vtex/faststore/issues/2611)) ([0992d10](https://github.com/vtex/faststore/commit/0992d10f0a12b54cd79403720abc0198a4d8f3e2))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/components
Expand Down
6 changes: 3 additions & 3 deletions packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/components",
"version": "3.4.4",
"version": "3.5.0",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down Expand Up @@ -35,8 +35,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@faststore/eslint-config": "^3.4.4",
"@faststore/shared": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@faststore/shared": "^3.5.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.0",
"@types/jest-axe": "^3.5.9",
Expand Down
6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

### Bug Fixes
Expand Down
16 changes: 8 additions & 8 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "3.4.4",
"version": "3.5.0",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down Expand Up @@ -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.4.4",
"@faststore/components": "^3.4.4",
"@faststore/graphql-utils": "^3.4.4",
"@faststore/lighthouse": "^3.4.4",
"@faststore/sdk": "^3.4.4",
"@faststore/ui": "^3.4.4",
"@faststore/api": "^3.5.0",
"@faststore/components": "^3.5.0",
"@faststore/graphql-utils": "^3.5.0",
"@faststore/lighthouse": "^3.5.0",
"@faststore/sdk": "^3.5.0",
"@faststore/ui": "^3.5.0",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.6",
"@graphql-codegen/typescript": "4.0.7",
Expand Down Expand Up @@ -87,7 +87,7 @@
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
"@envelop/testing": "^6.0.0",
"@faststore/eslint-config": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@lhci/cli": "^0.9.0",
"@testing-library/cypress": "^10.0.1",
"@types/cypress": "^1.1.3",
Expand Down
6 changes: 6 additions & 0 deletions packages/eslint-config/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/eslint-config
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/eslint-config",
"version": "3.4.4",
"version": "3.5.0",
"main": "index.js",
"license": "MIT",
"repository": "vtex/faststore",
Expand Down
6 changes: 6 additions & 0 deletions packages/graphql-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/graphql-utils
Expand Down
6 changes: 3 additions & 3 deletions packages/graphql-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/graphql-utils",
"version": "3.4.4",
"version": "3.5.0",
"description": "GraphQL utilities",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"graphql": "^15.6.1"
},
"devDependencies": {
"@faststore/eslint-config": "^3.4.4",
"@faststore/shared": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@faststore/shared": "^3.5.0",
"cross-env": "^7.0.2",
"eslint": "7.32.0",
"typescript": "^4.2.4"
Expand Down
6 changes: 6 additions & 0 deletions packages/lighthouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/lighthouse
Expand Down
6 changes: 3 additions & 3 deletions packages/lighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/lighthouse",
"version": "3.4.4",
"version": "3.5.0",
"author": "Emerson Laurentino",
"license": "MIT",
"repository": {
Expand All @@ -24,8 +24,8 @@
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@faststore/eslint-config": "^3.4.4",
"@faststore/shared": "^3.4.4",
"@faststore/eslint-config": "^3.5.0",
"@faststore/shared": "^3.5.0",
"eslint": "7.32.0",
"typescript": "^4.2.4"
}
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.5.0 (2025-01-09)

### Bug Fixes

- revert the commit ccfbac80a8694b8e674c4657d51e3478ff2605bd ([#2609](https://github.com/vtex/faststore/issues/2609)) ([49679ae](https://github.com/vtex/faststore/commit/49679ae3a735f7fa29d716b6e9f6d4941d73a647))

## 3.4.4 (2024-12-20)

**Note:** Version bump only for package @faststore/sdk
Expand Down
Loading

0 comments on commit 180554c

Please sign in to comment.