Skip to content

Commit 1c6c32e

Browse files
committed
v4.0.18
1 parent c28fa37 commit 1c6c32e

File tree

4 files changed

+26
-2
lines changed

4 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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+
## [4.0.18](https://github.com/nativescript-community/ui-canvas/compare/v4.0.17...v4.0.18) (2020-10-02)
7+
8+
9+
### Bug Fixes
10+
11+
* github stats not being visualized ([4df3939](https://github.com/nativescript-community/ui-canvas/commit/4df3939d4d911ac60db358998d4fe05300c592a6))
12+
13+
14+
### Features
15+
16+
* borderRadius for Rectangle ([a0356a4](https://github.com/nativescript-community/ui-canvas/commit/a0356a4ac354db277e58ab1b215c7c08a9bd182c))
17+
18+
19+
20+
21+
622
## [4.0.17](https://github.com/nativescript-community/ui-canvas/compare/v4.0.16...v4.0.17) (2020-09-27)
723

824

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "4.0.17",
5+
"version": "4.0.18",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [4.0.18](https://github.com/Akylas/nativescript-canvas/compare/v4.0.17...v4.0.18) (2020-10-02)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-canvas
9+
10+
11+
12+
13+
614
## [4.0.17](https://github.com/Akylas/nativescript-canvas/compare/v4.0.16...v4.0.17) (2020-09-27)
715

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

plugin/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-canvas",
3-
"version": "4.0.17",
3+
"version": "4.0.18",
44
"description": "Nativescript Canvas plugin.",
55
"main": "./canvas",
66
"sideEffects": false,

0 commit comments

Comments
 (0)