Skip to content

Commit 72b80d6

Browse files
committed
v0.0.12
1 parent 52402fd commit 72b80d6

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
@@ -0,0 +1,12 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.12 (2020-11-11)
7+
8+
9+
### Bug Fixes
10+
11+
* sonme fixes ([d16935e](https://github.com/nativescript-community/ui-persistent-bottomsheet/commit/d16935e870681f01956963d59c1fed6e58fe4b06))
12+
* vue component fix ([b3b036d](https://github.com/nativescript-community/ui-persistent-bottomsheet/commit/b3b036df51778b9da8992450f84c1186e3e7d18a))

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.11",
5+
"version": "0.0.12",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 0.0.12 (2020-11-11)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-persistent-bottomsheet

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-persistent-bottomsheet",
3-
"version": "0.0.11",
3+
"version": "0.0.12",
44
"description": "NativeScript plugin that allows you to easily add a persistent bottomsheet to your projects.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)