Skip to content

Commit

Permalink
chore(release): 2.21.1
Browse files Browse the repository at this point in the history
  • Loading branch information
leomp12 committed Jun 19, 2024
1 parent 06be553 commit 7ef5de8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [2.21.1](https://github.com/ecomplus/cloud-commerce/compare/v2.21.0...v2.21.1) (2024-06-19)


### Bug Fixes

* **feeds:** Skip search terms smaller than 3chars or incomplete (autocomplete) terms on sitemap ([a74fb53](https://github.com/ecomplus/cloud-commerce/commit/a74fb532189aaac1dd76c2ba57f2b9c2e7e06718))
* **storefront:** Prevent env `isScreenXs` set true on SSR ([4105c0c](https://github.com/ecomplus/cloud-commerce/commit/4105c0c59ac715bcb54f34a8f312769914c97921))
* **storefront:** Supporting `<Drawer>` persistent on DOM (with backdrop) with `model-to="v-show"` ([fa20e4d](https://github.com/ecomplus/cloud-commerce/commit/fa20e4d88719be5b972dc9933a255635a123a531))

## [2.21.0](https://github.com/ecomplus/cloud-commerce/compare/v2.20.8...v2.21.0) (2024-06-19)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "cloudcommerce",
"type": "module",
"version": "2.21.0",
"version": "2.21.1",
"description": "Open fair-code headless commerce platform: API-first, microservices based, event driven and cloud native",
"main": "packages/api/lib/index.js",
"author": "E-Com Club Softwares para E-commerce <[email protected]>",
Expand Down

0 comments on commit 7ef5de8

Please sign in to comment.