Skip to content

Commit a32e1eb

Browse files
committed
v2.0.12
1 parent ef6dbbd commit a32e1eb

File tree

4 files changed

+9
-10
lines changed

4 files changed

+9
-10
lines changed

CHANGELOG.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@
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)
6+
## [2.0.12](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.11...v2.0.12) (2023-12-11)
7+
8+
**Note:** Version bump only for package ui-checkbox
79

10+
## [2.0.11](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.10...v2.0.11) (2023-11-10)
811

912
### Bug Fixes
1013

1114
* **android:** removed log ([45da069](https://github.com/@nativescript-community/ui-checkbox/commit/45da0698d2da2b56df7d74025a7a4bb0ab110bef))
1215

13-
14-
15-
16-
1716
## [2.0.10](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.9...v2.0.10) (2023-11-02)
1817

1918
### Bug Fixes

lerna.json

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

packages/checkbox/CHANGELOG.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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)
6+
## [2.0.12](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.11...v2.0.12) (2023-12-11)
77

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

10+
## [2.0.11](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.10...v2.0.11) (2023-11-10)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-checkbox
1313

1414
## [2.0.10](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.9...v2.0.10) (2023-11-02)
1515

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

0 commit comments

Comments
 (0)