Skip to content

Commit 544201d

Browse files
committed
v0.1.23
1 parent ca578ba commit 544201d

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.23](https://github.com/nativescript-community/ui-drawer/compare/v0.1.22...v0.1.23) (2023-09-11)
7+
8+
### Bug Fixes
9+
10+
* correctly insert view at the righ index ([e7e262b](https://github.com/nativescript-community/ui-drawer/commit/e7e262b59cf62a51dd4094db9a2111e3e1154be4))
11+
612
## [0.1.22](https://github.com/nativescript-community/ui-drawer/compare/v0.1.21...v0.1.22) (2023-08-31)
713

814
**Note:** Version bump only for package ui-drawer

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.22",
2+
"version": "0.1.23",
33
"packages": [
44
"packages/*"
55
],

packages/ui-drawer/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.23](https://github.com/nativescript-community/ui-drawer/compare/v0.1.22...v0.1.23) (2023-09-11)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-drawer
9+
610
## [0.1.22](https://github.com/nativescript-community/ui-drawer/compare/v0.1.21...v0.1.22) (2023-08-31)
711

812
**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.22",
3+
"version": "0.1.23",
44
"description": "Easily add a side drawer (side menu) to your projects.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)