Skip to content

Commit 944afc1

Browse files
author
Bruno Dias
committed
Release v7.1.1
1 parent 2f1a8c3 commit 944afc1

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88
## [Unreleased]
9+
10+
## [7.1.1] - 2018-10-04
911
### Added
1012
- `IconBars`, `IconUser` and `IconShoppingCart` components
1113

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"vendor": "vtex",
33
"name": "styleguide",
4-
"version": "7.1.0",
4+
"version": "7.1.1",
55
"title": "VTEX Styleguide",
66
"description": "The VTEX Styleguide components for the Render framework",
77
"builders": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/styleguide",
3-
"version": "7.1.0",
3+
"version": "7.1.1",
44
"scripts": {
55
"test": "react-scripts test --env=jsdom",
66
"test:codemod": "jest codemod",

0 commit comments

Comments
 (0)