Skip to content

Commit 4d78654

Browse files
committed
v2.0.9
1 parent b7351db commit 4d78654

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.9](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.8...v2.0.9) (2023-05-24)
7+
8+
9+
### Bug Fixes
10+
11+
* added css class for CheckBox ([248dad7](https://github.com/@nativescript-community/ui-checkbox/commit/248dad7e5e9ecd51113670000a5b206254067e93))
12+
13+
14+
15+
16+
617
## [2.0.8](https://github.com/@nativescript-community/ui-checkbox/compare/v2.0.7...v2.0.8) (2022-05-19)
718

819

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.9",
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.9](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.8...v2.0.9) (2023-05-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-checkbox
9+
10+
11+
12+
13+
614
## [2.0.8](https://github.com/nativescript-community/ui-checkbox/compare/v2.0.7...v2.0.8) (2022-05-19)
715

816

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

0 commit comments

Comments
 (0)