Skip to content

Commit 2a51399

Browse files
author
farfromrefug
committed
chore(release): publish new version 1.3.34
1 parent 068551f commit 2a51399

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.34](https://github.com/nativescript-community/ui-label/compare/v1.3.33...v1.3.34) (2025-09-05)
7+
8+
### Bug Fixes
9+
10+
* **android:** fix after latest @nativescript-community/text changes ([93a446f](https://github.com/nativescript-community/ui-label/commit/93a446f8ccc337462a9657925bc8128a8a25e1d7))
11+
* use weakref when possible ([5553241](https://github.com/nativescript-community/ui-label/commit/55532415e218da8040dd4aeabf014b7c77f8e9ba))
12+
613
## [1.3.33](https://github.com/nativescript-community/ui-label/compare/v1.3.32...v1.3.33) (2024-12-16)
714

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

packages/label/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.3.34](https://github.com/nativescript-community/ui-label/compare/v1.3.33...v1.3.34) (2025-09-05)
7+
8+
### Bug Fixes
9+
10+
* **android:** fix after latest @nativescript-community/text changes ([93a446f](https://github.com/nativescript-community/ui-label/commit/93a446f8ccc337462a9657925bc8128a8a25e1d7))
11+
612
## [1.3.33](https://github.com/nativescript-community/ui-label/compare/v1.3.32...v1.3.33) (2024-12-16)
713

814
**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.33",
3+
"version": "1.3.34",
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)