diff --git a/CHANGELOG.md b/CHANGELOG.md index b94535a..3e3a33e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/nativescript-community/ui-popover/compare/v0.1.11...v0.1.12) (2023-12-12) + +### Bug Fixes + +* **ios:** find parent the right way ([54f8e7a](https://github.com/nativescript-community/ui-popover/commit/54f8e7aca9a38ccb6001b1e4686841495929f787)) +* made `closePopover` async so that you can be sure you can open a new modal on iOS ([ca9be85](https://github.com/nativescript-community/ui-popover/commit/ca9be8502ffcc3d410ba427c241bbc4737ae146e)) + ## [0.1.11](https://github.com/nativescript-community/ui-popover/compare/v0.1.10...v0.1.11) (2023-11-16) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 9b2c0a6..1ee8da2 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.11", + "version": "0.1.12", "packages": [ "packages/*" ], diff --git a/packages/ui-popover/CHANGELOG.md b/packages/ui-popover/CHANGELOG.md index b57acca..50118a3 100644 --- a/packages/ui-popover/CHANGELOG.md +++ b/packages/ui-popover/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.12](https://github.com/nativescript-community/ui-popover/compare/v0.1.11...v0.1.12) (2023-12-12) + +**Note:** Version bump only for package @nativescript-community/ui-popover + ## [0.1.11](https://github.com/nativescript-community/ui-popover/compare/v0.1.10...v0.1.11) (2023-11-16) **Note:** Version bump only for package @nativescript-community/ui-popover diff --git a/packages/ui-popover/package.json b/packages/ui-popover/package.json index 549c340..5ca5e17 100644 --- a/packages/ui-popover/package.json +++ b/packages/ui-popover/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-popover", - "version": "0.1.11", + "version": "0.1.12", "description": "Popover plugn", "main": "./index", "sideEffects": false,