From 8dfe1f5bc4bf0f85a2af30dfe69a45fad4ddbbe0 Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Tue, 14 Dec 2021 20:12:15 +0000 Subject: [PATCH] Release: 1.3.35 --- 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 4ec2c75f21..d32f3287a3 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.35 (2021-12-14) + +**Note:** Version bump only for package faststore + + + + + ## 1.3.34 (2021-12-11) diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 5cb73f81ee..63b71bd58d 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.35 (2021-12-14) + +**Note:** Version bump only for package docs + + + + + ## 1.3.34 (2021-12-11) diff --git a/docs/package.json b/docs/package.json index ebe08b733b..4108d982d6 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.3.34", + "version": "1.3.35", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -17,11 +17,11 @@ "@docusaurus/core": "^2.0.0-beta.9", "@docusaurus/preset-classic": "^2.0.0-beta.9", "@docusaurus/theme-live-codeblock": "^2.0.0-beta.9", - "@faststore/ui": "^1.3.34", + "@faststore/ui": "^1.3.35", "@fortawesome/fontawesome-free": "^5.15.4", "@mdx-js/react": "^1.6.21", "@svgr/webpack": "^5.5.0", - "@vtex/theme-b2c-tailwind": "^1.3.34", + "@vtex/theme-b2c-tailwind": "^1.3.35", "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 685598dc3f..b61eef16e4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.3.34", + "version": "1.3.35", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index c646631fd2..15c92d1295 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.35 (2021-12-14) + +**Note:** Version bump only for package @faststore/api + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/api/package.json b/packages/api/package.json index 727bca35bc..f3d33021fa 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "1.3.34", + "version": "1.3.35", "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 29d38d1047..9498b6cf36 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/gatsby-plugin-cms + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index 97db1ad808..125ac0c83a 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.34", + "version": "1.3.35", "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.34", + "@vtex/gatsby-source-vtex": "^1.3.35", "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 35f89e06a7..09bd1cc43d 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/gatsby-plugin-nginx + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index e7a000448b..c3301e38fb 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.34", + "version": "1.3.35", "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 6437eba375..2ac0ed7d12 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/gatsby-plugin-onesignal + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/gatsby-plugin-onesignal/package.json b/packages/gatsby-plugin-onesignal/package.json index 5d32e25c23..1aafd61baf 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.34", + "version": "1.3.35", "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 368c7f0bb2..da2f4b775e 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/gatsby-plugin-thumbor + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index d7bea6b7c4..7c8f21ab1f 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.34", + "version": "1.3.35", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-store/CHANGELOG.md b/packages/gatsby-source-store/CHANGELOG.md index 793babfdb0..68ff33cf0c 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/gatsby-source-store + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/gatsby-source-store/package.json b/packages/gatsby-source-store/package.json index fd5a60d665..cdf8261ce5 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.34", + "version": "1.3.35", "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 2da843dc65..e6d922814c 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/gatsby-source-vtex + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index 878c35dd10..ebb78755f8 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.34", + "version": "1.3.35", "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 d28469bc2a..537bb59ca6 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/graphql-utils + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/graphql-utils/package.json b/packages/graphql-utils/package.json index 35416cb73a..67008cc582 100644 --- a/packages/graphql-utils/package.json +++ b/packages/graphql-utils/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/graphql-utils", - "version": "1.3.34", + "version": "1.3.35", "description": "GraphQL utilities", "repository": { "type": "git", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index fb3ec0bb79..3ad95d85d1 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/lighthouse-config + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index 02a494fc93..73639b0b94 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "1.3.34", + "version": "1.3.35", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index 623402f644..1c1a2d22db 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/renovate-config + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 15e84721cc..db98b46f1b 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "1.3.34", + "version": "1.3.35", "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 fbf02568de..6515ddb512 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.35 (2021-12-14) + +**Note:** Version bump only for package @faststore/sdk + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 70b238140d..ea9b91a6db 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "1.3.34", + "version": "1.3.35", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 52f10502a5..0e830dec8c 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.35 (2021-12-14) + +**Note:** Version bump only for package @faststore/ui + + + + + ## 1.3.34 (2021-12-11) diff --git a/packages/ui/package.json b/packages/ui/package.json index 3c410c9838..49cdf83de4 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "1.3.34", + "version": "1.3.35", "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.34", + "@vtex/theme-b2c-tailwind": "^1.3.35", "@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 91c0518868..c656370454 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.35 (2021-12-14) + +**Note:** Version bump only for package @vtex/theme-b2c-tailwind + + + + + ## 1.3.34 (2021-12-11) diff --git a/themes/theme-b2c-tailwind/package.json b/themes/theme-b2c-tailwind/package.json index e1d88d33b4..e74e1d4df5 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.34", + "version": "1.3.35", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT",