Skip to content

Commit

Permalink
v2.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Apr 26, 2022
1 parent c969d50 commit 0387388
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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


### Bug Fixes

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





## 2.0.6 (2022-04-26)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
]
}
},
"version": "2.0.6"
"version": "2.0.7"
}
8 changes: 8 additions & 0 deletions packages/checkbox/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

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





## 2.0.6 (2022-04-26)

**Note:** Version bump only for package @nativescript-community/ui-checkbox
2 changes: 1 addition & 1 deletion packages/checkbox/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-checkbox",
"version": "2.0.6",
"version": "2.0.7",
"description": "NativeScript plugin for checkbox.",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 0387388

Please sign in to comment.