Skip to content

Commit

Permalink
chore(release): 8.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [8.0.0](v7.0.0...v8.0.0) (2021-04-17)

### Features

* Use TypeScript in the codebase and expose TypeScript type-definitions ([#101](#101)) ([77d41f6](77d41f6))

### BREAKING CHANGES

* Previous type definitions used in your app may not be compatible with this release anymore.
  • Loading branch information
semantic-release-bot committed Apr 17, 2021
1 parent 77d41f6 commit 6f633c6
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [8.0.0](https://github.com/mmazzarolo/react-native-dialog/compare/v7.0.0...v8.0.0) (2021-04-17)


### Features

* Use TypeScript in the codebase and expose TypeScript type-definitions ([#101](https://github.com/mmazzarolo/react-native-dialog/issues/101)) ([77d41f6](https://github.com/mmazzarolo/react-native-dialog/commit/77d41f6f5fae17650245684c10ab3de3df93e76b))


### BREAKING CHANGES

* Previous type definitions used in your app may not be compatible with this release anymore.

# [7.0.0](https://github.com/mmazzarolo/react-native-dialog/compare/v6.2.0...v7.0.0) (2021-04-16)


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

0 comments on commit 6f633c6

Please sign in to comment.