Skip to content

Commit b5a1c3c

Browse files
committed
Publish
- @nativescript-community/[email protected] - @nativescript-community/[email protected]
1 parent 3f82275 commit b5a1c3c

File tree

4 files changed

+22
-3
lines changed

4 files changed

+22
-3
lines changed

packages/ui-canvas/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [4.4.10](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-01-24)
7+
8+
9+
### Bug Fixes
10+
11+
* **android:** native-api-usage fix ([3f82275](https://github.com/nativescript-community/ui-canvas/commit/3f82275755fe4f03bed8efc345379abe90f2baa7))
12+
13+
14+
15+
16+
617
## [4.4.9](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-01-24)
718

819
**Note:** Version bump only for package @nativescript-community/ui-canvas

packages/ui-canvas/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-canvas",
3-
"version": "4.4.9",
3+
"version": "4.4.10",
44
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./index",
66
"sideEffects": false,

packages/ui-svg/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.6](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-01-24)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-svg
9+
10+
11+
12+
13+
614
## [0.1.5](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-01-24)
715

816
**Note:** Version bump only for package @nativescript-community/ui-svg

packages/ui-svg/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-svg",
3-
"version": "0.1.5",
3+
"version": "0.1.6",
44
"description": "Adds support for SVGs in your NativeScript apps.",
55
"main": "./index",
66
"sideEffects": false,
@@ -41,6 +41,6 @@
4141
},
4242
"dependencies": {
4343
"@nativescript-community/text": "^1.5.11",
44-
"@nativescript-community/ui-canvas": "^4.4.9"
44+
"@nativescript-community/ui-canvas": "^4.4.10"
4545
}
4646
}

0 commit comments

Comments
 (0)