diff --git a/CHANGELOG.md b/CHANGELOG.md index 946d5b9b9a..3ceeb24b92 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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## [1.9.3](https://github.com/vtex/faststore/compare/v1.9.2...v1.9.3) (2022-06-09) diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 926842f465..0bdfc2b412 100644 --- a/apps/docs/CHANGELOG.md +++ b/apps/docs/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## [1.9.2](https://github.com/vtex/faststore/compare/v1.9.1...v1.9.2) (2022-06-09) **Note:** Version bump only for package docs diff --git a/apps/docs/package.json b/apps/docs/package.json index 77b6ba199b..85abe5ec5f 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.9.2", + "version": "1.9.4", "private": true, "scripts": { "docusaurus": "docusaurus", @@ -18,7 +18,7 @@ "@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/ui": "^1.9.2", + "@faststore/ui": "^1.9.4", "@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 4d3723f6be..6421516ff6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.9.3", + "version": "1.9.4", "npmClient": "yarn", "useWorkspaces": true, "command": { diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 313cbfec83..5f0bc95786 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## [1.9.3](https://github.com/vtex/faststore/compare/v1.9.2...v1.9.3) (2022-06-09) diff --git a/packages/api/package.json b/packages/api/package.json index aaa4113e3e..ffd9e9c75e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/api", - "version": "1.9.3", + "version": "1.9.4", "license": "MIT", "main": "dist/index.js", "typings": "dist/index.d.ts", diff --git a/packages/graphql-utils/CHANGELOG.md b/packages/graphql-utils/CHANGELOG.md index 6e2b9e3d61..de7869f209 100644 --- a/packages/graphql-utils/CHANGELOG.md +++ b/packages/graphql-utils/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## 1.9.1 (2022-06-09) **Note:** Version bump only for package @faststore/graphql-utils diff --git a/packages/graphql-utils/package.json b/packages/graphql-utils/package.json index 32b6ee2bb4..b1c0727eca 100644 --- a/packages/graphql-utils/package.json +++ b/packages/graphql-utils/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/graphql-utils", - "version": "1.9.1", + "version": "1.9.4", "description": "GraphQL utilities", "repository": { "type": "git", diff --git a/packages/lighthouse/CHANGELOG.md b/packages/lighthouse/CHANGELOG.md index 89533ffd5f..dca93e3eeb 100644 --- a/packages/lighthouse/CHANGELOG.md +++ b/packages/lighthouse/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## 1.9.1 (2022-06-09) **Note:** Version bump only for package @faststore/lighthouse diff --git a/packages/lighthouse/package.json b/packages/lighthouse/package.json index a5137772b4..473b2efac7 100644 --- a/packages/lighthouse/package.json +++ b/packages/lighthouse/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/lighthouse", - "version": "1.9.1", + "version": "1.9.4", "author": "Emerson Laurentino", "license": "MIT", "repository": { diff --git a/packages/sdk/CHANGELOG.md b/packages/sdk/CHANGELOG.md index 7e804c3e3d..17588ed0f2 100644 --- a/packages/sdk/CHANGELOG.md +++ b/packages/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## [1.9.2](https://github.com/vtex/faststore/compare/v1.9.1...v1.9.2) (2022-06-09) diff --git a/packages/sdk/package.json b/packages/sdk/package.json index 9011c20de8..ac89616260 100644 --- a/packages/sdk/package.json +++ b/packages/sdk/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/sdk", - "version": "1.9.2", + "version": "1.9.4", "description": "Hooks for creating your next component library", "license": "MIT", "repository": { diff --git a/packages/styles/CHANGELOG.md b/packages/styles/CHANGELOG.md index 230f7c78d2..8acfbf4849 100644 --- a/packages/styles/CHANGELOG.md +++ b/packages/styles/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## 1.9.1 (2022-06-09) **Note:** Version bump only for package @faststore/styles diff --git a/packages/styles/package.json b/packages/styles/package.json index ac689e6f4a..a2006ca27e 100644 --- a/packages/styles/package.json +++ b/packages/styles/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/styles", - "version": "1.9.1", + "version": "1.9.4", "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 8ad0246c6f..0cccb110b8 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/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. +## 1.9.4 (2022-06-10) + + +### Bug Fixes + +* codesandbox ci ([#1357](https://github.com/vtex/faststore/issues/1357)) ([db07e1f](https://github.com/vtex/faststore/commit/db07e1fb02f28b0f082c361cb2c28250a687b760)) + + + + + ## [1.9.2](https://github.com/vtex/faststore/compare/v1.9.1...v1.9.2) (2022-06-09) diff --git a/packages/ui/package.json b/packages/ui/package.json index e5c33feccd..569f9cc65c 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@faststore/ui", - "version": "1.9.2", + "version": "1.9.4", "description": "A lightweight, framework agnostic component library for React", "author": "emersonlaurentino", "license": "MIT",