Skip to content

Commit e2f3982

Browse files
committed
v4.3.0
1 parent 009c27f commit e2f3982

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [4.3.0](https://github.com/nativescript-community/ui-canvas/compare/v4.2.13...v4.3.0) (2022-01-20)
7+
8+
9+
### Features
10+
11+
* `Paint` `letterSpacing` support ([880c260](https://github.com/nativescript-community/ui-canvas/commit/880c260c3cda3effe8fd5e5f7089163f08d0e686))
12+
13+
14+
15+
16+
617
## [4.2.13](https://github.com/nativescript-community/ui-canvas/compare/v4.2.12...v4.2.13) (2021-10-12)
718

819

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.2.13",
5+
"version": "4.3.0",
66
"command": {
77
"publish": {
88
"conventionalCommits": true

plugin/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
# [4.3.0](https://github.com/nativescript-community/ui-canvas/compare/v4.2.13...v4.3.0) (2022-01-20)
7+
8+
9+
### Features
10+
11+
* `Paint` `letterSpacing` support ([880c260](https://github.com/nativescript-community/ui-canvas/commit/880c260c3cda3effe8fd5e5f7089163f08d0e686))
12+
13+
14+
15+
16+
617
## [4.2.13](https://github.com/nativescript-community/ui-canvas/compare/v4.2.12...v4.2.13) (2021-10-12)
718

819
**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.2.13",
3+
"version": "4.3.0",
44
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./canvas",
66
"sideEffects": false,

0 commit comments

Comments
 (0)