Skip to content

Commit

Permalink
v1.3.30
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Sep 18, 2024
1 parent f6fadd2 commit 9c18f61
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.30](https://github.com/nativescript-community/ui-label/compare/v1.3.29...v1.3.30) (2024-09-18)

### Bug Fixes

- **android:** now the properties order is html/text/formattedString(children) ([f6fadd2](https://github.com/nativescript-community/ui-label/commit/f6fadd2cffc95be49eed3641d872c47d7fb0ae9a))

## [1.3.29](https://github.com/nativescript-community/ui-label/compare/v1.3.28...v1.3.29) (2024-05-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"packages": ["plugin"],
"version": "1.3.29",
"version": "1.3.30",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
4 changes: 4 additions & 0 deletions plugin/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.30](https://github.com/nativescript-community/ui-label/compare/v1.3.29...v1.3.30) (2024-09-18)

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

## [1.3.29](https://github.com/nativescript-community/ui-label/compare/v1.3.28...v1.3.29) (2024-05-22)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-label",
"version": "1.3.29",
"version": "1.3.30",
"description": "Alternative to the built-in NativeScript Label but with better performance and additional features such as HTML rendering and more.",
"main": "./label",
"sideEffects": false,
Expand Down

0 comments on commit 9c18f61

Please sign in to comment.