Skip to content

Commit b486d04

Browse files
committed
v2.0.11
1 parent 45da069 commit b486d04

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.11](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.10...v2.0.11) (2023-11-10)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** removed log ([45da069](https://github.com/@nativescript-community/ui-checkbox/commit/45da0698d2da2b56df7d74025a7a4bb0ab110bef))
12+
13+
14+
15+
16+
617
## [2.0.10](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.9...v2.0.10) (2023-11-02)
718

819
### Bug Fixes

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "2.0.10",
2+
"version": "2.0.11",
33
"packages": [
44
"packages/*"
55
],

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.11](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.10...v2.0.11) (2023-11-10)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-checkbox
9+
10+
11+
12+
13+
614
## [2.0.10](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.9...v2.0.10) (2023-11-02)
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.10",
3+
"version": "2.0.11",
44
"description": "NativeScript plugin for checkbox.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)