Skip to content

Commit e86cff5

Browse files
committed
v1.0.53
1 parent 467ffc0 commit e86cff5

File tree

4 files changed

+25
-3
lines changed

4 files changed

+25
-3
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+
## [1.0.53](https://github.com/Akylas/nativescript-label/compare/v1.0.52...v1.0.53) (2020-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update text for crash ([a592fe9](https://github.com/Akylas/nativescript-label/commit/a592fe95afaa9ac12a195f8735dd752bfddeb856))
12+
13+
14+
15+
16+
617
## [1.0.52](https://github.com/Akylas/nativescript-label/compare/v1.0.51...v1.0.52) (2020-10-23)
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": "1.0.52",
5+
"version": "1.0.53",
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+
## [1.0.53](https://github.com/Akylas/nativescript-label/compare/v1.0.52...v1.0.53) (2020-10-29)
7+
8+
9+
### Bug Fixes
10+
11+
* update text for crash ([a592fe9](https://github.com/Akylas/nativescript-label/commit/a592fe95afaa9ac12a195f8735dd752bfddeb856))
12+
13+
14+
15+
16+
617
## [1.0.52](https://github.com/Akylas/nativescript-label/compare/v1.0.51...v1.0.52) (2020-10-23)
718

819

plugin/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-label",
3-
"version": "1.0.52",
3+
"version": "1.0.53",
44
"description": "Nativescript label implementation supporting HTML",
55
"main": "./label",
66
"sideEffects": false,
@@ -30,4 +30,4 @@
3030
"dependencies": {
3131
"@nativescript-community/text": "^1.3.6"
3232
}
33-
}
33+
}

0 commit comments

Comments
 (0)