Skip to content

Commit b59d075

Browse files
committed
v0.0.23
1 parent c1079ea commit b59d075

File tree

4 files changed

+22
-2
lines changed

4 files changed

+22
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.0.23](https://github.com/nativescript-community/ui-drawer/compare/v0.0.22...v0.0.23) (2021-01-29)
7+
8+
9+
### Bug Fixes
10+
11+
* doc update about available settings ([c1079ea](https://github.com/nativescript-community/ui-drawer/commit/c1079ea119bd037b4c0a325091c174b458034761))
12+
* some fixes to make it “easier” to open the menu ([5c7653b](https://github.com/nativescript-community/ui-drawer/commit/5c7653b3f9b4ab658047d50677a38a811177a735))
13+
14+
15+
16+
17+
618
## [0.0.22](https://github.com/nativescript-community/ui-drawer/compare/v0.0.21...v0.0.22) (2020-12-21)
719

820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "0.0.22",
5+
"version": "0.0.23",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/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.0.23](https://github.com/nativescript-community/ui-drawer/compare/v0.0.22...v0.0.23) (2021-01-29)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-drawer
9+
10+
11+
12+
13+
614
## [0.0.22](https://github.com/nativescript-community/ui-drawer/compare/v0.0.21...v0.0.22) (2020-12-21)
715

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

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

0 commit comments

Comments
 (0)