diff --git a/packages/ui-canvas/CHANGELOG.md b/packages/ui-canvas/CHANGELOG.md index 591cc28..375dedd 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.38](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.37...@nativescript-community/ui-canvas@4.6.38) (2024-12-18) + +**Note:** Version bump only for package @nativescript-community/ui-canvas + ## [4.6.37](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.36...@nativescript-community/ui-canvas@4.6.37) (2024-12-14) **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 45c53fd..178a0c8 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.37", + "version": "4.6.38", "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 59fb2d8..aad4119 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.41](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.40...@nativescript-community/ui-canvaslabel@1.2.41) (2024-12-18) + +**Note:** Version bump only for package @nativescript-community/ui-canvaslabel + ## [1.2.40](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.39...@nativescript-community/ui-canvaslabel@1.2.40) (2024-12-14) **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 ccc15f1..b47504d 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.40", + "version": "1.2.41", "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 cda8631..8f87768 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.10](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.2.9...@nativescript-community/ui-svg@0.2.10) (2024-12-18) + +**Note:** Version bump only for package @nativescript-community/ui-svg + ## [0.2.9](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.2.8...@nativescript-community/ui-svg@0.2.9) (2024-12-14) **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 6c7619f..48adefa 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.9", + "version": "0.2.10", "description": "Adds support for SVGs in your NativeScript apps.", "main": "./index", "sideEffects": false,