We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b7e6e5 commit 911a295Copy full SHA for 911a295
2 files changed
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# Version 1.2.1
2
+Released 2018-09-08
3
+
4
+- Added `react-emotion` to `peerDependencies`
5
6
# Version 1.2.0
7
Released 2018-09-08
8
package.json
@@ -1,6 +1,6 @@
{
"name": "react-multi-bar-slider",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "Slider component with multiple bars for React",
"repository": {
"type": "git",
@@ -22,6 +22,7 @@
22
"emotion": "^9.x",
23
"prop-types": "^15.x",
24
"react": "^15.3.x || ^16.x",
25
+ "react-emotion": "^9.x",
26
"react-dom": "^15.3.x || ^16.x"
27
},
28
"scripts": {
0 commit comments