diff --git a/CHANGELOG.md b/CHANGELOG.md index 161edf2..4301b85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [0.10.1] - 2024-11-06 + ### Changed `list-context.product-list` and `list-context.product-list-static` to `allowed` instead of `required`. diff --git a/manifest.json b/manifest.json index f7b912a..9acebd9 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "shelf-components", - "version": "0.10.0", + "version": "0.10.1", "title": "Shelf components", "description": "Components of the new shelves", "builders": { diff --git a/react/package.json b/react/package.json index 2ad425d..96daf27 100644 --- a/react/package.json +++ b/react/package.json @@ -1,6 +1,6 @@ { "name": "shelf-components", - "version": "0.10.0", + "version": "0.10.1", "scripts": { "test": "vtex-test-tools test" },