Skip to content

Commit 728ed2d

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 319f50c + 3a9cabe commit 728ed2d

File tree

6 files changed

+15
-4
lines changed

6 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.5.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.2...v0.5.3) (2025-09-23)
7+
8+
### Bug Fixes
9+
10+
* typings fix ([114a325](https://github.com/nativescript-community/ui-cameraview/commit/114a325c075323a1e5f3accffb0ce95e4f304b27))
11+
612
## [0.5.2](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.1...v0.5.2) (2025-09-23)
713

814
### Bug Fixes

docs/assets/search.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/classes/CameraView.html

Lines changed: 2 additions & 1 deletion
Large diffs are not rendered by default.

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.5.2",
2+
"version": "0.5.3",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-cameraview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.5.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.2...v0.5.3) (2025-09-23)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-cameraview
9+
610
## [0.5.2](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.1...v0.5.2) (2025-09-23)
711

812
### Bug Fixes

packages/ui-cameraview/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-cameraview",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "A CameraView allowing custom live processing for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)