Skip to content

Commit d1f525e

Browse files
committed
v2.0.10
1 parent 92d3cae commit d1f525e

File tree

4 files changed

+10
-31
lines changed

4 files changed

+10
-31
lines changed

Diff for: CHANGELOG.md

+5-17
Original file line numberDiff line numberDiff line change
@@ -3,42 +3,32 @@
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.9](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.8...v2.0.9) (2023-05-24)
7-
6+
## [2.0.10](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.9...v2.0.10) (2023-11-02)
87

98
### Bug Fixes
109

11-
* added css class for CheckBox ([248dad7](https://github.com/@nativescript-community/ui-checkbox/commit/248dad7e5e9ecd51113670000a5b206254067e93))
12-
10+
* **ios:** non working onTintColor ([fff44d5](https://github.com/@nativescript-community/ui-checkbox/commit/fff44d51f8fb33dbdfa20dc975787f597f7aa360))
1311

12+
## [2.0.9](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.8...v2.0.9) (2023-05-24)
1413

14+
### Bug Fixes
1515

16+
* added css class for CheckBox ([248dad7](https://github.com/@nativescript-community/ui-checkbox/commit/248dad7e5e9ecd51113670000a5b206254067e93))
1617

1718
## [2.0.8](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.7...v2.0.8) (2022-05-19)
1819

19-
2020
### Bug Fixes
2121

2222
* **android:** native-api-usage ([de9c2b5](https://github.com/@nativescript-community/ui-checkbox/commit/de9c2b51a47940127480c9a303f43290e50b5d5c))
2323

24-
25-
26-
27-
2824
## [2.0.7](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.6...v2.0.7) (2022-04-26)
2925

30-
3126
### Bug Fixes
3227

3328
* vue fix for v-model ([c969d50](https://github.com/@nativescript-community/ui-checkbox/commit/c969d50ee8bd3e7bbec020dc5958d8a1b0790747))
3429

35-
36-
37-
38-
3930
## 2.0.6 (2022-04-26)
4031

41-
4232
### Bug Fixes
4333

4434
* angular build ([2490dbf](https://github.com/@nativescript-community/ui-checkbox/commit/2490dbf698578b7b09ef731400c0a6c7d41e6ee6))
@@ -47,7 +37,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
4737
* npm ref in demo ([06f3769](https://github.com/@nativescript-community/ui-checkbox/commit/06f376992615348ec670936116ada59e16fa4c34))
4838
* publish grunt script for Podfile ([4cf23f3](https://github.com/@nativescript-community/ui-checkbox/commit/4cf23f32752c7b67bca66a61f951db3a7fde7993))
4939

50-
5140
### Features
5241

5342
* Angular AoT support ([1308dfa](https://github.com/@nativescript-community/ui-checkbox/commit/1308dfa87e28120e39a9b6240953915912d4e721))
@@ -57,7 +46,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
5746
* Nativescript-Angular 4.4.x support ([ca8a99f](https://github.com/@nativescript-community/ui-checkbox/commit/ca8a99fa4e597f66b030880f9b373b6736808cde))
5847
* support for AoT Angular plus added build scripts ([c8c53ef](https://github.com/@nativescript-community/ui-checkbox/commit/c8c53effeffd1728aa8c0fd05708f8c698563ed0))
5948

60-
6149
### Reverts
6250

6351
* tns-core-modules peerDependencies ([b074558](https://github.com/@nativescript-community/ui-checkbox/commit/b0745589d4d03ab88d999048c54ed7d45e0672ec))

Diff for: lerna.json

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

Diff for: packages/checkbox/CHANGELOG.md

+3-12
Original file line numberDiff line numberDiff line change
@@ -3,33 +3,24 @@
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.9](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.8...v2.0.9) (2023-05-24)
6+
## [2.0.10](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.9...v2.0.10) (2023-11-02)
77

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

10+
## [2.0.9](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.8...v2.0.9) (2023-05-24)
1011

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

1414
## [2.0.8](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.7...v2.0.8) (2022-05-19)
1515

16-
1716
### Bug Fixes
1817

1918
* **android:** native-api-usage ([de9c2b5](https://github.com/nativescript-community/ui-checkbox/commit/de9c2b51a47940127480c9a303f43290e50b5d5c))
2019

21-
22-
23-
24-
2520
## [2.0.7](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.6...v2.0.7) (2022-04-26)
2621

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

29-
30-
31-
32-
3324
## 2.0.6 (2022-04-26)
3425

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

0 commit comments

Comments
 (0)