Skip to content

Commit

Permalink
0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hectahertz committed Dec 17, 2017
1 parent 4e5174e commit 8fddba6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"expo": "^23.0.4",
"react": "16.0.0",
"react-native": "0.50.3",
"react-native-material-dialog": "^0.7.1",
"react-native-material-dialog": "^0.7.2",
"react-native-typography": "^1.0.3"
}
}
6 changes: 3 additions & 3 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4531,9 +4531,9 @@ [email protected]:
version "0.17.1"
resolved "https://registry.yarnpkg.com/react-native-maps/-/react-native-maps-0.17.1.tgz#ab2236341fd984dac8864202ae55331bc262f60c"

react-native-material-dialog@^0.7.1:
version "0.7.1"
resolved "https://registry.yarnpkg.com/react-native-material-dialog/-/react-native-material-dialog-0.7.1.tgz#b11ab4d123dfc28d97f6f7eff03d53c348b51d9e"
react-native-material-dialog@^0.7.2:
version "0.7.2"
resolved "https://registry.yarnpkg.com/react-native-material-dialog/-/react-native-material-dialog-0.7.2.tgz#fd726c8260d90a608bf50161330ddfebe0bffc70"
dependencies:
prop-types "^15.5.10"
react-native-typography "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-material-dialog",
"version": "0.7.1",
"version": "0.7.2",
"description": "Material design compliant dialog for React Native",
"main": "index.js",
"types": "index.d.ts",
Expand Down

0 comments on commit 8fddba6

Please sign in to comment.