Skip to content

Commit

Permalink
chore(release): 9.1.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.1.2](v9.1.1...v9.1.2) (2021-10-01)

### Bug Fixes

* Change style propType of Input from View to Text ([#124](#124)) ([d71d204](d71d204))
  • Loading branch information
semantic-release-bot committed Oct 1, 2021
1 parent d71d204 commit 9d08bad
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,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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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-dialog",
"version": "9.1.1",
"version": "9.1.2",
"description": "A flexible react-native dialog",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down

0 comments on commit 9d08bad

Please sign in to comment.