From 68e22c64afed3b3fca93d1f2859fdffbd807e2bf Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Sep 2021 19:30:33 +0000 Subject: [PATCH] chore(release): 9.1.1 [skip ci] ## [9.1.1](https://github.com/mmazzarolo/react-native-dialog/compare/v9.1.0...v9.1.1) (2021-09-30) ### Bug Fixes * Make Button label prop type required ([#123](https://github.com/mmazzarolo/react-native-dialog/issues/123)) ([e096d6b](https://github.com/mmazzarolo/react-native-dialog/commit/e096d6bf6814a114bb635585caa0babe72c3bd1c)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e8165b..0462e94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [9.1.1](https://github.com/mmazzarolo/react-native-dialog/compare/v9.1.0...v9.1.1) (2021-09-30) + + +### Bug Fixes + +* Make Button label prop type required ([#123](https://github.com/mmazzarolo/react-native-dialog/issues/123)) ([e096d6b](https://github.com/mmazzarolo/react-native-dialog/commit/e096d6bf6814a114bb635585caa0babe72c3bd1c)) + # [9.1.0](https://github.com/mmazzarolo/react-native-dialog/compare/v9.0.0...v9.1.0) (2021-09-08) diff --git a/package-lock.json b/package-lock.json index caf58bd..4276eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "react-native-dialog", - "version": "9.1.0", + "version": "9.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "9.1.0", + "version": "9.1.1", "license": "MIT", "devDependencies": { "@semantic-release/changelog": "^5.0.1", diff --git a/package.json b/package.json index 5fb756f..55074ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-dialog", - "version": "9.1.0", + "version": "9.1.1", "description": "A flexible react-native dialog", "main": "lib/index.js", "types": "lib/index.d.ts",