Skip to content

Commit

Permalink
[no ci] Release: 3.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Jan 29, 2025
1 parent befe398 commit 6b9aae9
Show file tree
Hide file tree
Showing 21 changed files with 69 additions and 29 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

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

## [3.11.2](https://github.com/vtex/faststore/compare/v3.11.1...v3.11.2) (2025-01-29)

**Note:** Version bump only for package faststore
Expand Down
4 changes: 4 additions & 0 deletions apps/site/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

**Note:** Version bump only for package site

## [3.11.2](https://github.com/vtex/faststore/compare/v3.11.1...v3.11.2) (2025-01-29)

**Note:** Version bump only for package site
Expand Down
8 changes: 4 additions & 4 deletions apps/site/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "site",
"version": "3.11.2",
"version": "3.11.3",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"@faststore/api": "^3.9.2",
"@faststore/sdk": "^3.9.2",
"@faststore/ui": "^3.11.2",
"@faststore/api": "^3.11.3",
"@faststore/sdk": "^3.11.3",
"@faststore/ui": "^3.11.3",
"next": "13.0.7",
"nextra": "^2.8.0",
"nextra-theme-docs": "^2.8.0",
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.11.2",
"version": "3.11.3",
"npmClient": "yarn",
"command": {
"publish": {
Expand Down
4 changes: 4 additions & 0 deletions packages/api/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

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

## [3.9.2](https://github.com/vtex/faststore/compare/v3.9.1...v3.9.2) (2025-01-27)

**Note:** Version bump only for package @faststore/api
Expand Down
2 changes: 1 addition & 1 deletion packages/api/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/api",
"version": "3.9.2",
"version": "3.11.3",
"license": "MIT",
"main": "dist/cjs/src/index.js",
"typings": "dist/esm/src/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

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

## [3.11.2](https://github.com/vtex/faststore/compare/v3.11.1...v3.11.2) (2025-01-29)

**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.11.2 linux-x64 node-v18.20.6
@faststore/cli/3.11.3 linux-x64 node-v18.20.6
$ 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.11.2/dist/commands/build.ts)_
_See code: [dist/commands/build.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/build.js)_

## `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.11.2/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/cms-sync.js)_

## `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.11.2/dist/commands/create.ts)_
_See code: [dist/commands/create.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/create.js)_

## `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.11.2/dist/commands/dev.ts)_
_See code: [dist/commands/dev.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/dev.js)_

## `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.11.2/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/generate-graphql.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/generate-graphql.js)_

## `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.11.2/dist/commands/start.ts)_
_See code: [dist/commands/start.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/start.js)_

## `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.11.2/dist/commands/test.ts)_
_See code: [dist/commands/test.js](https://github.com/vtex/faststore/blob/v3.11.3/dist/commands/test.js)_
<!-- commandsstop -->
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/cli",
"version": "3.11.2",
"version": "3.11.3",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@antfu/ni": "^0.21.12",
"@faststore/core": "^3.11.2",
"@faststore/core": "^3.11.3",
"@inquirer/prompts": "^5.1.2",
"@oclif/core": "^1.16.4",
"@oclif/plugin-help": "^5",
Expand Down
4 changes: 4 additions & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

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

## [3.11.2](https://github.com/vtex/faststore/compare/v3.11.1...v3.11.2) (2025-01-29)

**Note:** Version bump only for package @faststore/components
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/components",
"version": "3.11.2",
"version": "3.11.3",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"typings": "dist/esm/index.d.ts",
Expand Down
4 changes: 4 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

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

## [3.11.2](https://github.com/vtex/faststore/compare/v3.11.1...v3.11.2) (2025-01-29)

**Note:** Version bump only for package @faststore/core
Expand Down
14 changes: 7 additions & 7 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/core",
"version": "3.11.2",
"version": "3.11.3",
"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.9.2",
"@faststore/components": "^3.11.2",
"@faststore/graphql-utils": "^3.9.2",
"@faststore/lighthouse": "^3.9.2",
"@faststore/sdk": "^3.9.2",
"@faststore/ui": "^3.11.2",
"@faststore/api": "^3.11.3",
"@faststore/components": "^3.11.3",
"@faststore/graphql-utils": "^3.11.3",
"@faststore/lighthouse": "^3.11.3",
"@faststore/sdk": "^3.11.3",
"@faststore/ui": "^3.11.3",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.6",
"@graphql-codegen/typescript": "4.0.7",
Expand Down
4 changes: 4 additions & 0 deletions packages/graphql-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

**Note:** Version bump only for package @faststore/graphql-utils

## [3.9.2](https://github.com/vtex/faststore/compare/v3.9.1...v3.9.2) (2025-01-27)

**Note:** Version bump only for package @faststore/graphql-utils
Expand Down
2 changes: 1 addition & 1 deletion 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.9.2",
"version": "3.11.3",
"description": "GraphQL utilities",
"repository": {
"type": "git",
Expand Down
4 changes: 4 additions & 0 deletions packages/lighthouse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

**Note:** Version bump only for package @faststore/lighthouse

## [3.9.2](https://github.com/vtex/faststore/compare/v3.9.1...v3.9.2) (2025-01-27)

**Note:** Version bump only for package @faststore/lighthouse
Expand Down
2 changes: 1 addition & 1 deletion packages/lighthouse/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/lighthouse",
"version": "3.9.2",
"version": "3.11.3",
"author": "Emerson Laurentino",
"license": "MIT",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

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

## [3.9.2](https://github.com/vtex/faststore/compare/v3.9.1...v3.9.2) (2025-01-27)

**Note:** Version bump only for package @faststore/sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/sdk",
"version": "3.9.2",
"version": "3.11.3",
"description": "Hooks for creating your next component library",
"license": "MIT",
"repository": {
Expand Down
4 changes: 4 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.3](https://github.com/vtex/faststore/compare/v3.11.2...v3.11.3) (2025-01-29)

**Note:** Version bump only for package @faststore/ui

## [3.11.2](https://github.com/vtex/faststore/compare/v3.11.1...v3.11.2) (2025-01-29)

**Note:** Version bump only for package @faststore/ui
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/ui",
"version": "3.11.2",
"version": "3.11.3",
"description": "A lightweight, framework agnostic component library for React",
"author": "emersonlaurentino",
"license": "MIT",
Expand Down Expand Up @@ -47,7 +47,7 @@
}
],
"dependencies": {
"@faststore/components": "^3.11.2",
"@faststore/components": "^3.11.3",
"include-media": "^1.4.10",
"modern-normalize": "^1.1.0",
"react-swipeable": "^7.0.0",
Expand Down

0 comments on commit 6b9aae9

Please sign in to comment.