diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cb606a18..d836e8d38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [Unreleased] +## [9.134.1] - 2020-12-22 + ### Fixed - Input and dropdown now have font-size of 16px no matter their sizes diff --git a/manifest.json b/manifest.json index 43211a0dc..3ecf6465f 100644 --- a/manifest.json +++ b/manifest.json @@ -2,7 +2,7 @@ "vendor": "vtex", "name": "styleguide", "title": "VTEX Styleguide", - "version": "9.134.0", + "version": "9.134.1", "description": "The VTEX Styleguide components for the Render framework", "builders": { "react": "3.x" diff --git a/package.json b/package.json index a024dd8c9..626c11a85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@vtex/styleguide", - "version": "9.134.0", + "version": "9.134.1", "scripts": { "lint": "eslint react --ext js,jsx,ts,tsx", "test": "node config/test.js",