Skip to content

Commit 0810f35

Browse files
committed
chore(release): publish new version 1.6.8
1 parent 48a599e commit 0810f35

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.8](https://github.com/nativescript-community/text/compare/v1.6.7...v1.6.8) (2025-09-05)
7+
8+
### Bug Fixes
9+
10+
* **android:** now by default native created string wont have font size scaled to screen text scale ([e6e5060](https://github.com/nativescript-community/text/commit/e6e50603f21def295dd299fc8ff73aaee2eaec64))
11+
612
## [1.6.7](https://github.com/nativescript-community/text/compare/v1.6.6...v1.6.7) (2024-12-09)
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.7",
2+
"version": "1.6.8",
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.8](https://github.com/nativescript-community/text/compare/v1.6.7...v1.6.8) (2025-09-05)
7+
8+
### Bug Fixes
9+
10+
* **android:** now by default native created string wont have font size scaled to screen text scale ([e6e5060](https://github.com/nativescript-community/text/commit/e6e50603f21def295dd299fc8ff73aaee2eaec64))
11+
612
## [1.6.7](https://github.com/nativescript-community/text/compare/v1.6.6...v1.6.7) (2024-12-09)
713

814
**Note:** Version bump only for package @nativescript-community/text

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

0 commit comments

Comments
 (0)