Skip to content

Commit fec3745

Browse files
committed
chore(release): publish new version 1.6.15
1 parent 4675633 commit fec3745

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.15](https://github.com/nativescript-community/text/compare/v1.6.14...v1.6.15) (2025-09-29)
7+
8+
### Bug Fixes
9+
10+
* **ios:** textDecoration broken ([4675633](https://github.com/nativescript-community/text/commit/4675633a4a6b76d347f35047a2e61722c6958ad1))
11+
612
## [1.6.14](https://github.com/nativescript-community/text/compare/v1.6.8...v1.6.14) (2025-09-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.14",
2+
"version": "1.6.15",
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.15](https://github.com/nativescript-community/text/compare/v1.6.14...v1.6.15) (2025-09-29)
7+
8+
### Bug Fixes
9+
10+
* **ios:** textDecoration broken ([4675633](https://github.com/nativescript-community/text/commit/4675633a4a6b76d347f35047a2e61722c6958ad1))
11+
612
## [1.6.14](https://github.com/nativescript-community/text/compare/v1.6.8...v1.6.14) (2025-09-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.14",
3+
"version": "1.6.15",
44
"description": "Expands the capabilities of NativeScript's text property.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)