Skip to content

Commit 2deb876

Browse files
committed
chore(release): publish new version 1.3.41
1 parent 9fd6515 commit 2deb876

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.3.41](https://github.com/nativescript-community/ui-label/compare/v1.3.40...v1.3.41) (2025-10-10)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **android:** added `androidA11yAdjustsFontSize` property. It is a breaking change in the sense that now it defaults to false. Before it was always on.
11+
12+
### Bug Fixes
13+
14+
* **android:** added `androidA11yAdjustsFontSize` property. It is a breaking change in the sense that now it defaults to false. Before it was always on. ([0dc755e](https://github.com/nativescript-community/ui-label/commit/0dc755ea7820663568ff2f46c6e13d5dccf1490f))
15+
616
## [1.3.40](https://github.com/nativescript-community/ui-label/compare/v1.3.39...v1.3.40) (2025-09-29)
717

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

packages/label/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.3.41](https://github.com/nativescript-community/ui-label/compare/v1.3.40...v1.3.41) (2025-10-10)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-label
9+
610
## [1.3.40](https://github.com/nativescript-community/ui-label/compare/v1.3.39...v1.3.40) (2025-09-29)
711

812
**Note:** Version bump only for package @nativescript-community/ui-label

packages/label/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/ui-label",
3-
"version": "1.3.40",
3+
"version": "1.3.41",
44
"description": "Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)