Skip to content

Commit

Permalink
v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 12, 2023
1 parent b59a460 commit 24c51af
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.11",
"version": "0.1.12",
"packages": [
"packages/*"
],
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-popover/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-popover/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-popover",
"version": "0.1.11",
"version": "0.1.12",
"description": "Popover plugn",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 24c51af

Please sign in to comment.