Skip to content

Commit 5538c93

Browse files
committed
Release v9.146.4
1 parent 6c8c345 commit 5538c93

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+5-1
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.146.4] - 2023-04-25
11+
1012
### Changed
1113

1214
- Prevents `Slider` range from resetting when the min/max value changes.
@@ -4166,5 +4168,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
41664168
- **Dropdown** and **Input** props `short` and `long`. Their widths should be defined by their parents.
41674169

41684170

4169-
[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.1...HEAD
4171+
[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.4...HEAD
41704172
[9.146.1]: https://github.com/vtex/styleguide/compare/v9.146.0...v9.146.1
4173+
4174+
[9.146.4]: https://github.com/vtex/styleguide/compare/v9.146.3...v9.146.4

manifest.json

+1-1
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.146.3",
5+
"version": "9.146.4",
66
"description": "The VTEX Styleguide components for the Render framework",
77
"builders": {
88
"react": "3.x"

package.json

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

0 commit comments

Comments
 (0)