Skip to content

Commit

Permalink
Release v9.146.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasecdb committed Apr 25, 2023
1 parent 6c8c345 commit 5538c93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [9.146.4] - 2023-04-25

### Changed

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


[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.1...HEAD
[Unreleased]: https://github.com/vtex/styleguide/compare/v9.146.4...HEAD
[9.146.1]: https://github.com/vtex/styleguide/compare/v9.146.0...v9.146.1

[9.146.4]: https://github.com/vtex/styleguide/compare/v9.146.3...v9.146.4
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"vendor": "vtex",
"name": "styleguide",
"title": "VTEX Styleguide",
"version": "9.146.3",
"version": "9.146.4",
"description": "The VTEX Styleguide components for the Render framework",
"builders": {
"react": "3.x"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vtex/styleguide",
"version": "9.146.3",
"version": "9.146.4",
"scripts": {
"lint": "eslint react --ext js,jsx,ts,tsx",
"test": "node config/test.js",
Expand Down

0 comments on commit 5538c93

Please sign in to comment.