Skip to content

Commit 3dc2aa3

Browse files
committed
chore(release): publish new version 1.6.16
1 parent 2e38dda commit 3dc2aa3

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.16](https://github.com/nativescript-community/text/compare/v1.6.15...v1.6.16) (2025-10-03)
7+
8+
### Bug Fixes
9+
10+
* **ios:** custom attribute for attribute string without fontSize ([ee679df](https://github.com/nativescript-community/text/commit/ee679df72858db933f040436d672a1c1a24949a4))
11+
612
## [1.6.15](https://github.com/nativescript-community/text/compare/v1.6.14...v1.6.15) (2025-09-29)
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.15",
2+
"version": "1.6.16",
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.16](https://github.com/nativescript-community/text/compare/v1.6.15...v1.6.16) (2025-10-03)
7+
8+
### Bug Fixes
9+
10+
* **ios:** custom attribute for attribute string without fontSize ([ee679df](https://github.com/nativescript-community/text/commit/ee679df72858db933f040436d672a1c1a24949a4))
11+
612
## [1.6.15](https://github.com/nativescript-community/text/compare/v1.6.14...v1.6.15) (2025-09-29)
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.15",
3+
"version": "1.6.16",
44
"description": "Expands the capabilities of NativeScript's text property.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)