From e7f0f2076e1a6a170b4330901b91b419d303df65 Mon Sep 17 00:00:00 2001 From: farfromrefug <> Date: Thu, 25 Jul 2024 11:53:44 +0200 Subject: [PATCH] chore(release): publish new version %v - @nativescript-community/ui-canvas@4.6.29 - @nativescript-community/ui-canvaslabel@1.2.32 - @nativescript-community/ui-svg@0.2.1 --- packages/ui-canvas/CHANGELOG.md | 6 ++++++ 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, 17 insertions(+), 3 deletions(-) diff --git a/packages/ui-canvas/CHANGELOG.md b/packages/ui-canvas/CHANGELOG.md index f4600da..8a6d0d0 100644 --- a/packages/ui-canvas/CHANGELOG.md +++ b/packages/ui-canvas/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. +## [4.6.29](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.28...@nativescript-community/ui-canvas@4.6.29) (2024-07-25) + +### Bug Fixes + +* **ui-canvas:** @nativescript-community/arraybuffers is now a direct dependency ([8b81088](https://github.com/nativescript-community/ui-canvas/commit/8b8108830cef1dbd1956142b50270efce14438c1)) + ## [4.6.28](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.27...@nativescript-community/ui-canvas@4.6.28) (2024-06-20) **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 cbc8351..655d613 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.28", + "version": "4.6.29", "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 b69ad5a..c20274f 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.32](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.31...@nativescript-community/ui-canvaslabel@1.2.32) (2024-07-25) + +**Note:** Version bump only for package @nativescript-community/ui-canvaslabel + ## [1.2.31](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.30...@nativescript-community/ui-canvaslabel@1.2.31) (2024-06-20) **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 b14082d..1ed7781 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.31", + "version": "1.2.32", "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 4feedfc..3adbe01 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.2.1](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.2.0...@nativescript-community/ui-svg@0.2.1) (2024-07-25) + +**Note:** Version bump only for package @nativescript-community/ui-svg + ## [0.2.0](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.1.39...@nativescript-community/ui-svg@0.2.0) (2024-06-20) ### Features diff --git a/packages/ui-svg/package.json b/packages/ui-svg/package.json index 6a73e67..f2f46fe 100644 --- a/packages/ui-svg/package.json +++ b/packages/ui-svg/package.json @@ -1,6 +1,6 @@ { "name": "@nativescript-community/ui-svg", - "version": "0.2.0", + "version": "0.2.1", "description": "Adds support for SVGs in your NativeScript apps.", "main": "./index", "sideEffects": false,