Skip to content

Commit b181658

Browse files
committed
chore(release): publish new version 1.6.20
1 parent d945f4b commit b181658

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
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+
## [1.6.20](https://github.com/nativescript-community/text/compare/v1.6.19...v1.6.20) (2026-02-08)
7+
8+
### Bug Fixes
9+
10+
* **android:** lineHeight fix ([d945f4b](https://github.com/nativescript-community/text/commit/d945f4b1d3029fb8605d9de1765f698611734b29))
11+
* HeightSPan fix ([92d87c9](https://github.com/nativescript-community/text/commit/92d87c97ab3f9aa244280354e74265da4591d39d))
12+
* **ios:** lineHeight base line offset fix ([bfb9db2](https://github.com/nativescript-community/text/commit/bfb9db2c4e3a24347cf08a4321c97655fc4a031e))
13+
614
## [1.6.19](https://github.com/nativescript-community/text/compare/v1.6.18...v1.6.19) (2026-02-07)
715

816
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.6.19",
2+
"version": "1.6.20",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/text/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.6.20](https://github.com/nativescript-community/text/compare/v1.6.19...v1.6.20) (2026-02-08)
7+
8+
### Bug Fixes
9+
10+
* HeightSPan fix ([92d87c9](https://github.com/nativescript-community/text/commit/92d87c97ab3f9aa244280354e74265da4591d39d))
11+
* **ios:** lineHeight base line offset fix ([bfb9db2](https://github.com/nativescript-community/text/commit/bfb9db2c4e3a24347cf08a4321c97655fc4a031e))
12+
613
## [1.6.19](https://github.com/nativescript-community/text/compare/v1.6.18...v1.6.19) (2026-02-07)
714

815
### Bug Fixes

packages/text/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/text",
3-
"version": "1.6.19",
3+
"version": "1.6.20",
44
"description": "Expands the capabilities of NativeScript's text property.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)