Skip to content

Commit

Permalink
Release v2.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoabreu committed Oct 25, 2019
1 parent 88f8cb3 commit 12e933c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [2.11.3] - 2019-10-25
### Chore
- New release to trigger a rebuild enabling lazy evaluation of carousel entrypoints

Expand Down
4 changes: 2 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"vendor": "vtex",
"name": "carousel",
"version": "2.11.2",
"version": "2.11.3",
"title": "Carousel",
"description": "Carousel Component",
"defaultLocale": "pt-BR",
Expand All @@ -23,4 +23,4 @@
"vtex.device-detector": "0.x"
},
"$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,6 +1,6 @@
{
"name": "vtex.carousel",
"version": "0.2.0",
"version": "2.11.3",
"description": "A Carousel Component.",
"scripts": {
"pretest": "yarn",
Expand Down

0 comments on commit 12e933c

Please sign in to comment.