diff --git a/apps/site/package.json b/apps/site/package.json index a4f3c32804..303543f855 100644 --- a/apps/site/package.json +++ b/apps/site/package.json @@ -1,6 +1,6 @@ { "name": "site", - "version": "3.0.46", + "version": "3.0.47", "author": "Emerson Laurentino @emersonlaurentino", "license": "MIT", "private": true, @@ -10,9 +10,9 @@ "start": "next start" }, "dependencies": { - "@faststore/api": "^3.0.46", - "@faststore/sdk": "^3.0.43", - "@faststore/ui": "^3.0.46", + "@faststore/api": "^3.0.47", + "@faststore/sdk": "^3.0.47", + "@faststore/ui": "^3.0.47", "next": "13.0.7", "nextra": "^2.8.0", "nextra-theme-docs": "^2.8.0", @@ -21,7 +21,7 @@ "sass": "^1.57.1" }, "devDependencies": { - "@faststore/eslint-config": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", "@types/node": "^18.11.16", "eslint": "7.32.0", "react-docgen-typescript": "^2.2.2", diff --git a/lerna.json b/lerna.json index f0c9a692a5..51b9d0262c 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "3.0.46", + "version": "3.0.47", "npmClient": "yarn", "command": { "publish": { diff --git a/packages/api/package.json b/packages/api/package.json index 2dd10feeda..719450f558 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "3.0.46", + "version": "3.0.47", "license": "MIT", "main": "dist/cjs/src/index.js", "typings": "dist/esm/src/index.d.ts", @@ -51,8 +51,8 @@ }, "devDependencies": { "@envelop/core": "^2.6.0", - "@faststore/eslint-config": "^3.0.43", - "@faststore/shared": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", + "@faststore/shared": "^3.0.47", "@graphql-codegen/cli": "2.2.0", "@graphql-codegen/typescript": "2.2.2", "@types/cookie": "^0.6.0", diff --git a/packages/cli/README.md b/packages/cli/README.md index 4b7e8f6b09..027d40b830 100644 --- a/packages/cli/README.md +++ b/packages/cli/README.md @@ -30,7 +30,7 @@ $ npm install -g @faststore/cli $ faststore COMMAND running command... $ faststore (--version) -@faststore/cli/3.0.43 linux-x64 node-v18.20.2 +@faststore/cli/3.0.47 linux-x64 node-v18.20.2 $ faststore --help [COMMAND] USAGE $ faststore COMMAND @@ -56,7 +56,7 @@ USAGE $ faststore build ``` -_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/build.ts)_ +_See code: [dist/commands/build.ts](https://github.com/vtex/faststore/blob/v3.0.47/dist/commands/build.ts)_ ## `faststore cms-sync` @@ -68,7 +68,7 @@ FLAGS -d, --dry-run ``` -_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/cms-sync.ts)_ +_See code: [dist/commands/cms-sync.ts](https://github.com/vtex/faststore/blob/v3.0.47/dist/commands/cms-sync.ts)_ ## `faststore dev` @@ -77,7 +77,7 @@ USAGE $ faststore dev ``` -_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/dev.ts)_ +_See code: [dist/commands/dev.ts](https://github.com/vtex/faststore/blob/v3.0.47/dist/commands/dev.ts)_ ## `faststore generate-graphql` @@ -89,7 +89,7 @@ FLAGS -d, --debug ``` -_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/generate-graphql.ts)_ +_See code: [dist/commands/generate-graphql.ts](https://github.com/vtex/faststore/blob/v3.0.47/dist/commands/generate-graphql.ts)_ ## `faststore help [COMMAND]` @@ -118,7 +118,7 @@ USAGE $ faststore start ``` -_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/start.ts)_ +_See code: [dist/commands/start.ts](https://github.com/vtex/faststore/blob/v3.0.47/dist/commands/start.ts)_ ## `faststore test` @@ -127,5 +127,5 @@ USAGE $ faststore test ``` -_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.43/dist/commands/test.ts)_ +_See code: [dist/commands/test.ts](https://github.com/vtex/faststore/blob/v3.0.47/dist/commands/test.ts)_ diff --git a/packages/cli/package.json b/packages/cli/package.json index 1e0327098f..9fe489dc25 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/cli", - "version": "3.0.43", + "version": "3.0.47", "description": "FastStore CLI", "author": "Emerson Laurentino @emersonlaurentino", "bin": { @@ -27,8 +27,8 @@ "path": "^0.12.7" }, "devDependencies": { - "@faststore/eslint-config": "^3.0.43", - "@faststore/shared": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", + "@faststore/shared": "^3.0.47", "@types/chai": "^4", "@types/fs-extra": "^9.0.13", "@types/node": "^16.11.63", diff --git a/packages/components/package.json b/packages/components/package.json index ad3c72a662..fcabcc0bb7 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/components", - "version": "3.0.46", + "version": "3.0.47", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "typings": "dist/esm/index.d.ts", @@ -35,8 +35,8 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@faststore/eslint-config": "^3.0.43", - "@faststore/shared": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", + "@faststore/shared": "^3.0.47", "@testing-library/react": "^14.3.0", "@types/react": "^18.2.42", "@types/react-dom": "^18.2.17", diff --git a/packages/core/package.json b/packages/core/package.json index 33f43c8d10..ef73e54e61 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/core", - "version": "3.0.46", + "version": "3.0.47", "license": "MIT", "repository": "vtex/faststore", "browserslist": "supports es6-module and not dead", @@ -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.46", - "@faststore/components": "^3.0.46", - "@faststore/graphql-utils": "^3.0.43", - "@faststore/sdk": "^3.0.43", - "@faststore/ui": "^3.0.46", + "@faststore/api": "^3.0.47", + "@faststore/components": "^3.0.47", + "@faststore/graphql-utils": "^3.0.47", + "@faststore/sdk": "^3.0.47", + "@faststore/ui": "^3.0.47", "@graphql-codegen/cli": "^3.3.1", "@graphql-codegen/client-preset": "^4.1.0", "@graphql-codegen/typescript": "^3.0.4", @@ -82,8 +82,8 @@ "devDependencies": { "@cypress/code-coverage": "^3.12.1", "@envelop/testing": "^6.0.0", - "@faststore/cli": "^3.0.43", - "@faststore/eslint-config": "^3.0.43", + "@faststore/cli": "^3.0.47", + "@faststore/eslint-config": "^3.0.47", "@faststore/lighthouse": "^1.12.32", "@lhci/cli": "^0.9.0", "@testing-library/cypress": "^10.0.1", diff --git a/packages/eslint-config/package.json b/packages/eslint-config/package.json index 4de18e381f..6a6a0de186 100644 --- a/packages/eslint-config/package.json +++ b/packages/eslint-config/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/eslint-config", - "version": "3.0.43", + "version": "3.0.47", "main": "index.js", "license": "MIT", "repository": "vtex/faststore", diff --git a/packages/graphql-utils/package.json b/packages/graphql-utils/package.json index 1499f65584..b907ea0acb 100644 --- a/packages/graphql-utils/package.json +++ b/packages/graphql-utils/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/graphql-utils", - "version": "3.0.43", + "version": "3.0.47", "description": "GraphQL utilities", "repository": { "type": "git", @@ -21,8 +21,8 @@ "graphql": "^15.6.1" }, "devDependencies": { - "@faststore/eslint-config": "^3.0.43", - "@faststore/shared": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", + "@faststore/shared": "^3.0.47", "cross-env": "^7.0.2", "eslint": "7.32.0", "typescript": "^4.2.4" diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index bb55b836cc..071a95cc69 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/lighthouse", - "version": "3.0.43", + "version": "3.0.47", "author": "Emerson Laurentino", "license": "MIT", "repository": { @@ -24,8 +24,8 @@ "lint": "eslint src/**/*.ts" }, "devDependencies": { - "@faststore/eslint-config": "^3.0.43", - "@faststore/shared": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", + "@faststore/shared": "^3.0.47", "eslint": "7.32.0", "typescript": "^4.2.4" } diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 759922cb63..162659531b 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "3.0.43", + "version": "3.0.47", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { @@ -37,7 +37,7 @@ "react": "^18.2.0" }, "devDependencies": { - "@faststore/shared": "^3.0.43", + "@faststore/shared": "^3.0.47", "@size-limit/preset-small-lib": "^7.0.8", "@testing-library/react-hooks": "^8.0.1", "fake-indexeddb": "^3.1.3", diff --git a/packages/shared/package.json b/packages/shared/package.json index 94618db480..a0b0010945 100644 --- a/packages/shared/package.json +++ b/packages/shared/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/shared", - "version": "3.0.43", + "version": "3.0.47", "private": true, "files": [ "tsconfig.json" diff --git a/packages/ui/package.json b/packages/ui/package.json index b86396f231..e39b68b02d 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "3.0.46", + "version": "3.0.47", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -48,7 +48,7 @@ } ], "dependencies": { - "@faststore/components": "^3.0.46", + "@faststore/components": "^3.0.47", "include-media": "^1.4.10", "modern-normalize": "^1.1.0", "react-swipeable": "^7.0.0", @@ -59,8 +59,8 @@ "react-dom": "^18.2.0" }, "devDependencies": { - "@faststore/eslint-config": "^3.0.43", - "@faststore/shared": "^3.0.43", + "@faststore/eslint-config": "^3.0.47", + "@faststore/shared": "^3.0.47", "@size-limit/preset-small-lib": "^7.0.8", "@types/tabbable": "^3.1.1", "babel-loader": "^8.2.5",