Skip to content

Commit

Permalink
Release v0.26.4
Browse files Browse the repository at this point in the history
  • Loading branch information
thalytafabrine committed Jun 14, 2021
1 parent cb8caa6 commit 0239bab
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.26.4] - 2021-06-14

### Fixed

- Rollback changes introduced by v0.26.3.
Expand Down
6 changes: 4 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "add-to-cart-button",
"version": "0.26.3",
"version": "0.26.4",
"title": "Add to Cart Button",
"description": "A button component to add items into the shopping cart.",
"builders": {
Expand All @@ -21,7 +21,9 @@
"vtex.store-resources": "0.x",
"vtex.native-types": "0.x"
},
"registries": ["smartcheckout"],
"registries": [
"smartcheckout"
],
"policies": [],
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}
2 changes: 1 addition & 1 deletion react/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.26.3",
"version": "0.26.4",
"scripts": {
"lint": "tsc --noEmit && eslint --quiet --fix --ext ts,tsx .",
"test": "vtex-test-tools test"
Expand Down

0 comments on commit 0239bab

Please sign in to comment.