Skip to content

Commit 311baca

Browse files
committed
v0.1.18
1 parent 75e5e7c commit 311baca

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.18](https://github.com/nativescript-community/ui-drawer/compare/v0.1.17...v0.1.18) (2023-06-27)
7+
8+
9+
### Bug Fixes
10+
11+
* cleanup preventing crash with N main branch ([3473d03](https://github.com/nativescript-community/ui-drawer/commit/3473d03283f97e06feeace0ef2d7104282d43c2c))
12+
13+
14+
### Features
15+
16+
* allow to open multiple drawers while panning (like going from left to right) as it is done in discord app ([c8a32e5](https://github.com/nativescript-community/ui-drawer/commit/c8a32e54705dea77ca1e08b1f6c07c9e203f9360))
17+
18+
19+
20+
21+
622
## [0.1.17](https://github.com/nativescript-community/ui-drawer/compare/v0.1.16...v0.1.17) (2023-05-25)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.17",
2+
"version": "0.1.18",
33
"packages": [
44
"packages/*"
55
],

packages/ui-drawer/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.18](https://github.com/nativescript-community/ui-drawer/compare/v0.1.17...v0.1.18) (2023-06-27)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-drawer
9+
10+
11+
12+
13+
614
## [0.1.17](https://github.com/nativescript-community/ui-drawer/compare/v0.1.16...v0.1.17) (2023-05-25)
715

816
**Note:** Version bump only for package @nativescript-community/ui-drawer

packages/ui-drawer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-drawer",
3-
"version": "0.1.17",
3+
"version": "0.1.18",
44
"description": "Easily add a side drawer (side menu) to your projects.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)