Skip to content

Commit b590129

Browse files
committed
v0.1.4
1 parent 5c91f88 commit b590129

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

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.4](https://github.com/nativescript-community/ui-drawer/compare/v0.1.3...v0.1.4) (2022-12-16)
7+
8+
**Note:** Version bump only for package ui-drawer
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/nativescript-community/ui-drawer/compare/v0.1.2...v0.1.3) (2022-12-16)
715

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

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"packages/*"
44
],
5-
"version": "0.1.3",
5+
"version": "0.1.4",
66
"npmClient": "yarn",
77
"useWorkspaces": true,
88
"command": {

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.4](https://github.com/nativescript-community/ui-drawer/compare/v0.1.3...v0.1.4) (2022-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-drawer
9+
10+
11+
12+
13+
614
## [0.1.3](https://github.com/nativescript-community/ui-drawer/compare/v0.1.2...v0.1.3) (2022-12-16)
715

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

packages/ui-drawer/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-drawer",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Easily add a side drawer (side menu) to your projects.",
55
"main": "./index",
66
"sideEffects": false,
@@ -53,5 +53,6 @@
5353
"readmeFilename": "README.md",
5454
"dependencies": {
5555
"@nativescript-community/gesturehandler": "^2.0.8"
56-
}
56+
},
57+
"gitHead": "5c91f884f8ca30cfcff1c3ac88f90492831c73aa"
5758
}

0 commit comments

Comments
 (0)