diff --git a/packages/ui-canvas/CHANGELOG.md b/packages/ui-canvas/CHANGELOG.md index bfdd8d0..dda9285 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.26](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.25...@nativescript-community/ui-canvas@4.6.26) (2024-06-14) + +**Note:** Version bump only for package @nativescript-community/ui-canvas + ## [4.6.25](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvas@4.6.24...@nativescript-community/ui-canvas@4.6.25) (2024-06-06) **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 0f17b03..f848e7a 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.25", + "version": "4.6.26", "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 c021415..3ee5afb 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.29](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.28...@nativescript-community/ui-canvaslabel@1.2.29) (2024-06-14) + +**Note:** Version bump only for package @nativescript-community/ui-canvaslabel + ## [1.2.28](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-canvaslabel@1.2.27...@nativescript-community/ui-canvaslabel@1.2.28) (2024-06-06) **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 e275a8b..a493e92 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.28", + "version": "1.2.29", "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 4cbfd68..3984210 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.38](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.1.37...@nativescript-community/ui-svg@0.1.38) (2024-06-14) + +**Note:** Version bump only for package @nativescript-community/ui-svg + ## [0.1.37](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/ui-svg@0.1.36...@nativescript-community/ui-svg@0.1.37) (2024-06-06) **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 13d81f2..60532fc 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.37", + "version": "0.1.38", "description": "Adds support for SVGs in your NativeScript apps.", "main": "./index", "sideEffects": false,