Skip to content

Commit 14fd2da

Browse files
committed
chore: Publish new release
- @nativescript-community/[email protected] - @nativescript-community/[email protected] - @nativescript-community/[email protected]
1 parent e0c9c08 commit 14fd2da

File tree

6 files changed

+15
-14
lines changed

6 files changed

+15
-14
lines changed

packages/ui-canvas/CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +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.5.1](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
7-
6+
# [4.6.0](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-09-07)
87

9-
### Bug Fixes
10-
11-
* **android:** lineBreak working with verticalAlignment ([99de3b6](https://github.com/nativescript-community/ui-canvas/commit/99de3b62f247ae436c728cc99e883e6912de02c1))
8+
### Features
129

10+
* **ui-canvaslabel:** CanvasLabel now is a GridLayout to allow adding subviews. ([7a9ab8b](https://github.com/nativescript-community/ui-canvas/commit/7a9ab8bba80f9776d7662eb53cd7327656c3077e))
1311

12+
## [4.5.1](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
1413

14+
### Bug Fixes
1515

16+
* **android:** lineBreak working with verticalAlignment ([99de3b6](https://github.com/nativescript-community/ui-canvas/commit/99de3b62f247ae436c728cc99e883e6912de02c1))
1617

1718
# [4.5.0](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
1819

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

packages/ui-canvaslabel/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.2](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected].1...@nativescript-community/[email protected].2) (2023-07-05)
6+
## [1.2.3](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected].2...@nativescript-community/[email protected].3) (2023-09-07)
77

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

10+
## [1.2.2](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-canvaslabel
1313

1414
## [1.2.1](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
1515

packages/ui-canvaslabel/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-canvaslabel",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Alternative to the built-in NativeScript Label but uses canvas which allows extreme complexity and customization.",
55
"main": "./canvaslabel",
66
"sideEffects": false,

packages/ui-svg/CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
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.11](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected].10...@nativescript-community/[email protected].11) (2023-07-05)
6+
## [0.1.12](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected].11...@nativescript-community/[email protected].12) (2023-09-07)
77

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

10+
## [0.1.11](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
1011

11-
12-
12+
**Note:** Version bump only for package @nativescript-community/ui-svg
1313

1414
## [0.1.10](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2023-07-05)
1515

packages/ui-svg/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-svg",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"description": "Adds support for SVGs in your NativeScript apps.",
55
"main": "./index",
66
"sideEffects": false,

0 commit comments

Comments
 (0)