From fed06c3322acda533314293e8da9a5c771bffd22 Mon Sep 17 00:00:00 2001 From: Martin Guillon Date: Mon, 29 Apr 2024 15:17:08 +0200 Subject: [PATCH] chore(release): publish new version %v - @nativescript-community/ui-canvas@4.6.23 - @nativescript-community/ui-canvaslabel@1.2.26 - @nativescript-community/ui-svg@0.1.35 --- packages/ui-canvas/CHANGELOG.md | 4 ++++ packages/ui-canvas/package.json | 2 +- packages/ui-canvaslabel/CHANGELOG.md | 4 ++++ packages/ui-canvaslabel/package.json | 2 +- packages/ui-svg/CHANGELOG.md | 4 ++++ packages/ui-svg/package.json | 2 +- 6 files changed, 15 insertions(+), 3 deletions(-) diff --git a/packages/ui-canvas/CHANGELOG.md b/packages/ui-canvas/CHANGELOG.md index e8e2d4f..14920b0 100644 --- a/packages/ui-canvas/CHANGELOG.md +++ b/packages/ui-canvas/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. +## [4.6.23](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.22...@nativescript-community/ui-canvas@4.6.23) (2024-04-29) + +**Note:** Version bump only for package @nativescript-community/ui-canvas + ## [4.6.22](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.21...@nativescript-community/ui-canvas@4.6.22) (2024-04-25) **Note:** Version bump only for package @nativescript-community/ui-canvas diff --git a/packages/ui-canvas/package.json b/packages/ui-canvas/package.json index 7e114ea..2ceb001 100644 --- a/packages/ui-canvas/package.json +++ b/packages/ui-canvas/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-canvas", - "version": "4.6.22", + "version": "4.6.23", "description": "Implement Canvas into your NativeScript apps.", "main": "./index", "sideEffects": false, diff --git a/packages/ui-canvaslabel/CHANGELOG.md b/packages/ui-canvaslabel/CHANGELOG.md index cc8ad34..80dd16e 100644 --- a/packages/ui-canvaslabel/CHANGELOG.md +++ b/packages/ui-canvaslabel/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.2.26](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.25...@nativescript-community/ui-canvaslabel@1.2.26) (2024-04-29) + +**Note:** Version bump only for package @nativescript-community/ui-canvaslabel + ## [1.2.25](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.24...@nativescript-community/ui-canvaslabel@1.2.25) (2024-04-25) **Note:** Version bump only for package @nativescript-community/ui-canvaslabel diff --git a/packages/ui-canvaslabel/package.json b/packages/ui-canvaslabel/package.json index 1fc2809..05c1188 100644 --- a/packages/ui-canvaslabel/package.json +++ b/packages/ui-canvaslabel/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-canvaslabel", - "version": "1.2.25", + "version": "1.2.26", "description": "Alternative to the built-in NativeScript Label but uses canvas which allows extreme complexity and customization.", "main": "./canvaslabel", "sideEffects": false, diff --git a/packages/ui-svg/CHANGELOG.md b/packages/ui-svg/CHANGELOG.md index 071b3fc..b5a7c96 100644 --- a/packages/ui-svg/CHANGELOG.md +++ b/packages/ui-svg/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. +## [0.1.35](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.1.34...@nativescript-community/ui-svg@0.1.35) (2024-04-29) + +**Note:** Version bump only for package @nativescript-community/ui-svg + ## [0.1.34](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.1.33...@nativescript-community/ui-svg@0.1.34) (2024-04-25) **Note:** Version bump only for package @nativescript-community/ui-svg diff --git a/packages/ui-svg/package.json b/packages/ui-svg/package.json index 64795e3..eedb7c7 100644 --- a/packages/ui-svg/package.json +++ b/packages/ui-svg/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-svg", - "version": "0.1.34", + "version": "0.1.35", "description": "Adds support for SVGs in your NativeScript apps.", "main": "./index", "sideEffects": false,