Skip to content

Commit

Permalink
[no ci] Release: 3.0.135
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Oct 18, 2024
1 parent ce2b49e commit 6112836
Show file tree
Hide file tree
Showing 13 changed files with 46 additions and 46 deletions.
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.0.134",
"version": "3.0.135",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"@faststore/api": "^3.0.134",
"@faststore/sdk": "^3.0.131",
"@faststore/ui": "^3.0.134",
"@faststore/api": "^3.0.135",
"@faststore/sdk": "^3.0.135",
"@faststore/ui": "^3.0.135",
"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.0.134",
"@faststore/eslint-config": "^3.0.135",
"@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.0.134",
"version": "3.0.135",
"npmClient": "yarn",
"command": {
"publish": {
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.0.134",
"version": "3.0.135",
"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.0.134",
"@faststore/shared": "^3.0.131",
"@faststore/eslint-config": "^3.0.135",
"@faststore/shared": "^3.0.135",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/typescript": "2.2.2",
"@parcel/watcher": "^2.4.0",
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.0.134 linux-x64 node-v18.20.4
@faststore/cli/3.0.135 linux-x64 node-v18.20.4
$ 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.0.134/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.135/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.0.134/dist/commands/cms-sync.ts)_
_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.135/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.0.134/dist/commands/create.ts)_
_See code: [dist/commands/create.ts](https://github.com/vtex/faststore/blob/v3.0.135/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.0.134/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.135/dist/commands/dev.ts)_

## `faststore generate-graphql [PATH]`

Expand All @@ -125,7 +125,7 @@ FLAGS
-d, --debug
```

_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.134/dist/commands/generate-graphql.ts)_
_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.135/dist/commands/generate-graphql.ts)_

## `faststore help [COMMAND]`

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

## `faststore test [PATH]`

Expand All @@ -171,5 +171,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.0.134/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.135/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.0.134",
"version": "3.0.135",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -18,7 +18,7 @@
],
"dependencies": {
"@antfu/ni": "^0.21.12",
"@faststore/core": "^3.0.134",
"@faststore/core": "^3.0.135",
"@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.0.134",
"@faststore/shared": "^3.0.131",
"@faststore/eslint-config": "^3.0.135",
"@faststore/shared": "^3.0.135",
"@types/chai": "^4",
"@types/degit": "^2.8.6",
"@types/fs-extra": "^9.0.13",
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.0.134",
"version": "3.0.135",
"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.0.134",
"@faststore/shared": "^3.0.131",
"@faststore/eslint-config": "^3.0.135",
"@faststore/shared": "^3.0.135",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^14.3.0",
"@types/jest-axe": "^3.5.9",
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.0.134",
"version": "3.0.135",
"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.0.134",
"@faststore/components": "^3.0.134",
"@faststore/graphql-utils": "^3.0.134",
"@faststore/lighthouse": "^3.0.134",
"@faststore/sdk": "^3.0.131",
"@faststore/ui": "^3.0.134",
"@faststore/api": "^3.0.135",
"@faststore/components": "^3.0.135",
"@faststore/graphql-utils": "^3.0.135",
"@faststore/lighthouse": "^3.0.135",
"@faststore/sdk": "^3.0.135",
"@faststore/ui": "^3.0.135",
"@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.0.134",
"@faststore/eslint-config": "^3.0.135",
"@lhci/cli": "^0.9.0",
"@testing-library/cypress": "^10.0.1",
"@types/cypress": "^1.1.3",
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.0.134",
"version": "3.0.135",
"main": "index.js",
"license": "MIT",
"repository": "vtex/faststore",
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.0.134",
"version": "3.0.135",
"description": "GraphQL utilities",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"graphql": "^15.6.1"
},
"devDependencies": {
"@faststore/eslint-config": "^3.0.134",
"@faststore/shared": "^3.0.131",
"@faststore/eslint-config": "^3.0.135",
"@faststore/shared": "^3.0.135",
"cross-env": "^7.0.2",
"eslint": "7.32.0",
"typescript": "^4.2.4"
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.0.134",
"version": "3.0.135",
"author": "Emerson Laurentino",
"license": "MIT",
"repository": {
Expand All @@ -24,8 +24,8 @@
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@faststore/eslint-config": "^3.0.134",
"@faststore/shared": "^3.0.131",
"@faststore/eslint-config": "^3.0.135",
"@faststore/shared": "^3.0.135",
"eslint": "7.32.0",
"typescript": "^4.2.4"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/sdk",
"version": "3.0.131",
"version": "3.0.135",
"description": "Hooks for creating your next component library",
"license": "MIT",
"repository": {
Expand Down Expand Up @@ -37,7 +37,7 @@
"react": "^18.2.0"
},
"devDependencies": {
"@faststore/shared": "^3.0.131",
"@faststore/shared": "^3.0.135",
"@size-limit/preset-small-lib": "^7.0.8",
"@testing-library/react-hooks": "^8.0.1",
"fake-indexeddb": "^3.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/shared",
"version": "3.0.131",
"version": "3.0.135",
"private": true,
"files": [
"tsconfig.json"
Expand Down
8 changes: 4 additions & 4 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@faststore/ui",
"version": "3.0.134",
"version": "3.0.135",
"description": "A lightweight, framework agnostic component library for React",
"author": "emersonlaurentino",
"license": "MIT",
Expand Down Expand Up @@ -48,7 +48,7 @@
}
],
"dependencies": {
"@faststore/components": "^3.0.134",
"@faststore/components": "^3.0.135",
"include-media": "^1.4.10",
"modern-normalize": "^1.1.0",
"react-swipeable": "^7.0.0",
Expand All @@ -59,8 +59,8 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@faststore/eslint-config": "^3.0.134",
"@faststore/shared": "^3.0.131",
"@faststore/eslint-config": "^3.0.135",
"@faststore/shared": "^3.0.135",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/tabbable": "^3.1.1",
"babel-loader": "^8.2.5",
Expand Down

0 comments on commit 6112836

Please sign in to comment.