Skip to content

Commit afaa050

Browse files
committed
v2.0.6
1 parent 0e27baa commit afaa050

File tree

4 files changed

+41
-2
lines changed

4 files changed

+41
-2
lines changed

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2.0.6 (2022-04-26)
7+
8+
9+
### Bug Fixes
10+
11+
* angular build ([2490dbf](https://github.com/@nativescript-community/ui-checkbox/commit/2490dbf698578b7b09ef731400c0a6c7d41e6ee6))
12+
* **ios:** ios fix ([a289ba5](https://github.com/@nativescript-community/ui-checkbox/commit/a289ba5d5b4072ed3b892f539efdde9c25e8f0e9))
13+
* **ios:** working with @akylas/nativescript ([2688000](https://github.com/@nativescript-community/ui-checkbox/commit/2688000fe3eaa1b7991c8718a2190095de0f5afd))
14+
* npm ref in demo ([06f3769](https://github.com/@nativescript-community/ui-checkbox/commit/06f376992615348ec670936116ada59e16fa4c34))
15+
* publish grunt script for Podfile ([4cf23f3](https://github.com/@nativescript-community/ui-checkbox/commit/4cf23f32752c7b67bca66a61f951db3a7fde7993))
16+
17+
18+
### Features
19+
20+
* Angular AoT support ([1308dfa](https://github.com/@nativescript-community/ui-checkbox/commit/1308dfa87e28120e39a9b6240953915912d4e721))
21+
* **Angular:** FormsModule + ReactiveFormsModule support via TNSCheckBoxModule ([2e6ff06](https://github.com/@nativescript-community/ui-checkbox/commit/2e6ff0661d0d734f3391a5f1e4763e0713ddbd11))
22+
* **Angular:** typings for angular support ([e0b9add](https://github.com/@nativescript-community/ui-checkbox/commit/e0b9add494c395e552d35f60ad55a3ad5f4ba2a1))
23+
* **iOS:** wip support ([0979850](https://github.com/@nativescript-community/ui-checkbox/commit/0979850b95ac55447675c8758107a996fc4c595d))
24+
* Nativescript-Angular 4.4.x support ([ca8a99f](https://github.com/@nativescript-community/ui-checkbox/commit/ca8a99fa4e597f66b030880f9b373b6736808cde))
25+
* support for AoT Angular plus added build scripts ([c8c53ef](https://github.com/@nativescript-community/ui-checkbox/commit/c8c53effeffd1728aa8c0fd05708f8c698563ed0))
26+
27+
28+
### Reverts
29+
30+
* tns-core-modules peerDependencies ([b074558](https://github.com/@nativescript-community/ui-checkbox/commit/b0745589d4d03ab88d999048c54ed7d45e0672ec))
31+
* tns-core-modules to ~3.0.0 ([4991413](https://github.com/@nativescript-community/ui-checkbox/commit/4991413c51c7bd28bc86028afc9455e5971bd5f0))

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
]
1818
}
1919
},
20-
"version": "2.0.5"
20+
"version": "2.0.6"
2121
}

packages/checkbox/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
## 2.0.6 (2022-04-26)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-checkbox

packages/checkbox/package.json

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

0 commit comments

Comments
 (0)