From e83e6196a8642c44c3de0a575d25b7e8638050d8 Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Thu, 6 Jan 2022 18:45:17 +0000 Subject: [PATCH] Release: 1.4.11 --- CHANGELOG.md | 8 ++++++++ docs/CHANGELOG.md | 8 ++++++++ docs/package.json | 6 +++--- lerna.json | 2 +- packages/api/CHANGELOG.md | 8 ++++++++ packages/api/package.json | 2 +- packages/gatsby-plugin-cms/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-cms/package.json | 4 ++-- packages/gatsby-plugin-nginx/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-nginx/package.json | 2 +- packages/gatsby-plugin-onesignal/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-onesignal/package.json | 2 +- packages/gatsby-plugin-thumbor/CHANGELOG.md | 8 ++++++++ packages/gatsby-plugin-thumbor/package.json | 2 +- packages/gatsby-source-store/CHANGELOG.md | 8 ++++++++ packages/gatsby-source-store/package.json | 2 +- packages/gatsby-source-vtex/CHANGELOG.md | 8 ++++++++ packages/gatsby-source-vtex/package.json | 2 +- packages/graphql-utils/CHANGELOG.md | 8 ++++++++ packages/graphql-utils/package.json | 2 +- packages/lighthouse-config/CHANGELOG.md | 8 ++++++++ packages/lighthouse-config/package.json | 2 +- packages/renovate-config/CHANGELOG.md | 8 ++++++++ packages/renovate-config/package.json | 2 +- packages/sdk/CHANGELOG.md | 8 ++++++++ packages/sdk/package.json | 2 +- packages/ui/CHANGELOG.md | 8 ++++++++ packages/ui/package.json | 4 ++-- themes/theme-b2c-tailwind/CHANGELOG.md | 8 ++++++++ themes/theme-b2c-tailwind/package.json | 2 +- 30 files changed, 139 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ceadeb6c8e..7d18287ce0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package faststore + + + + + ## 1.4.10 (2022-01-06) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 229680124a..1f397c2221 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package docs + + + + + ## 1.4.10 (2022-01-06) diff --git a/docs/package.json b/docs/package.json index 6a56eae40a..65da535d3f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.4.10", + "version": "1.4.11", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -18,11 +18,11 @@ "@docusaurus/preset-classic": "^2.0.0-beta.13", "@docusaurus/remark-plugin-npm2yarn": "^2.0.0-beta.13", "@docusaurus/theme-live-codeblock": "^2.0.0-beta.13", - "@faststore/ui": "^1.4.10", + "@faststore/ui": "^1.4.11", "@fortawesome/fontawesome-free": "^5.15.4", "@mdx-js/react": "^1.6.21", "@svgr/webpack": "^5.5.0", - "@vtex/theme-b2c-tailwind": "^1.4.10", + "@vtex/theme-b2c-tailwind": "^1.4.11", "babel-loader": "^8.2.2", "clsx": "^1.1.1", "docusaurus-plugin-image-zoom": "^0.0.2", diff --git a/lerna.json b/lerna.json index 06814c5d1c..61f4e036a2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.4.10", + "version": "1.4.11", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 0250aa224d..60c0decc16 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @faststore/api + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/api/package.json b/packages/api/package.json index 660cef3bc9..648c138ac4 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "1.4.10", + "version": "1.4.11", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/gatsby-plugin-cms/CHANGELOG.md b/packages/gatsby-plugin-cms/CHANGELOG.md index 5afc9419e5..528b4e16d9 100644 --- a/packages/gatsby-plugin-cms/CHANGELOG.md +++ b/packages/gatsby-plugin-cms/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/gatsby-plugin-cms + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index 607c04af8d..78fa8a08b3 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.4.10", + "version": "1.4.11", "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.4.10", + "@vtex/gatsby-source-vtex": "^1.4.11", "camelcase": "^6.2.0", "chokidar": "^3.5.0", "fetch-retry": "^4.1.1", diff --git a/packages/gatsby-plugin-nginx/CHANGELOG.md b/packages/gatsby-plugin-nginx/CHANGELOG.md index ca4a655ef9..cd8a6dffc3 100644 --- a/packages/gatsby-plugin-nginx/CHANGELOG.md +++ b/packages/gatsby-plugin-nginx/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/gatsby-plugin-nginx + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index 8269a6a2e4..77ecd3762b 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.4.10", + "version": "1.4.11", "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 dcc34e21b4..9ba067cdb7 100644 --- a/packages/gatsby-plugin-onesignal/CHANGELOG.md +++ b/packages/gatsby-plugin-onesignal/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/gatsby-plugin-onesignal + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/gatsby-plugin-onesignal/package.json b/packages/gatsby-plugin-onesignal/package.json index 2167d7191b..d2ac5c0d11 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.4.10", + "version": "1.4.11", "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 48eb636e23..f41714b97c 100644 --- a/packages/gatsby-plugin-thumbor/CHANGELOG.md +++ b/packages/gatsby-plugin-thumbor/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/gatsby-plugin-thumbor + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index 6d65c01bbe..43299ab803 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.4.10", + "version": "1.4.11", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-store/CHANGELOG.md b/packages/gatsby-source-store/CHANGELOG.md index 2eae165188..9d1169bbd6 100644 --- a/packages/gatsby-source-store/CHANGELOG.md +++ b/packages/gatsby-source-store/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/gatsby-source-store + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/gatsby-source-store/package.json b/packages/gatsby-source-store/package.json index 32ec302a57..1359f1bf53 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.4.10", + "version": "1.4.11", "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 867c5b3916..e88b91f18b 100644 --- a/packages/gatsby-source-vtex/CHANGELOG.md +++ b/packages/gatsby-source-vtex/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/gatsby-source-vtex + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index bd329aedbf..a5c17c0bdf 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.4.10", + "version": "1.4.11", "description": "Gatsby source plugin for building websites using VTEX as a data source.", "author": "Store Framework", "license": "MIT", diff --git a/packages/graphql-utils/CHANGELOG.md b/packages/graphql-utils/CHANGELOG.md index 0b48154e06..30e55c094b 100644 --- a/packages/graphql-utils/CHANGELOG.md +++ b/packages/graphql-utils/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/graphql-utils + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/graphql-utils/package.json b/packages/graphql-utils/package.json index 2b68c5434d..4f6340b2b3 100644 --- a/packages/graphql-utils/package.json +++ b/packages/graphql-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/graphql-utils", - "version": "1.4.10", + "version": "1.4.11", "description": "GraphQL utilities", "repository": { "type": "git", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index a9e34a9330..9dcd1c267d 100644 --- a/packages/lighthouse-config/CHANGELOG.md +++ b/packages/lighthouse-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/lighthouse-config + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index baead252ba..e12170e8e9 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "1.4.10", + "version": "1.4.11", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index d2758b40c1..5cfe864a7b 100644 --- a/packages/renovate-config/CHANGELOG.md +++ b/packages/renovate-config/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/renovate-config + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 7b16b044bb..965cb8d326 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "1.4.10", + "version": "1.4.11", "description": "A plugin that holds the Renovate preset config for updating VTEX dependencies in our stores", "author": "VTEX", "license": "MIT", diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 82ec61e365..70fd51a921 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/sdk/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @faststore/sdk + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 85503b0317..961a4ed7f8 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "1.4.10", + "version": "1.4.11", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 04288cc88b..451d80f21a 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @faststore/ui + + + + + ## 1.4.10 (2022-01-06) diff --git a/packages/ui/package.json b/packages/ui/package.json index bb1d4bd620..19119319d4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "1.4.10", + "version": "1.4.11", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -76,7 +76,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.4.10", + "@vtex/theme-b2c-tailwind": "^1.4.11", "@vtex/tsconfig": "^0.5.0", "chalk": "^5.0.0", "jest-axe": "^5.0.1", diff --git a/themes/theme-b2c-tailwind/CHANGELOG.md b/themes/theme-b2c-tailwind/CHANGELOG.md index ec1bfb0637..ca8dc9e7e9 100644 --- a/themes/theme-b2c-tailwind/CHANGELOG.md +++ b/themes/theme-b2c-tailwind/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 1.4.11 (2022-01-06) + +**Note:** Version bump only for package @vtex/theme-b2c-tailwind + + + + + ## 1.4.10 (2022-01-06) diff --git a/themes/theme-b2c-tailwind/package.json b/themes/theme-b2c-tailwind/package.json index 6aa114e754..afe4ce4543 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.4.10", + "version": "1.4.11", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT",