Skip to content

Commit 6402905

Browse files
author
Ícaro
committed
Release v9.136.2
1 parent 1a30cc6 commit 6402905

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
77

88
## [Unreleased]
99

10+
## [9.136.2] - 2021-03-23
11+
1012
### Fixed
1113

1214
- **NumericStepper** `displayValue` boundary detection when `unitMultiplier` was different from 1

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"vendor": "vtex",
33
"name": "styleguide",
44
"title": "VTEX Styleguide",
5-
"version": "9.136.1",
5+
"version": "9.136.2",
66
"description": "The VTEX Styleguide components for the Render framework",
77
"builders": {
88
"react": "3.x"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vtex/styleguide",
3-
"version": "9.136.1",
3+
"version": "9.136.2",
44
"scripts": {
55
"lint": "eslint react --ext js,jsx,ts,tsx",
66
"test": "node config/test.js",

0 commit comments

Comments
 (0)