From 44c04f46227515eab9570e580a5ca6a5b4146fd1 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Fri, 18 Jan 2019 11:17:54 -0200 Subject: [PATCH] Bump vtex.styleguide to 9.x --- CHANGELOG.md | 3 +++ manifest.json | 6 +++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b451d789..e65f1fb2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ 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] +### Changed +- Update React builder to 3.x. +- Bump vtex.styleguide to 9.x. ## [2.4.5] - 2019-01-17 ### Fixed diff --git a/manifest.json b/manifest.json index cd117ec2..c41d1a42 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "defaultLocale": "pt-BR", "description": "The VTEX Store Header component", "builders": { - "react": "2.x", + "react": "3.x", "store": "0.x", "messages": "0.x" }, @@ -19,7 +19,7 @@ "postreleasy": "vtex publish --verbose" }, "dependencies": { - "vtex.styleguide": "8.x", + "vtex.styleguide": "9.x", "vtex.telemarketing": "2.x", "vtex.minicart": "2.x", "vtex.login": "2.x", @@ -27,4 +27,4 @@ "vtex.category-menu": "2.x", "vtex.store-components": "3.x" } -} +} \ No newline at end of file