From 8211d488f8f335ebbb039cac389318d72497e4eb Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Thu, 29 Jul 2021 14:09:19 +0000 Subject: [PATCH] Release: 0.372.20 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/gatsby-plugin-cms/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-cms/package.json | 2 +- .../gatsby-plugin-google-tag-manager/CHANGELOG.md | 11 +++++++++++ .../gatsby-plugin-google-tag-manager/package.json | 4 ++-- packages/gatsby-plugin-graphql/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-graphql/package.json | 2 +- packages/gatsby-plugin-i18n/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-i18n/package.json | 2 +- packages/gatsby-plugin-nginx/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-nginx/package.json | 2 +- packages/gatsby-plugin-performance/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-performance/package.json | 2 +- packages/gatsby-plugin-pixel-facebook/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-pixel-facebook/package.json | 4 ++-- packages/gatsby-plugin-theme-ui/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-theme-ui/package.json | 2 +- packages/gatsby-plugin-thumbor/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-thumbor/package.json | 2 +- packages/gatsby-source-vtex/CHANGELOG.md | 11 +++++++++++ packages/gatsby-source-vtex/package.json | 2 +- packages/gatsby-theme-store/CHANGELOG.md | 11 +++++++++++ packages/gatsby-theme-store/package.json | 12 ++++++------ packages/lighthouse-config/CHANGELOG.md | 11 +++++++++++ packages/lighthouse-config/package.json | 2 +- packages/renovate-config/CHANGELOG.md | 11 +++++++++++ packages/renovate-config/package.json | 2 +- packages/store-sdk/CHANGELOG.md | 11 +++++++++++ packages/store-sdk/package.json | 2 +- packages/store-ui/CHANGELOG.md | 11 +++++++++++ packages/store-ui/package.json | 2 +- 32 files changed, 199 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5639c22bdd..83ea385408 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/lerna.json b/lerna.json index 27759022ab..77cf896511 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.372.19", + "version": "0.372.20", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/gatsby-plugin-cms/CHANGELOG.md b/packages/gatsby-plugin-cms/CHANGELOG.md index f281de3c2c..0008bbca7a 100644 --- a/packages/gatsby-plugin-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-cms/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index a5f136ee84..462bd95d68 100644 --- a/packages/gatsby-plugin-cms/package.json +++ b/packages/gatsby-plugin-cms/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-cms", - "version": "0.372.19", + "version": "0.372.20", "description": "Gatsby plugin for building pages with VTEX CMS.", "repository": { "type": "git", diff --git a/packages/gatsby-plugin-google-tag-manager/CHANGELOG.md b/packages/gatsby-plugin-google-tag-manager/CHANGELOG.md index 11c2ee398c..1db36841da 100644 --- a/packages/gatsby-plugin-google-tag-manager/CHANGELOG.md +++ b/packages/gatsby-plugin-google-tag-manager/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-google-tag-manager/package.json b/packages/gatsby-plugin-google-tag-manager/package.json index 197190663c..5b29a81d72 100644 --- a/packages/gatsby-plugin-google-tag-manager/package.json +++ b/packages/gatsby-plugin-google-tag-manager/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-google-tag-manager", - "version": "0.372.19", + "version": "0.372.20", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", @@ -23,7 +23,7 @@ ], "license": "MIT", "devDependencies": { - "@vtex/gatsby-theme-store": "^0.372.19", + "@vtex/gatsby-theme-store": "^0.372.20", "cross-env": "^7.0.2", "gatsby": "^3.1.1", "typescript": "^4.2.4" diff --git a/packages/gatsby-plugin-graphql/CHANGELOG.md b/packages/gatsby-plugin-graphql/CHANGELOG.md index 2007c07b96..c6fd66b6d8 100644 --- a/packages/gatsby-plugin-graphql/CHANGELOG.md +++ b/packages/gatsby-plugin-graphql/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-graphql/package.json b/packages/gatsby-plugin-graphql/package.json index 1c30bb97f5..afa95ab341 100644 --- a/packages/gatsby-plugin-graphql/package.json +++ b/packages/gatsby-plugin-graphql/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-graphql", - "version": "0.372.19", + "version": "0.372.20", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", diff --git a/packages/gatsby-plugin-i18n/CHANGELOG.md b/packages/gatsby-plugin-i18n/CHANGELOG.md index e5e3e682f2..e734f705f7 100644 --- a/packages/gatsby-plugin-i18n/CHANGELOG.md +++ b/packages/gatsby-plugin-i18n/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-i18n/package.json b/packages/gatsby-plugin-i18n/package.json index c47bf67204..c2aaebd24d 100644 --- a/packages/gatsby-plugin-i18n/package.json +++ b/packages/gatsby-plugin-i18n/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-i18n", - "version": "0.372.19", + "version": "0.372.20", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", diff --git a/packages/gatsby-plugin-nginx/CHANGELOG.md b/packages/gatsby-plugin-nginx/CHANGELOG.md index c3ffb08835..84469573e0 100644 --- a/packages/gatsby-plugin-nginx/CHANGELOG.md +++ b/packages/gatsby-plugin-nginx/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index b8a34dd182..e91aa8f0dd 100644 --- a/packages/gatsby-plugin-nginx/package.json +++ b/packages/gatsby-plugin-nginx/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-nginx", - "version": "0.372.19", + "version": "0.372.20", "description": "Gatsby plugin to generate a nginx configuration template.", "license": "MIT", "repository": { diff --git a/packages/gatsby-plugin-performance/CHANGELOG.md b/packages/gatsby-plugin-performance/CHANGELOG.md index e748921f19..5e0497f5f3 100644 --- a/packages/gatsby-plugin-performance/CHANGELOG.md +++ b/packages/gatsby-plugin-performance/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-performance/package.json b/packages/gatsby-plugin-performance/package.json index 245ddad1bb..325f9056a9 100644 --- a/packages/gatsby-plugin-performance/package.json +++ b/packages/gatsby-plugin-performance/package.json @@ -1,7 +1,7 @@ { "name": "@vtex/gatsby-plugin-performance", "author": "Tiago Gimenes", - "version": "0.372.19", + "version": "0.372.20", "license": "MIT", "repository": { "type": "git", diff --git a/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md b/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md index 5054c06ede..e5d268f128 100644 --- a/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md +++ b/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-pixel-facebook/package.json b/packages/gatsby-plugin-pixel-facebook/package.json index 7c9dbea179..538a283552 100644 --- a/packages/gatsby-plugin-pixel-facebook/package.json +++ b/packages/gatsby-plugin-pixel-facebook/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-pixel-facebook", - "version": "0.372.19", + "version": "0.372.20", "description": "Gatsby plugin for using Facebook Pixel with Store Framework Jamstack", "repository": { "type": "git", @@ -23,7 +23,7 @@ ], "license": "MIT", "devDependencies": { - "@vtex/gatsby-theme-store": "^0.372.19", + "@vtex/gatsby-theme-store": "^0.372.20", "cross-env": "^7.0.2", "gatsby": "^3.1.1", "typescript": "^4.2.4" diff --git a/packages/gatsby-plugin-theme-ui/CHANGELOG.md b/packages/gatsby-plugin-theme-ui/CHANGELOG.md index ce4c6ce547..6b7ba82e9d 100644 --- a/packages/gatsby-plugin-theme-ui/CHANGELOG.md +++ b/packages/gatsby-plugin-theme-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index 395800e29e..afc8df7bcb 100644 --- a/packages/gatsby-plugin-theme-ui/package.json +++ b/packages/gatsby-plugin-theme-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-theme-ui", - "version": "0.372.19", + "version": "0.372.20", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", diff --git a/packages/gatsby-plugin-thumbor/CHANGELOG.md b/packages/gatsby-plugin-thumbor/CHANGELOG.md index 497e44290a..787317e11c 100644 --- a/packages/gatsby-plugin-thumbor/CHANGELOG.md +++ b/packages/gatsby-plugin-thumbor/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index 011eee5c60..cd41daa6aa 100644 --- a/packages/gatsby-plugin-thumbor/package.json +++ b/packages/gatsby-plugin-thumbor/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-thumbor", - "version": "0.372.19", + "version": "0.372.20", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-vtex/CHANGELOG.md b/packages/gatsby-source-vtex/CHANGELOG.md index 7074fa5e72..f5257ef3f3 100644 --- a/packages/gatsby-source-vtex/CHANGELOG.md +++ b/packages/gatsby-source-vtex/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index 73873da7d2..d11ff22c76 100644 --- a/packages/gatsby-source-vtex/package.json +++ b/packages/gatsby-source-vtex/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-source-vtex", - "version": "0.372.19", + "version": "0.372.20", "description": "Gatsby source plugin for building websites using VTEX as a data source.", "author": "Store Framework", "license": "MIT", diff --git a/packages/gatsby-theme-store/CHANGELOG.md b/packages/gatsby-theme-store/CHANGELOG.md index 599758a5c4..197e57cbd3 100644 --- a/packages/gatsby-theme-store/CHANGELOG.md +++ b/packages/gatsby-theme-store/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/gatsby-theme-store/package.json b/packages/gatsby-theme-store/package.json index 7c90d43749..2ab75e9cda 100644 --- a/packages/gatsby-theme-store/package.json +++ b/packages/gatsby-theme-store/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-theme-store", - "version": "0.372.19", + "version": "0.372.20", "description": "Gatsby theme for building ecommerce websites", "main": "index.js", "repository": { @@ -53,9 +53,9 @@ "@types/react": "^17.0.11", "@types/react-dom": "^17.0.7", "@types/react-helmet-async": "^1.0.3", - "@vtex/gatsby-plugin-i18n": "^0.372.19", - "@vtex/store-sdk": "^0.372.19", - "@vtex/store-ui": "^0.372.19", + "@vtex/gatsby-plugin-i18n": "^0.372.20", + "@vtex/store-sdk": "^0.372.20", + "@vtex/store-ui": "^0.372.20", "cross-env": "^7.0.2", "gatsby": "^3.1.1", "gatsby-plugin-next-seo": "^1.7.0", @@ -65,8 +65,8 @@ }, "dependencies": { "@theme-ui/match-media": "^0.3.1", - "@vtex/gatsby-plugin-graphql": "^0.372.19", - "@vtex/gatsby-plugin-theme-ui": "^0.372.19", + "@vtex/gatsby-plugin-graphql": "^0.372.20", + "@vtex/gatsby-plugin-theme-ui": "^0.372.20", "@vtex/order-items": "^0.6.3", "@vtex/order-manager": "^0.5.2", "gatsby-plugin-bundle-stats": "^2.7.2", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index a983bff374..fea88b88f2 100644 --- a/packages/lighthouse-config/CHANGELOG.md +++ b/packages/lighthouse-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index c8d6b88e45..61ed0c988b 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "0.372.19", + "version": "0.372.20", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index 53ab099855..d0a2254a77 100644 --- a/packages/renovate-config/CHANGELOG.md +++ b/packages/renovate-config/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index d53e2066fd..7768e19b02 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "0.372.19", + "version": "0.372.20", "description": "A plugin that holds the Renovate preset config for updating VTEX dependencies in our stores", "author": "VTEX", "license": "MIT", diff --git a/packages/store-sdk/CHANGELOG.md b/packages/store-sdk/CHANGELOG.md index 18d6ddd0a6..5b02b076ad 100644 --- a/packages/store-sdk/CHANGELOG.md +++ b/packages/store-sdk/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/store-sdk/package.json b/packages/store-sdk/package.json index 563e1d421c..b49ed79736 100644 --- a/packages/store-sdk/package.json +++ b/packages/store-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-sdk", - "version": "0.372.19", + "version": "0.372.20", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/store-ui/CHANGELOG.md b/packages/store-ui/CHANGELOG.md index 7ed25aa052..a92f6f154c 100644 --- a/packages/store-ui/CHANGELOG.md +++ b/packages/store-ui/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 0.372.20 (2021-07-29) + + +### Features + +* **gatsby-theme-store:** fix product click event ([#866](https://github.com/vtex/faststore/issues/866)) ([eeb4df2](https://github.com/vtex/faststore/commit/eeb4df2308a8113256c8c716574ef213d1da9468)) + + + + + ## 0.372.19 (2021-07-29) diff --git a/packages/store-ui/package.json b/packages/store-ui/package.json index 735f50e631..72c449dfda 100644 --- a/packages/store-ui/package.json +++ b/packages/store-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-ui", - "version": "0.372.19", + "version": "0.372.20", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT",