Skip to content

Commit 6f633c6

Browse files
chore(release): 8.0.0 [skip ci]
# [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.
1 parent 77d41f6 commit 6f633c6

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [8.0.0](https://github.com/mmazzarolo/react-native-dialog/compare/v7.0.0...v8.0.0) (2021-04-17)
2+
3+
4+
### Features
5+
6+
* 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))
7+
8+
9+
### BREAKING CHANGES
10+
11+
* Previous type definitions used in your app may not be compatible with this release anymore.
12+
113
# [7.0.0](https://github.com/mmazzarolo/react-native-dialog/compare/v6.2.0...v7.0.0) (2021-04-16)
214

315

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-dialog",
3-
"version": "7.0.0",
3+
"version": "8.0.0",
44
"description": "A flexible react-native dialog",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)