From ff820af773e5701e5447530231f7ebfb52defefe Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Fri, 5 Jan 2024 21:44:45 +0100 Subject: [PATCH] v0.1.26 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/ui-drawer/CHANGELOG.md | 4 ++++ packages/ui-drawer/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6532ce1..48854a6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.26](https://github.com/nativescript-community/ui-drawer/compare/v0.1.25...v0.1.26) (2024-01-05) + +### Bug Fixes + +* open/close event not always being sent ([6e24989](https://github.com/nativescript-community/ui-drawer/commit/6e249894066f296ca6c85030a8177da54d38c321)) + ## [0.1.25](https://github.com/nativescript-community/ui-drawer/compare/v0.1.24...v0.1.25) (2023-10-19) ### Bug Fixes diff --git a/lerna.json b/lerna.json index fd1a752..64c09b7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "0.1.25", + "version": "0.1.26", "packages": [ "packages/*" ], diff --git a/packages/ui-drawer/CHANGELOG.md b/packages/ui-drawer/CHANGELOG.md index 7296db3..24d6869 100644 --- a/packages/ui-drawer/CHANGELOG.md +++ b/packages/ui-drawer/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.26](https://github.com/nativescript-community/ui-drawer/compare/v0.1.25...v0.1.26) (2024-01-05) + +**Note:** Version bump only for package @nativescript-community/ui-drawer + ## [0.1.25](https://github.com/nativescript-community/ui-drawer/compare/v0.1.24...v0.1.25) (2023-10-19) **Note:** Version bump only for package @nativescript-community/ui-drawer diff --git a/packages/ui-drawer/package.json b/packages/ui-drawer/package.json index e7d7122..497f255 100644 --- a/packages/ui-drawer/package.json +++ b/packages/ui-drawer/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-drawer", - "version": "0.1.25", + "version": "0.1.26", "description": "Easily add a side drawer (side menu) to your projects.", "main": "./index", "sideEffects": false,