Skip to content

Commit 911a295

Browse files
v1.2.1
1 parent 2b7e6e5 commit 911a295

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# Version 1.2.1
2+
Released 2018-09-08
3+
4+
- Added `react-emotion` to `peerDependencies`
5+
16
# Version 1.2.0
27
Released 2018-09-08
38

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-multi-bar-slider",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Slider component with multiple bars for React",
55
"repository": {
66
"type": "git",
@@ -22,6 +22,7 @@
2222
"emotion": "^9.x",
2323
"prop-types": "^15.x",
2424
"react": "^15.3.x || ^16.x",
25+
"react-emotion": "^9.x",
2526
"react-dom": "^15.3.x || ^16.x"
2627
},
2728
"scripts": {

0 commit comments

Comments
 (0)