Skip to content

Commit 8e60798

Browse files
committed
v2.0.8
1 parent 807c05a commit 8e60798

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

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.8](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.7...v2.0.8) (2022-05-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage ([de9c2b5](https://github.com/@nativescript-community/ui-checkbox/commit/de9c2b51a47940127480c9a303f43290e50b5d5c))
12+
13+
14+
15+
16+
617
## [2.0.7](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.6...v2.0.7) (2022-04-26)
718

819

lerna.json

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

packages/checkbox/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.8](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.7...v2.0.8) (2022-05-19)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage ([de9c2b5](https://github.com/nativescript-community/ui-checkbox/commit/de9c2b51a47940127480c9a303f43290e50b5d5c))
12+
13+
14+
15+
16+
617
## [2.0.7](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.6...v2.0.7) (2022-04-26)
718

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

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.7",
3+
"version": "2.0.8",
44
"description": "NativeScript plugin for checkbox.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)