Skip to content
This repository was archived by the owner on Sep 16, 2020. It is now read-only.

Commit 50cc291

Browse files
committed
add missing deps, close #203
1 parent 65ca2a8 commit 50cc291

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

HISTORY.md

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

3+
# 2.2.1
4+
5+
- fix: add missing `prop-types` `create-react-class`
6+
37
# 2.2.0
48

59
- feature: swipe menu manual open, add `openLeft/openRight` properties. (https://github.com/dancormier/react-native-swipeout/pull/161)
@@ -16,6 +20,6 @@
1620

1721
- fix: Avoid Wrapping button text. (https://github.com/dancormier/react-native-swipeout/commit/6e7ee3adb6f1fd95bbd057c5ed2850562ae16e1c)
1822

19-
# * ~ 2.1.1
23+
# * ~ 2.1.1
2024

21-
- see [commits history](https://github.com/dancormier/react-native-swipeout/commits/master)
25+
- see [commits history](https://github.com/dancormier/react-native-swipeout/commits/master)

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-swipeout",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "iOS-style swipeout buttons behind component",
55
"main": "index.js",
66
"scripts": {
@@ -26,6 +26,8 @@
2626
},
2727
"homepage": "https://github.com/dancormier/react-native-swipeout",
2828
"dependencies": {
29-
"react-tween-state": "^0.1.5"
29+
"react-tween-state": "^0.1.5",
30+
"prop-types": "^15.5.10",
31+
"create-react-class": "^15.6.0"
3032
}
3133
}

0 commit comments

Comments
 (0)