Skip to content

Commit

Permalink
chore(main): release 6.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gravity-ui-bot committed Feb 12, 2024
1 parent 14d6ceb commit 4066cdc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [6.0.1](https://github.com/gravity-ui/uikit/compare/v6.0.0...v6.0.1) (2024-02-12)


### Bug Fixes

* **List:** fix virtualized list items rerender ([#1314](https://github.com/gravity-ui/uikit/issues/1314)) ([8c45f7c](https://github.com/gravity-ui/uikit/commit/8c45f7c55784a4eac88747b4a9db1745d53f0e6c))
* **Select:** do not call onFilterChange on mount ([#1321](https://github.com/gravity-ui/uikit/issues/1321)) ([0bb7c66](https://github.com/gravity-ui/uikit/commit/0bb7c661212630c993574d7f82392e7e9c3c1dad))
* **TextInput:** unequal text alignment in textinput ([#1306](https://github.com/gravity-ui/uikit/issues/1306)) ([c9cdbd0](https://github.com/gravity-ui/uikit/commit/c9cdbd0bba86573d35ec03b1766af4e0c8f5253b))
* **TreeSelect:** fixed dnd examples with selected values ([#1329](https://github.com/gravity-ui/uikit/issues/1329)) ([14d6ceb](https://github.com/gravity-ui/uikit/commit/14d6cebe875fef88c9066dbf5aa186aeb615d5f2))

## [6.0.0](https://github.com/gravity-ui/uikit/compare/v5.30.1...v6.0.0) (2024-02-06)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gravity-ui/uikit",
"version": "6.0.0",
"version": "6.0.1",
"description": "Gravity UI base styling and components",
"license": "MIT",
"repository": {
Expand Down

0 comments on commit 4066cdc

Please sign in to comment.