Skip to content

Commit

Permalink
chore(release): 8.1.1 [skip ci]
Browse files Browse the repository at this point in the history
## [8.1.1](v8.1.0...v8.1.1) (2021-07-15)

### Bug Fixes

* **title:** children prop allows node instead of string ([#112](#112)) ([8290768](8290768))
  • Loading branch information
semantic-release-bot committed Jul 15, 2021
1 parent 8290768 commit 45bdc6a
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 @@
## [8.1.1](https://github.com/mmazzarolo/react-native-dialog/compare/v8.1.0...v8.1.1) (2021-07-15)


### Bug Fixes

* **title:** children prop allows node instead of string ([#112](https://github.com/mmazzarolo/react-native-dialog/issues/112)) ([8290768](https://github.com/mmazzarolo/react-native-dialog/commit/8290768e73cf22e85404c6ebec9a328a3f0bf022))

# [8.1.0](https://github.com/mmazzarolo/react-native-dialog/compare/v8.0.1...v8.1.0) (2021-07-12)


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

0 comments on commit 45bdc6a

Please sign in to comment.