Skip to content

Commit a0d0131

Browse files
committed
chore(release): publish new version 1.6.23
1 parent 012c84b commit a0d0131

4 files changed

Lines changed: 14 additions & 2 deletions

File tree

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.23](https://github.com/nativescript-community/text/compare/v1.6.22...v1.6.23) (2026-02-26)
7+
8+
### Bug Fixes
9+
10+
* **text:** android fix or verticalTextAlignment within spans ([923866c](https://github.com/nativescript-community/text/commit/923866cabe179298ece4fdb5eae5ccc2e178f3d0))
11+
612
## [1.6.22](https://github.com/nativescript-community/text/compare/v1.6.21...v1.6.22) (2026-02-18)
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.22",
2+
"version": "1.6.23",
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.23](https://github.com/nativescript-community/text/compare/v1.6.22...v1.6.23) (2026-02-26)
7+
8+
### Bug Fixes
9+
10+
* **text:** android fix or verticalTextAlignment within spans ([923866c](https://github.com/nativescript-community/text/commit/923866cabe179298ece4fdb5eae5ccc2e178f3d0))
11+
612
## [1.6.22](https://github.com/nativescript-community/text/compare/v1.6.21...v1.6.22) (2026-02-18)
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.22",
3+
"version": "1.6.23",
44
"description": "Expands the capabilities of NativeScript's text property.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)