Skip to content

Commit f4b820a

Browse files
author
farfromrefuge
committed
v0.1.0
1 parent d4eafde commit f4b820a

File tree

4 files changed

+24
-2
lines changed

4 files changed

+24
-2
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.0](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.9...v0.1.0) (2023-12-20)
7+
8+
### Bug Fixes
9+
10+
* **android:** `aspectRatio` and `stretch` fix ([079432c](https://github.com/nativescript-community/ui-cameraview/commit/079432c9a08c6c630206eded012d8844fe260fe5))
11+
12+
### Features
13+
14+
* **android:** stretch property ([d4eafde](https://github.com/nativescript-community/ui-cameraview/commit/d4eafde42499a2a1ce16d87fad274cdb53db90f6))
15+
* **android:** stretch property for preview scaleType ([21f049b](https://github.com/nativescript-community/ui-cameraview/commit/21f049ba894920eed497a4a22da00be80dffa5c5))
16+
617
## [0.0.9](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.8...v0.0.9) (2023-12-07)
718

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

packages/ui-cameraview/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.1.0](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.9...v0.1.0) (2023-12-20)
7+
8+
### Bug Fixes
9+
10+
* **android:** `aspectRatio` and `stretch` fix ([079432c](https://github.com/nativescript-community/ui-cameraview/commit/079432c9a08c6c630206eded012d8844fe260fe5))
11+
12+
### Features
13+
14+
* **android:** stretch property ([d4eafde](https://github.com/nativescript-community/ui-cameraview/commit/d4eafde42499a2a1ce16d87fad274cdb53db90f6))
15+
* **android:** stretch property for preview scaleType ([21f049b](https://github.com/nativescript-community/ui-cameraview/commit/21f049ba894920eed497a4a22da00be80dffa5c5))
16+
617
## [0.0.9](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.8...v0.0.9) (2023-12-07)
718

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

0 commit comments

Comments
 (0)