Skip to content

Commit ab8e6da

Browse files
committed
v4.0.46
1 parent 642562e commit ab8e6da

File tree

4 files changed

+23
-2
lines changed

4 files changed

+23
-2
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.46](https://github.com/nativescript-community/ui-canvas/compare/v4.0.45...v4.0.46) (2021-02-18)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** matrix support for drawBitmap ([642562e](https://github.com/nativescript-community/ui-canvas/commit/642562eac1ee35fe1d99378f6ab5ad4d68645689))
12+
* shape save/restore canvas to ensure we dont polute other shapes ([2178c53](https://github.com/nativescript-community/ui-canvas/commit/2178c53744b20ef3f45b625e230c4eb48034d321))
13+
* text percent left and top ([367f9f2](https://github.com/nativescript-community/ui-canvas/commit/367f9f231a5b91c48bd750f87a1abd812d47529b))
14+
15+
16+
17+
18+
619
## [4.0.45](https://github.com/nativescript-community/ui-canvas/compare/v4.0.44...v4.0.45) (2021-02-18)
720

821

Diff for: lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"packages": [
33
"plugin"
44
],
5-
"version": "4.0.45",
5+
"version": "4.0.46",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

Diff for: plugin/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+
## [4.0.46](https://github.com/nativescript-community/ui-canvas/compare/v4.0.45...v4.0.46) (2021-02-18)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-canvas
9+
10+
11+
12+
13+
614
## [4.0.45](https://github.com/nativescript-community/ui-canvas/compare/v4.0.44...v4.0.45) (2021-02-18)
715

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

Diff for: plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-canvas",
3-
"version": "4.0.45",
3+
"version": "4.0.46",
44
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./canvas",
66
"sideEffects": false,

0 commit comments

Comments
 (0)