Skip to content

Commit 200522b

Browse files
committed
v0.0.8
1 parent f8f000b commit 200522b

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.8](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.7...v0.0.8) (2023-11-22)
7+
8+
### Bug Fixes
9+
10+
* **android:** build fix ([d8e46a1](https://github.com/nativescript-community/ui-cameraview/commit/d8e46a1cef34604383b2567a27d762733f834350))
11+
* better typings ([f8f000b](https://github.com/nativescript-community/ui-cameraview/commit/f8f000b2493fde813f7c7ad653a96801e5e27eb6))
12+
* **ios:** working `takePicture` ([22a4ed0](https://github.com/nativescript-community/ui-cameraview/commit/22a4ed00a00d594ca878e3fd5c76b711209a959b))
13+
614
## [0.0.7](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.6...v0.0.7) (2023-11-19)
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.7",
2+
"version": "0.0.8",
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.8](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.7...v0.0.8) (2023-11-22)
7+
8+
### Bug Fixes
9+
10+
* **android:** build fix ([d8e46a1](https://github.com/nativescript-community/ui-cameraview/commit/d8e46a1cef34604383b2567a27d762733f834350))
11+
* **ios:** working `takePicture` ([22a4ed0](https://github.com/nativescript-community/ui-cameraview/commit/22a4ed00a00d594ca878e3fd5c76b711209a959b))
12+
613
## [0.0.7](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.6...v0.0.7) (2023-11-19)
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.7",
3+
"version": "0.0.8",
44
"description": "A CameraView allowing custom live processing for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)