From 986c8841bead0150af0bf18d704b70d956d7d461 Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Tue, 5 Oct 2021 12:42:03 +0000 Subject: [PATCH] Release: 1.1.17 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/gatsby-plugin-cms/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-cms/package.json | 4 ++-- packages/gatsby-plugin-graphql/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-graphql/package.json | 2 +- packages/gatsby-plugin-nginx/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-nginx/package.json | 2 +- packages/gatsby-plugin-onesignal/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-onesignal/package.json | 2 +- packages/gatsby-plugin-thumbor/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-thumbor/package.json | 2 +- packages/gatsby-source-store/CHANGELOG.md | 11 +++++++++++ packages/gatsby-source-store/package.json | 2 +- packages/gatsby-source-vtex/CHANGELOG.md | 11 +++++++++++ packages/gatsby-source-vtex/package.json | 2 +- 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-api/CHANGELOG.md | 11 +++++++++++ packages/store-api/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 | 4 ++-- themes/theme-b2c-tailwind/CHANGELOG.md | 11 +++++++++++ themes/theme-b2c-tailwind/package.json | 2 +- 28 files changed, 170 insertions(+), 16 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb9ff38cf6..40dd434842 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/lerna.json b/lerna.json index 96a387b4ee..e4c6ca9148 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.1.16", + "version": "1.1.17", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/gatsby-plugin-cms/CHANGELOG.md b/packages/gatsby-plugin-cms/CHANGELOG.md index eaf2b87c9c..7187aa37a3 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index 9b1da6bf75..938d3ee5f9 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": "1.1.16", + "version": "1.1.17", "description": "Gatsby plugin for building pages with VTEX CMS.", "repository": { "type": "git", @@ -34,7 +34,7 @@ "dependencies": { "@babel/preset-typescript": "^7.12.7", "@babel/register": "^7.12.1", - "@vtex/gatsby-source-vtex": "^1.1.16", + "@vtex/gatsby-source-vtex": "^1.1.17", "camelcase": "^6.2.0", "chokidar": "^3.5.0", "fetch-retry": "^4.1.1", diff --git a/packages/gatsby-plugin-graphql/CHANGELOG.md b/packages/gatsby-plugin-graphql/CHANGELOG.md index 954bf9f131..3fe15123b8 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-plugin-graphql/package.json b/packages/gatsby-plugin-graphql/package.json index 8078d8a437..461a71d9e0 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": "1.1.16", + "version": "1.1.17", "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 55f4d6efdb..d33992416b 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index ab3851a53d..ecb2359510 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": "1.1.16", + "version": "1.1.17", "description": "Gatsby plugin to generate a nginx configuration template.", "license": "MIT", "repository": { diff --git a/packages/gatsby-plugin-onesignal/CHANGELOG.md b/packages/gatsby-plugin-onesignal/CHANGELOG.md index 0295e698ef..8d7e2cd0a6 100644 --- a/packages/gatsby-plugin-onesignal/CHANGELOG.md +++ b/packages/gatsby-plugin-onesignal/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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-plugin-onesignal/package.json b/packages/gatsby-plugin-onesignal/package.json index 3075b260f5..3758df41ad 100644 --- a/packages/gatsby-plugin-onesignal/package.json +++ b/packages/gatsby-plugin-onesignal/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-plugin-onesignal", - "version": "1.1.16", + "version": "1.1.17", "description": "Gatsby plugin for a simple OneSignal use case.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-thumbor/CHANGELOG.md b/packages/gatsby-plugin-thumbor/CHANGELOG.md index f5f27fb145..e53d8e70ff 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index ca184089b6..a2b3efb348 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": "1.1.16", + "version": "1.1.17", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-store/CHANGELOG.md b/packages/gatsby-source-store/CHANGELOG.md index d5fc7baacd..5d04a8dcb9 100644 --- a/packages/gatsby-source-store/CHANGELOG.md +++ b/packages/gatsby-source-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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-source-store/package.json b/packages/gatsby-source-store/package.json index 4c87733591..5581917936 100644 --- a/packages/gatsby-source-store/package.json +++ b/packages/gatsby-source-store/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/gatsby-source-store", - "version": "1.1.16", + "version": "1.1.17", "description": "Gatsby source plugin for building websites using a FastStore compatible server", "author": "Store Framework", "license": "MIT", diff --git a/packages/gatsby-source-vtex/CHANGELOG.md b/packages/gatsby-source-vtex/CHANGELOG.md index 3f85f0f8e5..8ccae1d583 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index de3f5f3288..c96ef0faa3 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": "1.1.16", + "version": "1.1.17", "description": "Gatsby source plugin for building websites using VTEX as a data source.", "author": "Store Framework", "license": "MIT", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index 4d8cf851e3..3297b2a3bd 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index 855bae3a49..725f073551 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "1.1.16", + "version": "1.1.17", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index b34d1d13e5..a02839961e 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 314c9bc81c..faaf12eae4 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "1.1.16", + "version": "1.1.17", "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-api/CHANGELOG.md b/packages/store-api/CHANGELOG.md index bfe0732e0d..7e537d2437 100644 --- a/packages/store-api/CHANGELOG.md +++ b/packages/store-api/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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/store-api/package.json b/packages/store-api/package.json index b1659db337..3fc1677fc8 100644 --- a/packages/store-api/package.json +++ b/packages/store-api/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-api", - "version": "1.1.16", + "version": "1.1.17", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/store-sdk/CHANGELOG.md b/packages/store-sdk/CHANGELOG.md index 7b0efe30a4..baf22f0f15 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/store-sdk/package.json b/packages/store-sdk/package.json index 90507c21a0..d68cef23a8 100644 --- a/packages/store-sdk/package.json +++ b/packages/store-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-sdk", - "version": "1.1.16", + "version": "1.1.17", "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 2c9973a424..2cf301d3b7 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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/packages/store-ui/package.json b/packages/store-ui/package.json index 85476d7ef9..ac863dfe9e 100644 --- a/packages/store-ui/package.json +++ b/packages/store-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-ui", - "version": "1.1.16", + "version": "1.1.17", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -74,7 +74,7 @@ "@types/jest-axe": "^3.5.3", "@types/tabbable": "^3.1.1", "@types/testing-library__jest-dom": "^5.9.5", - "@vtex/theme-b2c-tailwind": "^1.1.16", + "@vtex/theme-b2c-tailwind": "^1.1.17", "@vtex/tsconfig": "^0.5.0", "jest-axe": "^5.0.1", "react": "^17.0.2", diff --git a/themes/theme-b2c-tailwind/CHANGELOG.md b/themes/theme-b2c-tailwind/CHANGELOG.md index b041641be3..b731884f2f 100644 --- a/themes/theme-b2c-tailwind/CHANGELOG.md +++ b/themes/theme-b2c-tailwind/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. +## 1.1.17 (2021-10-05) + + +### Features + +* **store-api:** Add channel support for products ([#968](https://github.com/vtex/faststore/issues/968)) ([923d343](https://github.com/vtex/faststore/commit/923d343bcde8fbebfff9d32ba52ac26cd0504484)) + + + + + ## 1.1.16 (2021-10-04) diff --git a/themes/theme-b2c-tailwind/package.json b/themes/theme-b2c-tailwind/package.json index 41e3adf928..5ef854815d 100644 --- a/themes/theme-b2c-tailwind/package.json +++ b/themes/theme-b2c-tailwind/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/theme-b2c-tailwind", - "version": "1.1.16", + "version": "1.1.17", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT",