From 970f6c907ca948d1d24f3f08900b9f77a31b5cd2 Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Fri, 9 Jul 2021 20:09:34 +0000 Subject: [PATCH] Release: 0.372.7 --- 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 b2e52d4fac..c886e7aadc 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/lerna.json b/lerna.json index 000b7947fe..b061154381 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.372.6", + "version": "0.372.7", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/gatsby-plugin-cms/CHANGELOG.md b/packages/gatsby-plugin-cms/CHANGELOG.md index 01b6b6b390..5d61cd02a3 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index fc046aa74a..4bfecafb67 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.6", + "version": "0.372.7", "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 1c1619aed3..43fee4e21c 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-google-tag-manager/package.json b/packages/gatsby-plugin-google-tag-manager/package.json index f1b26410f0..70eec3cf91 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.6", + "version": "0.372.7", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", @@ -23,7 +23,7 @@ ], "license": "MIT", "devDependencies": { - "@vtex/gatsby-theme-store": "^0.372.6", + "@vtex/gatsby-theme-store": "^0.372.7", "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 708f886a28..f6fdee7343 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-graphql/package.json b/packages/gatsby-plugin-graphql/package.json index 6ab8b0e401..525154b0aa 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.6", + "version": "0.372.7", "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 fa07b150dd..27b521cfb4 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-i18n/package.json b/packages/gatsby-plugin-i18n/package.json index cbe935d7db..e60309c4c3 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.6", + "version": "0.372.7", "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 b2bde89b74..e6a84522e8 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index 61dfc37ad4..47383fe8c0 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.6", + "version": "0.372.7", "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 d148a403a1..7fe944681c 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-performance/package.json b/packages/gatsby-plugin-performance/package.json index fd77056b7f..3a86bd0768 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.6", + "version": "0.372.7", "license": "MIT", "repository": { "type": "git", diff --git a/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md b/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md index 24077b0561..3619b2823d 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-pixel-facebook/package.json b/packages/gatsby-plugin-pixel-facebook/package.json index ee34a4438c..fe385c9220 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.6", + "version": "0.372.7", "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.6", + "@vtex/gatsby-theme-store": "^0.372.7", "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 58e90f5fd7..5c0aabb409 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index aaa3409c65..7d570b278c 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.6", + "version": "0.372.7", "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 c992eb7cc4..3637fd3877 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index 39246eecf4..d2b71e6511 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.6", + "version": "0.372.7", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-vtex/CHANGELOG.md b/packages/gatsby-source-vtex/CHANGELOG.md index d74189a736..30c7a20a7e 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index 3060b49e93..143b6e5d21 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.6", + "version": "0.372.7", "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 661e58e3d3..a23d563705 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/gatsby-theme-store/package.json b/packages/gatsby-theme-store/package.json index 2263ff2ac9..516ab8bedd 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.6", + "version": "0.372.7", "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.6", - "@vtex/store-sdk": "^0.372.6", - "@vtex/store-ui": "^0.372.6", + "@vtex/gatsby-plugin-i18n": "^0.372.7", + "@vtex/store-sdk": "^0.372.7", + "@vtex/store-ui": "^0.372.7", "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.6", - "@vtex/gatsby-plugin-theme-ui": "^0.372.6", + "@vtex/gatsby-plugin-graphql": "^0.372.7", + "@vtex/gatsby-plugin-theme-ui": "^0.372.7", "@vtex/order-items": "^0.6.1", "@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 49532d483e..9599a0fe86 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index a57901dce0..0194626d6e 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "0.372.6", + "version": "0.372.7", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index bd1c6fc925..342fc852c8 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index ece6498f4e..2444cd4eb3 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "0.372.6", + "version": "0.372.7", "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 102555ce88..771bcf7336 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/store-sdk/package.json b/packages/store-sdk/package.json index 8e1f920318..d2a1f0e4b6 100644 --- a/packages/store-sdk/package.json +++ b/packages/store-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-sdk", - "version": "0.372.6", + "version": "0.372.7", "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 0269d27adc..cf3dbaa137 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.7 (2021-07-09) + + +### Features + +* **store-ui:** Adding data-testid to our components ([#530](https://github.com/vtex/faststore/issues/530)) ([eed2760](https://github.com/vtex/faststore/commit/eed2760438b3f83fd997ebb76e2794cfd56449aa)) + + + + + ## 0.372.6 (2021-07-09) diff --git a/packages/store-ui/package.json b/packages/store-ui/package.json index e432e70e30..7e82a1ddde 100644 --- a/packages/store-ui/package.json +++ b/packages/store-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-ui", - "version": "0.372.6", + "version": "0.372.7", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT",