Skip to content

Commit 54a50c5

Browse files
author
Vijay Sapkota
committed
bump version 1.5.5
1 parent a96e15c commit 54a50c5

2 files changed

Lines changed: 7 additions & 14 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
> see: [ROADMAP.md](ROADMAP.md)
2323
2424
## Changelogs
25+
- **[1.5.5]**
26+
+ Update: using PropTypes from prop-types and Change View.propTypes to ViewPropTypes
27+
2528

2629
- **[1.5.4]**
2730
+ Added easily accessible pagination point manipulation: use `dotColor` / `activeDotColor` and `dotStyle` / `activeDotStyle` (thanks [@denizs](https://github.com/denizs))

package.json

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
{
22
"name": "react-native-swiper",
3-
"keywords": [
4-
"react-component",
5-
"react-native",
6-
"ios"
7-
],
8-
"version": "1.5.4",
3+
"keywords": ["react-component", "react-native", "ios"],
4+
"version": "1.5.5",
95
"description": "Swiper component for React Native.",
106
"main": "index.js",
117
"scripts": {
@@ -16,9 +12,7 @@
1612
"test": "npm run lint"
1713
},
1814
"pre-commit": {
19-
"run": [
20-
"precommit"
21-
],
15+
"run": ["precommit"],
2216
"silent": true
2317
},
2418
"standard": {
@@ -31,11 +25,7 @@
3125
"setImmediate",
3226
"fetch"
3327
],
34-
"ignore": [
35-
"dist/",
36-
"mock/",
37-
"node_modules/"
38-
]
28+
"ignore": ["dist/", "mock/", "node_modules/"]
3929
},
4030
"ava": {
4131
"babel": "inherit",

0 commit comments

Comments
 (0)