Skip to content

Commit e5c7267

Browse files
committed
chore(release): publish new version 0.5.4
1 parent 728ed2d commit e5c7267

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +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.5.4](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.3...v0.5.4) (2025-09-24)
7+
8+
### Bug Fixes
9+
10+
* **ios:** deviceHasCamera now working ([e87a1d8](https://github.com/nativescript-community/ui-cameraview/commit/e87a1d87686eea50dbc08e501a6561e8c39aaac9))
11+
* **ios:** use NextLevel shared instance ([99d5989](https://github.com/nativescript-community/ui-cameraview/commit/99d59892380eddbca2db0924cbc996b2c6820b24))
12+
613
## [0.5.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.2...v0.5.3) (2025-09-23)
714

815
### Bug Fixes

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.3",
2+
"version": "0.5.4",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-cameraview/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.4](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.3...v0.5.4) (2025-09-24)
7+
8+
### Bug Fixes
9+
10+
* **ios:** use NextLevel shared instance ([99d5989](https://github.com/nativescript-community/ui-cameraview/commit/99d59892380eddbca2db0924cbc996b2c6820b24))
11+
612
## [0.5.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.5.2...v0.5.3) (2025-09-23)
713

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

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

0 commit comments

Comments
 (0)