Skip to content

Commit 26d7255

Browse files
committed
2.0.1
1 parent e91a8a1 commit 26d7255

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog of `@reason-react-native/slider`
22

3+
## 2.0.1 - 2020-01-10
4+
5+
- Fix import
6+
37
## 2.0.0 - 2019-11-23
48

59
Initial release.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://github.com/reason-react-native/slider/workflows/Build/badge.svg)](https://github.com/reason-react-native/slider/actions)
44
[![Version](https://img.shields.io/npm/v/@reason-react-native/slider.svg)](https://www.npmjs.com/@reason-react-native/slider)
5-
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/)
5+
[![Chat](https://img.shields.io/discord/235176658175262720.svg?logo=discord&colorb=blue)](https://reason-react-native.github.io/discord/)
66

77
[ReasonML](https://reasonml.github.io) /
88
[BuckleScript](https://bucklescript.github.io) bindings for

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reason-react-native/slider",
3-
"version": "2.0.0",
3+
"version": "2.0.1",
44
"publishConfig": {
55
"access": "public"
66
},
@@ -19,6 +19,7 @@
1919
],
2020
"files": [
2121
"*",
22+
"!.github",
2223
"!.DS_Store",
2324
"!**/*.bs.js",
2425
"!.merlin",

0 commit comments

Comments
 (0)