Skip to content

Commit

Permalink
chore(release): publish new version 1.3.33
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 16, 2024
1 parent 6083422 commit 1bb2fac
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.33](https://github.com/nativescript-community/ui-label/compare/v1.3.32...v1.3.33) (2024-12-16)

### Bug Fixes

* text/html can now be native NSAttributedString or Spannable ([12f35db](https://github.com/nativescript-community/ui-label/commit/12f35db6ce76cd8ffc2b31b82cf3dd647dea87d0))

## [1.3.32](https://github.com/nativescript-community/ui-label/compare/v1.3.31...v1.3.32) (2024-09-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.3.32",
"version": "1.3.33",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
4 changes: 4 additions & 0 deletions packages/label/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [1.3.33](https://github.com/nativescript-community/ui-label/compare/v1.3.32...v1.3.33) (2024-12-16)

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

## [1.3.32](https://github.com/nativescript-community/ui-label/compare/v1.3.31...v1.3.32) (2024-09-19)

**Note:** Version bump only for package @nativescript-community/ui-label
Expand Down
2 changes: 1 addition & 1 deletion packages/label/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-label",
"version": "1.3.32",
"version": "1.3.33",
"description": "Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 1bb2fac

Please sign in to comment.