Skip to content

Commit

Permalink
[no ci] Release: 3.0.43
Browse files Browse the repository at this point in the history
  • Loading branch information
vtexgithubbot committed Apr 29, 2024
1 parent 10072c1 commit 79c8f51
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 44 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.40",
"version": "3.0.43",
"author": "Emerson Laurentino @emersonlaurentino",
"license": "MIT",
"private": true,
Expand All @@ -10,9 +10,9 @@
"start": "next start"
},
"dependencies": {
"@faststore/api": "^3.0.40",
"@faststore/sdk": "^3.0.40",
"@faststore/ui": "^3.0.40",
"@faststore/api": "^3.0.43",
"@faststore/sdk": "^3.0.43",
"@faststore/ui": "^3.0.43",
"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.40",
"@faststore/eslint-config": "^3.0.43",
"@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.42",
"version": "3.0.43",
"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.40",
"version": "3.0.43",
"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": "^2.6.0",
"@faststore/eslint-config": "^3.0.40",
"@faststore/shared": "^3.0.40",
"@faststore/eslint-config": "^3.0.43",
"@faststore/shared": "^3.0.43",
"@graphql-codegen/cli": "2.2.0",
"@graphql-codegen/typescript": "2.2.2",
"@types/cookie": "^0.6.0",
Expand Down
14 changes: 7 additions & 7 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.40 linux-x64 node-v18.20.2
@faststore/cli/3.0.43 linux-x64 node-v18.20.2
$ faststore --help [COMMAND]
USAGE
$ faststore COMMAND
Expand All @@ -56,7 +56,7 @@ USAGE
$ faststore build
```

_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.40/dist/commands/build.ts)_
_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/build.ts)_

## `faststore cms-sync`

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

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

## `faststore dev`

Expand All @@ -77,7 +77,7 @@ USAGE
$ faststore dev
```

_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.40/dist/commands/dev.ts)_
_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/dev.ts)_

## `faststore generate-graphql`

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

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

## `faststore help [COMMAND]`

Expand Down Expand Up @@ -118,7 +118,7 @@ USAGE
$ faststore start
```

_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.40/dist/commands/start.ts)_
_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/start.ts)_

## `faststore test`

Expand All @@ -127,5 +127,5 @@ USAGE
$ faststore test
```

_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.40/dist/commands/test.ts)_
_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/test.ts)_
<!-- commandsstop -->
6 changes: 3 additions & 3 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.40",
"version": "3.0.43",
"description": "FastStore CLI",
"author": "Emerson Laurentino @emersonlaurentino",
"bin": {
Expand All @@ -27,8 +27,8 @@
"path": "^0.12.7"
},
"devDependencies": {
"@faststore/eslint-config": "^3.0.40",
"@faststore/shared": "^3.0.40",
"@faststore/eslint-config": "^3.0.43",
"@faststore/shared": "^3.0.43",
"@types/chai": "^4",
"@types/fs-extra": "^9.0.13",
"@types/node": "^16.11.63",
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.40",
"version": "3.0.43",
"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.40",
"@faststore/shared": "^3.0.40",
"@faststore/eslint-config": "^3.0.43",
"@faststore/shared": "^3.0.43",
"@testing-library/react": "^14.3.0",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
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.42",
"version": "3.0.43",
"license": "MIT",
"repository": "vtex/faststore",
"browserslist": "supports es6-module and not dead",
Expand Down Expand Up @@ -39,11 +39,11 @@
"@envelop/graphql-jit": "^1.1.1",
"@envelop/parser-cache": "^2.2.0",
"@envelop/validation-cache": "^2.2.0",
"@faststore/api": "^3.0.40",
"@faststore/components": "^3.0.40",
"@faststore/graphql-utils": "^3.0.40",
"@faststore/sdk": "^3.0.40",
"@faststore/ui": "^3.0.40",
"@faststore/api": "^3.0.43",
"@faststore/components": "^3.0.43",
"@faststore/graphql-utils": "^3.0.43",
"@faststore/sdk": "^3.0.43",
"@faststore/ui": "^3.0.43",
"@graphql-codegen/cli": "^3.3.1",
"@graphql-codegen/client-preset": "^4.1.0",
"@graphql-codegen/typescript": "^3.0.4",
Expand Down Expand Up @@ -82,8 +82,8 @@
"devDependencies": {
"@cypress/code-coverage": "^3.12.1",
"@envelop/testing": "^6.0.0",
"@faststore/cli": "^3.0.40",
"@faststore/eslint-config": "^3.0.40",
"@faststore/cli": "^3.0.43",
"@faststore/eslint-config": "^3.0.43",
"@faststore/lighthouse": "^1.12.32",
"@lhci/cli": "^0.9.0",
"@testing-library/cypress": "^10.0.1",
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.40",
"version": "3.0.43",
"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.40",
"version": "3.0.43",
"description": "GraphQL utilities",
"repository": {
"type": "git",
Expand All @@ -21,8 +21,8 @@
"graphql": "^15.6.1"
},
"devDependencies": {
"@faststore/eslint-config": "^3.0.40",
"@faststore/shared": "^3.0.40",
"@faststore/eslint-config": "^3.0.43",
"@faststore/shared": "^3.0.43",
"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.40",
"version": "3.0.43",
"author": "Emerson Laurentino",
"license": "MIT",
"repository": {
Expand All @@ -24,8 +24,8 @@
"lint": "eslint src/**/*.ts"
},
"devDependencies": {
"@faststore/eslint-config": "^3.0.40",
"@faststore/shared": "^3.0.40",
"@faststore/eslint-config": "^3.0.43",
"@faststore/shared": "^3.0.43",
"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.40",
"version": "3.0.43",
"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.40",
"@faststore/shared": "^3.0.43",
"@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.40",
"version": "3.0.43",
"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.40",
"version": "3.0.43",
"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.40",
"@faststore/components": "^3.0.43",
"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.40",
"@faststore/shared": "^3.0.40",
"@faststore/eslint-config": "^3.0.43",
"@faststore/shared": "^3.0.43",
"@size-limit/preset-small-lib": "^7.0.8",
"@types/tabbable": "^3.1.1",
"babel-loader": "^8.2.5",
Expand Down

0 comments on commit 79c8f51

Please sign in to comment.