diff --git a/CHANGELOG.md b/CHANGELOG.md index 0462e94..389e0c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.2](https://github.com/mmazzarolo/react-native-dialog/compare/v9.1.1...v9.1.2) (2021-10-01) + + +### Bug Fixes + +* Change style propType of Input from View to Text ([#124](https://github.com/mmazzarolo/react-native-dialog/issues/124)) ([d71d204](https://github.com/mmazzarolo/react-native-dialog/commit/d71d20489c5d4e7038ebbb8dc183fc352d87b409)) + ## [9.1.1](https://github.com/mmazzarolo/react-native-dialog/compare/v9.1.0...v9.1.1) (2021-09-30) diff --git a/package-lock.json b/package-lock.json index 4276eeb..5d51cfb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-native-dialog", - "version": "9.1.1", + "version": "9.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "9.1.1", + "version": "9.1.2", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^5.0.1", diff --git a/package.json b/package.json index 55074ad..fd608d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dialog", - "version": "9.1.1", + "version": "9.1.2", "description": "A flexible react-native dialog", "main": "lib/index.js", "types": "lib/index.d.ts",