diff --git a/CHANGELOG.md b/CHANGELOG.md index aadd9b2268..58971122d3 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.8.48](https://github.com/vtex/faststore/compare/v1.8.47...v1.8.48) (2022-05-30) + +**Note:** Version bump only for package faststore + + + + + ## [1.8.47](https://github.com/vtex/faststore/compare/v1.8.46...v1.8.47) (2022-05-30) diff --git a/apps/docs/CHANGELOG.md b/apps/docs/CHANGELOG.md index 39e00268bd..394dbe2826 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.8.48](https://github.com/vtex/faststore/compare/v1.8.47...v1.8.48) (2022-05-30) + +**Note:** Version bump only for package docs + + + + + ## 1.8.46 (2022-05-30) diff --git a/apps/docs/package.json b/apps/docs/package.json index df75b9a114..17bedc70f5 100644 --- a/apps/docs/package.json +++ b/apps/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "1.8.46", + "version": "1.8.48", "private": true, "scripts": { "docusaurus": "docusaurus", diff --git a/lerna.json b/lerna.json index 6ed980f072..fe8e0b5c28 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.8.47", + "version": "1.8.48", "npmClient": "yarn", "useWorkspaces": true, "command": {