Skip to content

Commit 1bb2fac

Browse files
author
farfromrefug
committed
chore(release): publish new version 1.3.33
1 parent 6083422 commit 1bb2fac

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

CHANGELOG.md

+6
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.33](https://github.com/nativescript-community/ui-label/compare/v1.3.32...v1.3.33) (2024-12-16)
7+
8+
### Bug Fixes
9+
10+
* text/html can now be native NSAttributedString or Spannable ([12f35db](https://github.com/nativescript-community/ui-label/commit/12f35db6ce76cd8ffc2b31b82cf3dd647dea87d0))
11+
612
## [1.3.32](https://github.com/nativescript-community/ui-label/compare/v1.3.31...v1.3.32) (2024-09-19)
713

814
### Bug Fixes

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.3.32",
2+
"version": "1.3.33",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/label/CHANGELOG.md

+4
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.33](https://github.com/nativescript-community/ui-label/compare/v1.3.32...v1.3.33) (2024-12-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-label
9+
610
## [1.3.32](https://github.com/nativescript-community/ui-label/compare/v1.3.31...v1.3.32) (2024-09-19)
711

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

packages/label/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-label",
3-
"version": "1.3.32",
3+
"version": "1.3.33",
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)