Skip to content

Commit

Permalink
chore(release): 9.2.2 [skip ci]
Browse files Browse the repository at this point in the history
## [9.2.2](v9.2.1...v9.2.2) (2022-06-09)

### Bug Fixes

* remove usage of PropTypes ([#139](#139)) ([538ff00](538ff00))
  • Loading branch information
semantic-release-bot committed Jun 9, 2022
1 parent 538ff00 commit 0a9366b
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.2.2](https://github.com/mmazzarolo/react-native-dialog/compare/v9.2.1...v9.2.2) (2022-06-09)


### Bug Fixes

* remove usage of PropTypes ([#139](https://github.com/mmazzarolo/react-native-dialog/issues/139)) ([538ff00](https://github.com/mmazzarolo/react-native-dialog/commit/538ff007942145d1d9aa85a34d65afa25015db16))

## [9.2.1](https://github.com/mmazzarolo/react-native-dialog/compare/v9.2.0...v9.2.1) (2022-02-11)


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

0 comments on commit 0a9366b

Please sign in to comment.