From 944afc1361d494ce57f350e1c083178535219c61 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Thu, 4 Oct 2018 12:57:35 -0300 Subject: [PATCH] Release v7.1.1 --- CHANGELOG.md | 2 ++ manifest.json | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b32d7ea6..30665204b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] + +## [7.1.1] - 2018-10-04 ### Added - `IconBars`, `IconUser` and `IconShoppingCart` components diff --git a/manifest.json b/manifest.json index cfa10c0b4..3db157610 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "vendor": "vtex", "name": "styleguide", - "version": "7.1.0", + "version": "7.1.1", "title": "VTEX Styleguide", "description": "The VTEX Styleguide components for the Render framework", "builders": { diff --git a/package.json b/package.json index 5d670e9b6..4c47fe26a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/styleguide", - "version": "7.1.0", + "version": "7.1.1", "scripts": { "test": "react-scripts test --env=jsdom", "test:codemod": "jest codemod",