Skip to content

Commit

Permalink
v1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed May 14, 2023
1 parent b734f88 commit eb413d5
Show file tree
Hide file tree
Showing 4 changed files with 14 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.4](https://github.com/Akylas/nativescript-label/compare/v1.3.3...v1.3.4) (2023-05-14)

### Bug Fixes

- **ios:** tap event not working anymore ([ee70746](https://github.com/Akylas/nativescript-label/commit/ee70746117908abb542c19f71ad2a9e47ce98290))

## [1.3.3](https://github.com/Akylas/nativescript-label/compare/v1.3.2...v1.3.3) (2023-05-13)

**Note:** Version bump only for package @nativescript-community/ui-label
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.3",
"version": "1.3.4",
"command": {
"publish": {
"conventionalCommits": true
Expand Down
6 changes: 6 additions & 0 deletions plugin/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.4](https://github.com/nativescript-community/ui-label/compare/v1.3.3...v1.3.4) (2023-05-14)

### Bug Fixes

- **ios:** tap event not working anymore ([ee70746](https://github.com/nativescript-community/ui-label/commit/ee70746117908abb542c19f71ad2a9e47ce98290))

## [1.3.3](https://github.com/nativescript-community/ui-label/compare/v1.3.2...v1.3.3) (2023-05-13)

**Note:** Version bump only for package @nativescript-community/ui-label
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.3",
"version": "1.3.4",
"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 eb413d5

Please sign in to comment.