From d0bd29ca607fd5f3869d0741e78ddb3e2996b9a6 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 18 Mar 2024 14:29:49 +0100 Subject: [PATCH] chore(release): publish new version 1.5.47 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- packages/text/CHANGELOG.md | 4 ++++ packages/text/package.json | 2 +- 4 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 14b268f..289fac4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.5.47](https://github.com/nativescript-community/text/compare/v1.5.46...v1.5.47) (2024-03-18) + +### Bug Fixes + +* **ios:** formattedText on button was broken ([597156b](https://github.com/nativescript-community/text/commit/597156badd5da78b8458a47c14077029f62623cd)) + ## [1.5.46](https://github.com/nativescript-community/text/compare/v1.5.45...v1.5.46) (2024-01-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index b1954bb..f1af254 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "1.5.46", + "version": "1.5.47", "$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json", "packages": [ "packages/*" diff --git a/packages/text/CHANGELOG.md b/packages/text/CHANGELOG.md index e039101..8e4bfd0 100644 --- a/packages/text/CHANGELOG.md +++ b/packages/text/CHANGELOG.md @@ -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.5.47](https://github.com/nativescript-community/text/compare/v1.5.46...v1.5.47) (2024-03-18) + +**Note:** Version bump only for package @nativescript-community/text + ## [1.5.46](https://github.com/nativescript-community/text/compare/v1.5.45...v1.5.46) (2024-01-26) ### Bug Fixes diff --git a/packages/text/package.json b/packages/text/package.json index 44ef88c..bac17c7 100644 --- a/packages/text/package.json +++ b/packages/text/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/text", - "version": "1.5.46", + "version": "1.5.47", "description": "Expands the capabilities of NativeScript's text property.", "main": "./index", "sideEffects": false,