Skip to content

Commit 324da47

Browse files
committed
Publish
- @nativescript-community/[email protected] - @nativescript-community/[email protected] - @nativescript-community/[email protected]
1 parent 0e1e0da commit 324da47

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

packages/ui-canvas/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+
## [4.4.13](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-05-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-canvas
9+
10+
11+
12+
13+
614
## [4.4.12](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-02-26)
715

816
**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.12",
3+
"version": "4.4.13",
44
"description": "Implement Canvas into your NativeScript apps.",
55
"main": "./index",
66
"sideEffects": false,

packages/ui-canvaslabel/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+
# 1.2.0 (2023-05-16)
7+
8+
9+
### Features
10+
11+
* moved `@nativescript-community/ui-canvaslabel` here ([900538b](https://github.com/nativescript-community/ui-canvas/commit/900538b0f8f7eeac1285fcf001a4dd1e6e67f49a))
12+
13+
14+
15+
16+
617
## [1.1.8](https://github.com/nativescript-community/ui-canvaslabel/compare/v1.1.7...v1.1.8) (2022-12-01)
718

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

packages/ui-canvaslabel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript-community/ui-canvaslabel",
3-
"version": "1.1.8",
3+
"version": "1.2.0",
44
"description": "Alternative to the built-in NativeScript Label but uses canvas which allows extreme complexity and customization.",
55
"main": "./canvaslabel",
66
"sideEffects": false,
@@ -40,7 +40,7 @@
4040
"url": "https://github.com/nativescript-community/ui-canvas"
4141
},
4242
"dependencies": {
43-
"@nativescript-community/text": "^1.5.22",
44-
"@nativescript-community/ui-canvas": "^4.4.12"
43+
"@nativescript-community/text": "^1.5.23",
44+
"@nativescript-community/ui-canvas": "^4.4.13"
4545
}
4646
}

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.9](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-05-16)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-svg
9+
10+
11+
12+
13+
614
## [0.1.8](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-02-26)
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.8",
3+
"version": "0.1.9",
44
"description": "Adds support for SVGs in your NativeScript apps.",
55
"main": "./index",
66
"sideEffects": false,
@@ -40,6 +40,6 @@
4040
"url": "https://github.com/nativescript-community/ui-canvas/issues"
4141
},
4242
"dependencies": {
43-
"@nativescript-community/ui-canvas": "^4.4.12"
43+
"@nativescript-community/ui-canvas": "^4.4.13"
4444
}
4545
}

0 commit comments

Comments
 (0)