Skip to content

Commit 9032227

Browse files
committed
v4.0.10
1 parent cc117ae commit 9032227

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

Diff for: CHANGELOG.md

+11
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.0.10](https://github.com/nativescript-community/ui-canvas/compare/v4.0.9...v4.0.10) (2020-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** plugin build fix ([786bb92](https://github.com/nativescript-community/ui-canvas/commit/786bb928cce6e4370cb0606c3904e544739cc55e))
12+
13+
14+
15+
16+
617
## [4.0.9](https://github.com/nativescript-community/ui-canvas/compare/v4.0.8...v4.0.9) (2020-09-08)
718

819

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

Diff for: plugin/CHANGELOG.md

+11
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.0.10](https://github.com/Akylas/nativescript-canvas/compare/v4.0.9...v4.0.10) (2020-09-17)
7+
8+
9+
### Bug Fixes
10+
11+
* **ios:** plugin build fix ([786bb92](https://github.com/Akylas/nativescript-canvas/commit/786bb928cce6e4370cb0606c3904e544739cc55e))
12+
13+
14+
15+
16+
617
## [4.0.9](https://github.com/Akylas/nativescript-canvas/compare/v4.0.8...v4.0.9) (2020-09-08)
718

819

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

0 commit comments

Comments
 (0)