Skip to content

Commit d7cf629

Browse files
committed
Release v6.0
1 parent 0bc4664 commit d7cf629

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Changelog
22

3-
## 6.0.0 (TBA)
3+
## [6.0.0](https://github.com/jakezatecky/react-dual-listbox/compare/v5.0.2...v6.0.0) (2023-12-06)
44

55
_This new version includes a variety of breaking changes. Please review them before upgrading._
66

@@ -49,7 +49,7 @@ The keys `moveLeft`, `moveAllLeft`, `moveRight`, and `moveAllRight` are now `mov
4949
| `moveRight` | `moveToSelected` |
5050
| `moveAllRight` | `moveAllToSelected` |
5151

52-
### Other
52+
### Other
5353

5454
## [v5.0.2](https://github.com/jakezatecky/react-dual-listbox/compare/v5.0.1...v5.0.2) (2023-02-08)
5555

@@ -146,7 +146,7 @@ The keys `moveLeft`, `moveAllLeft`, `moveRight`, and `moveAllRight` are now `mov
146146
### New Features
147147

148148
* [#80]: Add `disabled` support for elements in the `options` property
149-
* [#87]: Add `title` support for elements in the `options` property
149+
* [#87]: Add `title` support for elements in the `options` property
150150
* [#90]: Add `selection` argument to the `onChange` handler to track highlighted values
151151
* [#104]: Add `className` property to allow specification of a custom class on the root node
152152
* [#133]: Add `moveTop` and `moveBottom` buttons to `showOrderButtons` property

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-dual-listbox",
3-
"version": "5.0.2",
3+
"version": "6.0.0",
44
"description": "A feature-rich dual listbox for React.",
55
"author": "Jake Zatecky",
66
"license": "MIT",

0 commit comments

Comments
 (0)