From 194bdc51e7bfc2c3c808345d99f6534228a741a4 Mon Sep 17 00:00:00 2001 From: vtexgithubbot Date: Mon, 12 Sep 2022 21:28:29 +0000 Subject: [PATCH] Release: 1.11.19 --- CHANGELOG.md | 9 +++++++++ apps/docs/CHANGELOG.md | 8 ++++++++ apps/docs/package.json | 6 +++--- lerna.json | 2 +- packages/styles/CHANGELOG.md | 9 +++++++++ packages/styles/package.json | 2 +- packages/ui/CHANGELOG.md | 9 +++++++++ packages/ui/package.json | 4 ++-- 8 files changed, 42 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6de6217d0..f2e617c338 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.19](https://github.com/vtex/faststore/compare/v1.11.18...v1.11.19) (2022-09-12) + + +### Refactoring + +* Extract `SkuSelector` component from the starter ([#1462](https://github.com/vtex/faststore/issues/1462)) ([98a68ea](https://github.com/vtex/faststore/commit/98a68ea40cd64e2880b3b4a3f75dbd355463369f)) + + + ## [1.11.18](https://github.com/vtex/faststore/compare/v1.11.17...v1.11.18) (2022-09-12) diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index a1d37103f6..aa714826a6 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/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.11.19](https://github.com/vtex/faststore/compare/v1.11.18...v1.11.19) (2022-09-12) + +**Note:** Version bump only for package docs + + + + + ## [1.11.18](https://github.com/vtex/faststore/compare/v1.11.17...v1.11.18) (2022-09-12) **Note:** Version bump only for package docs diff --git a/apps/docs/package.json b/apps/docs/package.json index e6c06ffc43..c1e4f55ac2 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.11.18", + "version": "1.11.19", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -20,8 +20,8 @@ "@docusaurus/preset-classic": "2.0.0-beta.20", "@docusaurus/remark-plugin-npm2yarn": "2.0.0-beta.20", "@docusaurus/theme-live-codeblock": "2.0.0-beta.20", - "@faststore/styles": "^1.11.18", - "@faststore/ui": "^1.11.18", + "@faststore/styles": "^1.11.19", + "@faststore/ui": "^1.11.19", "@fortawesome/fontawesome-free": "^5.15.4", "@mdx-js/react": "^1.6.21", "@svgr/webpack": "^5.5.0", diff --git a/lerna.json b/lerna.json index 570af5d202..e405312d04 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.11.18", + "version": "1.11.19", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index fbeb215f5c..34d879faf1 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.19](https://github.com/vtex/faststore/compare/v1.11.18...v1.11.19) (2022-09-12) + + +### Refactoring + +* Extract `SkuSelector` component from the starter ([#1462](https://github.com/vtex/faststore/issues/1462)) ([98a68ea](https://github.com/vtex/faststore/commit/98a68ea40cd64e2880b3b4a3f75dbd355463369f)) + + + ## [1.11.18](https://github.com/vtex/faststore/compare/v1.11.17...v1.11.18) (2022-09-12) diff --git a/packages/styles/package.json b/packages/styles/package.json index a826ddf5ee..2aba68974c 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/styles", - "version": "1.11.18", + "version": "1.11.19", "description": "Basic theme for our Store UI components.", "author": "VTEX ", "license": "MIT", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index d8dd0640a5..ca64c7e25b 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.11.19](https://github.com/vtex/faststore/compare/v1.11.18...v1.11.19) (2022-09-12) + + +### Refactoring + +* Extract `SkuSelector` component from the starter ([#1462](https://github.com/vtex/faststore/issues/1462)) ([98a68ea](https://github.com/vtex/faststore/commit/98a68ea40cd64e2880b3b4a3f75dbd355463369f)) + + + ## [1.11.18](https://github.com/vtex/faststore/compare/v1.11.17...v1.11.18) (2022-09-12) diff --git a/packages/ui/package.json b/packages/ui/package.json index d247a75a6d..90a2209f30 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "1.11.18", + "version": "1.11.19", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT", @@ -57,7 +57,7 @@ "react-dom": "^17.0.2" }, "devDependencies": { - "@faststore/styles": "^1.11.18", + "@faststore/styles": "^1.11.19", "@size-limit/preset-small-lib": "^7.0.8", "@storybook/addon-actions": "^6.4.4", "@storybook/addon-docs": "^6.4.4",