Skip to content

Commit 8280978

Browse files
author
farfromrefuge
committed
v0.0.9
1 parent b9a52e2 commit 8280978

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

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.0.9](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.8...v0.0.9) (2023-12-07)
7+
8+
### Bug Fixes
9+
10+
* **android:** prevent null bitmap ([0b0a78d](https://github.com/nativescript-community/ui-cameraview/commit/0b0a78d38c99c703b1e82ee80af1dc7baadc64a0))
11+
* **ios:** autofocus fix ([cf7ace0](https://github.com/nativescript-community/ui-cameraview/commit/cf7ace04131560c0bf56c15be36f89242fccb545))
12+
* **ios:** correctly returned picture(rotation) ([b13235a](https://github.com/nativescript-community/ui-cameraview/commit/b13235aa338ffb56ca1df746bf55b5456475bf8c))
13+
614
## [0.0.8](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.7...v0.0.8) (2023-11-22)
715

816
### 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.0.8",
2+
"version": "0.0.9",
33
"packages": [
44
"packages/*"
55
],

packages/ui-cameraview/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.0.9](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.8...v0.0.9) (2023-12-07)
7+
8+
### Bug Fixes
9+
10+
* **android:** prevent null bitmap ([0b0a78d](https://github.com/nativescript-community/ui-cameraview/commit/0b0a78d38c99c703b1e82ee80af1dc7baadc64a0))
11+
* **ios:** correctly returned picture(rotation) ([b13235a](https://github.com/nativescript-community/ui-cameraview/commit/b13235aa338ffb56ca1df746bf55b5456475bf8c))
12+
613
## [0.0.8](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.7...v0.0.8) (2023-11-22)
714

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

0 commit comments

Comments
 (0)