From 6d76cecc851b0f67f7a96de7631f2373694d9fd3 Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Tue, 24 Aug 2021 15:14:03 +0000 Subject: [PATCH] Release: 0.373.27 --- CHANGELOG.md | 11 +++++++++++ lerna.json | 2 +- packages/gatsby-plugin-cms/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-cms/package.json | 4 ++-- .../gatsby-plugin-google-tag-manager/CHANGELOG.md | 11 +++++++++++ .../gatsby-plugin-google-tag-manager/package.json | 6 +++--- 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-onesignal/CHANGELOG.md | 11 +++++++++++ packages/gatsby-plugin-onesignal/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 | 6 +++--- 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 | 6 +++--- 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 | 4 ++-- themes/theme-b2c-tailwind/CHANGELOG.md | 11 +++++++++++ themes/theme-b2c-tailwind/package.json | 2 +- 36 files changed, 224 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19fc371389..a62c8ac8b4 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package openstore diff --git a/lerna.json b/lerna.json index 507c74b537..0e72c0fc44 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.373.26", + "version": "0.373.27", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/gatsby-plugin-cms/CHANGELOG.md b/packages/gatsby-plugin-cms/CHANGELOG.md index 94dd873b15..0055aafba9 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-cms diff --git a/packages/gatsby-plugin-cms/package.json b/packages/gatsby-plugin-cms/package.json index c7a6efa6d1..be1137ee23 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.373.26", + "version": "0.373.27", "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": "^0.373.26", + "@vtex/gatsby-source-vtex": "^0.373.27", "camelcase": "^6.2.0", "chokidar": "^3.5.0", "fetch-retry": "^4.1.1", diff --git a/packages/gatsby-plugin-google-tag-manager/CHANGELOG.md b/packages/gatsby-plugin-google-tag-manager/CHANGELOG.md index eb3458edb1..41d45928a3 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-google-tag-manager diff --git a/packages/gatsby-plugin-google-tag-manager/package.json b/packages/gatsby-plugin-google-tag-manager/package.json index 771cd92823..d791e23c66 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.373.26", + "version": "0.373.27", "repository": { "type": "git", "url": "https://github.com/vtex/faststore", @@ -22,8 +22,8 @@ ], "license": "MIT", "devDependencies": { - "@vtex/gatsby-theme-store": "^0.373.26", - "@vtex/store-sdk": "^0.373.26", + "@vtex/gatsby-theme-store": "^0.373.27", + "@vtex/store-sdk": "^0.373.27", "cross-env": "^7.0.2", "gatsby": "^3.11.1", "typescript": "^4.2.4" diff --git a/packages/gatsby-plugin-graphql/CHANGELOG.md b/packages/gatsby-plugin-graphql/CHANGELOG.md index 24bdaffab8..08f13e7f85 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-graphql diff --git a/packages/gatsby-plugin-graphql/package.json b/packages/gatsby-plugin-graphql/package.json index 8bae161d9d..f4bc5a08cc 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.373.26", + "version": "0.373.27", "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 59ded6211e..66a6cc20ea 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-i18n diff --git a/packages/gatsby-plugin-i18n/package.json b/packages/gatsby-plugin-i18n/package.json index 701aeeef15..7e4d9e1fe3 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.373.26", + "version": "0.373.27", "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 b2852df0a8..1a1d6d6204 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-nginx diff --git a/packages/gatsby-plugin-nginx/package.json b/packages/gatsby-plugin-nginx/package.json index 70f8d42455..c92dcd8fd3 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.373.26", + "version": "0.373.27", "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 b78125bed1..d5dce40d01 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. +## 0.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-onesignal diff --git a/packages/gatsby-plugin-onesignal/package.json b/packages/gatsby-plugin-onesignal/package.json index 01399b73da..7411f7288a 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": "0.373.26", + "version": "0.373.27", "description": "Gatsby plugin for a simple OneSignal use case.", "main": "index.js", "scripts": { diff --git a/packages/gatsby-plugin-performance/CHANGELOG.md b/packages/gatsby-plugin-performance/CHANGELOG.md index 591c4b4ae9..0f8d466d65 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-performance diff --git a/packages/gatsby-plugin-performance/package.json b/packages/gatsby-plugin-performance/package.json index 46ead898c5..bfc1197dd3 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.373.26", + "version": "0.373.27", "license": "MIT", "repository": { "type": "git", diff --git a/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md b/packages/gatsby-plugin-pixel-facebook/CHANGELOG.md index 6587c35943..aac5543d1a 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-pixel-facebook diff --git a/packages/gatsby-plugin-pixel-facebook/package.json b/packages/gatsby-plugin-pixel-facebook/package.json index 475507d00f..d208b1b0e3 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.373.26", + "version": "0.373.27", "description": "Gatsby plugin for using Facebook Pixel with Store Framework Jamstack", "repository": { "type": "git", @@ -22,8 +22,8 @@ ], "license": "MIT", "devDependencies": { - "@vtex/gatsby-theme-store": "^0.373.26", - "@vtex/store-sdk": "^0.373.26", + "@vtex/gatsby-theme-store": "^0.373.27", + "@vtex/store-sdk": "^0.373.27", "cross-env": "^7.0.2", "gatsby": "^3.11.1", "typescript": "^4.2.4" diff --git a/packages/gatsby-plugin-theme-ui/CHANGELOG.md b/packages/gatsby-plugin-theme-ui/CHANGELOG.md index df7777e962..f117f5d426 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-theme-ui diff --git a/packages/gatsby-plugin-theme-ui/package.json b/packages/gatsby-plugin-theme-ui/package.json index 8f3f1497e2..efb212d2a5 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.373.26", + "version": "0.373.27", "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 90a10bc9a6..d607c95ca9 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-plugin-thumbor diff --git a/packages/gatsby-plugin-thumbor/package.json b/packages/gatsby-plugin-thumbor/package.json index afbb6e56cc..5981e666af 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.373.26", + "version": "0.373.27", "author": "Tiago Gimenes", "license": "MIT", "repository": { diff --git a/packages/gatsby-source-vtex/CHANGELOG.md b/packages/gatsby-source-vtex/CHANGELOG.md index ac38959fc9..bf54eb2ec6 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-source-vtex diff --git a/packages/gatsby-source-vtex/package.json b/packages/gatsby-source-vtex/package.json index 181734f2b3..f645dcfbd6 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.373.26", + "version": "0.373.27", "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 7cecce8752..fdb2e38fe1 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/gatsby-theme-store diff --git a/packages/gatsby-theme-store/package.json b/packages/gatsby-theme-store/package.json index 3dbf3ee7dd..ddeed922d7 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.373.26", + "version": "0.373.27", "description": "Gatsby theme for building ecommerce websites", "main": "index.js", "module": "src/index.ts", @@ -58,8 +58,8 @@ "@types/react": "^17.0.11", "@types/react-dom": "^17.0.7", "@types/react-helmet-async": "^1.0.3", - "@vtex/store-sdk": "^0.373.26", - "@vtex/store-ui": "^0.373.26", + "@vtex/store-sdk": "^0.373.27", + "@vtex/store-ui": "^0.373.27", "cross-env": "^7.0.2", "gatsby": "^3.11.1", "gatsby-plugin-next-seo": "^1.7.0", diff --git a/packages/lighthouse-config/CHANGELOG.md b/packages/lighthouse-config/CHANGELOG.md index ab04bcb495..dfc1eb4aab 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/lighthouse-config diff --git a/packages/lighthouse-config/package.json b/packages/lighthouse-config/package.json index b71e1ab39d..d9cebac453 100644 --- a/packages/lighthouse-config/package.json +++ b/packages/lighthouse-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/lighthouse-config", - "version": "0.373.26", + "version": "0.373.27", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/renovate-config/CHANGELOG.md b/packages/renovate-config/CHANGELOG.md index 16590a74ed..fd09dee6ae 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/renovate-config diff --git a/packages/renovate-config/package.json b/packages/renovate-config/package.json index 91eb719698..55e974b926 100644 --- a/packages/renovate-config/package.json +++ b/packages/renovate-config/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/renovate-config", - "version": "0.373.26", + "version": "0.373.27", "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 8e43a10b31..f119e41dd5 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/store-sdk diff --git a/packages/store-sdk/package.json b/packages/store-sdk/package.json index 7da706b4e4..6cda67f123 100644 --- a/packages/store-sdk/package.json +++ b/packages/store-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-sdk", - "version": "0.373.26", + "version": "0.373.27", "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 611e2e7959..78535274ec 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.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/store-ui diff --git a/packages/store-ui/package.json b/packages/store-ui/package.json index 338d93b569..a86e0ff2f1 100644 --- a/packages/store-ui/package.json +++ b/packages/store-ui/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/store-ui", - "version": "0.373.26", + "version": "0.373.27", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -89,7 +89,7 @@ "@types/react-dom": "^17.0.7", "@types/testing-library__jest-dom": "^5.9.5", "@types/unorm": "^1.3.28", - "@vtex/theme-b2c-tailwind": "^0.373.26", + "@vtex/theme-b2c-tailwind": "^0.373.27", "@vtex/tsconfig": "^0.5.0", "babel-loader": "^8.2.2", "gatsby-link": "^3.5.0", diff --git a/themes/theme-b2c-tailwind/CHANGELOG.md b/themes/theme-b2c-tailwind/CHANGELOG.md index adcd91a059..7d9083ed2c 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. +## 0.373.27 (2021-08-24) + + +### Features + +* **store-ui:** Create Badge component ([#894](https://github.com/vtex/faststore/issues/894)) ([1438be3](https://github.com/vtex/faststore/commit/1438be37e9670028b263b2331bb7671cebcf4392)) + + + + + ## 0.373.26 (2021-08-24) **Note:** Version bump only for package @vtex/theme-b2c-tailwind diff --git a/themes/theme-b2c-tailwind/package.json b/themes/theme-b2c-tailwind/package.json index 9703e0fbf5..6d2339ac28 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": "0.373.26", + "version": "0.373.27", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT",