Skip to content

Commit 0387388

Browse files
committed
v2.0.7
1 parent c969d50 commit 0387388

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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+
## [2.0.7](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.6...v2.0.7) (2022-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* vue fix for v-model ([c969d50](https://github.com/@nativescript-community/ui-checkbox/commit/c969d50ee8bd3e7bbec020dc5958d8a1b0790747))
12+
13+
14+
15+
16+
617
## 2.0.6 (2022-04-26)
718

819

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "2.0.6"
20+
"version": "2.0.7"
2121
}

Diff for: packages/checkbox/CHANGELOG.md

+8
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+
## [2.0.7](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.6...v2.0.7) (2022-04-26)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-checkbox
9+
10+
11+
12+
13+
614
## 2.0.6 (2022-04-26)
715

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

Diff for: packages/checkbox/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-checkbox",
3-
"version": "2.0.6",
3+
"version": "2.0.7",
44
"description": "NativeScript plugin for checkbox.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)