Skip to content

Commit

Permalink
chore(release): publish new version %v
Browse files Browse the repository at this point in the history
 - @nativescript-community/[email protected]
 - @nativescript-community/[email protected]
 - @nativescript-community/[email protected]
  • Loading branch information
farfromrefug committed Nov 25, 2024
1 parent d06b852 commit 0522ecc
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/ui-canvas/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [4.6.36](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-11-25)

### Bug Fixes

* **canvas:** android missing api usage ([f3f143a](https://github.com/nativescript-community/ui-canvas/commit/f3f143aa4638d5cb1bf5f953945fbe70b6d9e0b5))

## [4.6.35](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-11-04)

**Note:** Version bump only for package @nativescript-community/ui-canvas
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-canvas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-canvas",
"version": "4.6.35",
"version": "4.6.36",
"description": "Implement Canvas into your NativeScript apps.",
"main": "./index",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-canvaslabel/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.39](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-11-25)

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

## [1.2.38](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-11-04)

**Note:** Version bump only for package @nativescript-community/ui-canvaslabel
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-canvaslabel/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-canvaslabel",
"version": "1.2.38",
"version": "1.2.39",
"description": "Alternative to the built-in NativeScript Label but uses canvas which allows extreme complexity and customization.",
"main": "./canvaslabel",
"sideEffects": false,
Expand Down
4 changes: 4 additions & 0 deletions packages/ui-svg/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.8](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-11-25)

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

## [0.2.7](https://github.com/nativescript-community/ui-canvas/compare/@nativescript-community/[email protected]...@nativescript-community/[email protected]) (2024-11-04)

**Note:** Version bump only for package @nativescript-community/ui-svg
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-svg/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-svg",
"version": "0.2.7",
"version": "0.2.8",
"description": "Adds support for SVGs in your NativeScript apps.",
"main": "./index",
"sideEffects": false,
Expand Down

0 comments on commit 0522ecc

Please sign in to comment.