Skip to content

Commit 917265d

Browse files
committed
chore(release): publish new version 1.6.24
1 parent 211981b commit 917265d

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.24](https://github.com/nativescript-community/text/compare/v1.6.23...v1.6.24) (2026-04-09)
7+
8+
### Bug Fixes
9+
10+
* **android:** font scale fix for spans ([a59c052](https://github.com/nativescript-community/text/commit/a59c0529042892636b248e45af45a648b3ed6915))
11+
612
## [1.6.23](https://github.com/nativescript-community/text/compare/v1.6.22...v1.6.23) (2026-02-26)
713

814
### 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.23",
2+
"version": "1.6.24",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/text/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.24](https://github.com/nativescript-community/text/compare/v1.6.23...v1.6.24) (2026-04-09)
7+
8+
### Bug Fixes
9+
10+
* **android:** font scale fix for spans ([a59c052](https://github.com/nativescript-community/text/commit/a59c0529042892636b248e45af45a648b3ed6915))
11+
612
## [1.6.23](https://github.com/nativescript-community/text/compare/v1.6.22...v1.6.23) (2026-02-26)
713

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

0 commit comments

Comments
 (0)