From fe5354dc77b9f3e3166d36d0853c89620836a36c Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Tue, 21 Dec 2021 19:21:17 +0000 Subject: [PATCH] Release: 1.3.44 --- 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 b268377016..a99f50f82a 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.3.44 (2021-12-21) + +**Note:** Version bump only for package faststore + + + + + ## 1.3.43 (2021-12-20) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 29aab3ec49..07578c3f23 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.3.44 (2021-12-21) + +**Note:** Version bump only for package docs + + + + + ## 1.3.43 (2021-12-20) diff --git a/docs/package.json b/docs/package.json index 650a8a072b..7d9b8705b0 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.3.43", + "version": "1.3.44", "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.3.43", + "@faststore/ui": "^1.3.44", "@fortawesome/fontawesome-free": "^5.15.4", "@mdx-js/react": "^1.6.21", "@svgr/webpack": "^5.5.0", - "@vtex/theme-b2c-tailwind": "^1.3.43", + "@vtex/theme-b2c-tailwind": "^1.3.44", "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 a3430992db..aeb798c292 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.43", + "version": "1.3.44", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index cc24e63307..6db5ec9e5a 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @faststore/api + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/api/package.json b/packages/api/package.json index dc49fcc89b..ec0054cd97 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "1.3.43", + "version": "1.3.44", "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 dbf127a1a2..c2ce2d4e3b 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/gatsby-plugin-cms + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index 84ac144027..4a3efe40a9 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.3.43", + "version": "1.3.44", "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.3.43", + "@vtex/gatsby-source-vtex": "^1.3.44", "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 0ed810ba8d..33676aef0d 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/gatsby-plugin-nginx + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index fd942e17fd..82d5854a56 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.3.43", + "version": "1.3.44", "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 ac7ac2f930..dff6d9f922 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/gatsby-plugin-onesignal + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/gatsby-plugin-onesignal/package.json b/packages/gatsby-plugin-onesignal/package.json index 9f3ca499df..638760e32e 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.3.43", + "version": "1.3.44", "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 58fc2c930a..932a2d61f4 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/gatsby-plugin-thumbor + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index 07562dbf48..6b215e7d32 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.3.43", + "version": "1.3.44", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-store/CHANGELOG.md b/packages/gatsby-source-store/CHANGELOG.md index 137e667ca1..517300676f 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/gatsby-source-store + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/gatsby-source-store/package.json b/packages/gatsby-source-store/package.json index 34ab8ee260..8798aa2d7b 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.3.43", + "version": "1.3.44", "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 a9897caefb..65bf7afe60 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/gatsby-source-vtex + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index b229bd9fcd..563d932c3b 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.3.43", + "version": "1.3.44", "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 6e2e44aa6c..15f9be2fbc 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/graphql-utils + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/graphql-utils/package.json b/packages/graphql-utils/package.json index 1d9ff67fc7..a206ce5a1b 100644 --- a/packages/graphql-utils/package.json +++ b/packages/graphql-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/graphql-utils", - "version": "1.3.43", + "version": "1.3.44", "description": "GraphQL utilities", "repository": { "type": "git", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index dd4ebdb65a..77e18e001c 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/lighthouse-config + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index 43023eb506..fd87a4367d 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "1.3.43", + "version": "1.3.44", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index 0788ee601d..e2d2d8663e 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/renovate-config + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 25ca376395..04fcdd16f8 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "1.3.43", + "version": "1.3.44", "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 ee0decdc77..6f563d65d6 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @faststore/sdk + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index d3893b4981..73bff6da6a 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "1.3.43", + "version": "1.3.44", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index da8d007e40..407c190698 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @faststore/ui + + + + + ## 1.3.43 (2021-12-20) diff --git a/packages/ui/package.json b/packages/ui/package.json index b54da43372..c8b09bd2fa 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "1.3.43", + "version": "1.3.44", "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.3.43", + "@vtex/theme-b2c-tailwind": "^1.3.44", "@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 8d80f79f6d..0c759cce93 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.3.44 (2021-12-21) + +**Note:** Version bump only for package @vtex/theme-b2c-tailwind + + + + + ## 1.3.43 (2021-12-20) diff --git a/themes/theme-b2c-tailwind/package.json b/themes/theme-b2c-tailwind/package.json index 391e6aec6e..087e93dbee 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.3.43", + "version": "1.3.44", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT",