Skip to content

Commit bc42b1e

Browse files
committed
Release v1.0.1
1 parent efcc374 commit bc42b1e

3 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.0.1](https://github.com/jakezatecky/react-dual-listbox/compare/v1.0.0...v1.0.1) (2017-04-11)
4+
5+
### Bug Fixes
6+
7+
* [#19]: Fix issue with additional border appearing between two action buttons
8+
39
## [v1.0.0](https://github.com/jakezatecky/react-dual-listbox/compare/v0.6.0...v1.0.0) (2017-04-10)
410

511
### New Features

examples/dist/style.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@
151151

152152
.rdl-align-top .rdl-move:first-child {
153153
margin-bottom: 0;
154+
border-right: 0;
154155
border-top-right-radius: 0;
155156
border-bottom-left-radius: 0;
156157
border-bottom-right-radius: 0;

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": "1.0.0",
3+
"version": "1.0.1",
44
"description": "React component for dual listboxes",
55
"author": "Jake Zatecky",
66
"license": "MIT",

0 commit comments

Comments
 (0)