Skip to content

Commit

Permalink
v0.6.10
Browse files Browse the repository at this point in the history
  • Loading branch information
deavial committed Oct 19, 2018
1 parent e0ee8b2 commit 48ef149
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
### HEAD

### 0.6.10 (October 19, 2018)

* Removed upper peer dependecy restriction on React Native (Supports 0.30 - 0.57)
* Updated `prop-types` to 15.6.2
* Updated `readme`

### 0.6.9 (February 19, 2018)

* Removed greenkeeper post-publish as it is no longer supported.
* Updated React Native peer range to support 53.
* React Native warnings on `PropTypes` resolved.
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![npm version](https://img.shields.io/npm/v/react-native-dialogbox.svg?style=flat-square)](https://www.npmjs.com/package/react-native-dialogbox)
[![npm downloads](https://img.shields.io/npm/dm/react-native-dialogbox.svg?style=flat-square)](https://www.npmjs.com/package/react-native-dialogbox)
[![Dependencies](https://david-dm.org/victoriafrench/react-native-dialogbox.svg)](https://david-dm.org/victoriafrench/react-native-dialogbox)
[![React-Native](https://img.shields.io/badge/react--native-v0.30%20--%20v0.53-green.svg)]()
[![React-Native](https://img.shields.io/badge/react--native-v0.30%20--%20v0.57-green.svg)]()
[![platforms](https://img.shields.io/badge/platforms-ios%20%7C%20android-blue.svg)]()
# react-native-dialogbox

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-dialogbox",
"version": "0.6.9",
"version": "0.6.10",
"description": "dialog popup for react-native",
"main": "lib/index.js",
"scripts": {
Expand Down Expand Up @@ -35,6 +35,6 @@
"react-native": ">=0.30.0"
},
"dependencies": {
"prop-types": "^15.6.0"
"prop-types": "^15.6.2"
}
}

0 comments on commit 48ef149

Please sign in to comment.