Skip to content

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Jul 29, 2019
1 parent 398d438 commit bdf9f2d
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 2 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.9](https://github.com/Akylas/nativescript-label/compare/v1.0.8...v1.0.9) (2019-07-29)


### Bug Fixes

* lint fix ([205972c](https://github.com/Akylas/nativescript-label/commit/205972c))
* some ios fixes and optimisations ([195caa1](https://github.com/Akylas/nativescript-label/commit/195caa1))


### Features

* support verticalAlignment ([ba87f09](https://github.com/Akylas/nativescript-label/commit/ba87f09))





## [1.0.8](https://github.com/Akylas/nativescript-label/compare/v1.0.7...v1.0.8) (2019-07-12)


Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"packages": [
"plugin"
],
"version": "1.0.8",
"version": "1.0.9",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
8 changes: 8 additions & 0 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.0.9](https://github.com/Akylas/nativescript-label/compare/v1.0.8...v1.0.9) (2019-07-29)

**Note:** Version bump only for package nativescript-htmllabel





## [1.0.8](https://github.com/Akylas/nativescript-label/compare/v1.0.7...v1.0.8) (2019-07-12)

**Note:** Version bump only for package nativescript-htmllabel
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-htmllabel",
"version": "1.0.8",
"version": "1.0.9",
"description": "Nativescript label implementation supporting HTML",
"main": "./label",
"typings": "./label.d.ts",
Expand Down

0 comments on commit bdf9f2d

Please sign in to comment.