Skip to content

Commit 22e46ea

Browse files
committed
v4.0.50
1 parent 3b53719 commit 22e46ea

File tree

4 files changed

+27
-2
lines changed

4 files changed

+27
-2
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.50](https://github.com/nativescript-community/ui-canvas/compare/v4.0.49...v4.0.50) (2021-08-07)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** gradient error fix when stop outside of 0..1 ([aaeda5c](https://github.com/nativescript-community/ui-canvas/commit/aaeda5c49356d158aa502c08f9555971ad5679b6))
12+
* **ios:** more StaticLayout functions ([25af233](https://github.com/nativescript-community/ui-canvas/commit/25af23351298d1a9344b1997ca5a0923713fcbcd))
13+
14+
15+
### Features
16+
17+
* shap xfermode support ([4104e01](https://github.com/nativescript-community/ui-canvas/commit/4104e01031c7cded166336c2aaa82c07d722c1ab))
18+
19+
20+
21+
22+
623
## [4.0.49](https://github.com/nativescript-community/ui-canvas/compare/v4.0.48...v4.0.49) (2021-02-26)
724

825

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.49",
5+
"version": "4.0.50",
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.50](https://github.com/nativescript-community/ui-canvas/compare/v4.0.49...v4.0.50) (2021-08-07)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-canvas
9+
10+
11+
12+
13+
614
## [4.0.49](https://github.com/nativescript-community/ui-canvas/compare/v4.0.48...v4.0.49) (2021-02-26)
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.49",
3+
"version": "4.0.50",
44
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./canvas",
66
"sideEffects": false,

0 commit comments

Comments
 (0)