Skip to content

Commit 7dcfc4b

Browse files
author
farfromrefug
committed
chore(release): publish new version 0.1.5
1 parent b7d078d commit 7dcfc4b

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-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.1.5](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.4...v0.1.5) (2024-01-30)
7+
8+
### Bug Fixes
9+
10+
* **android:** report high resolutions ([f712fab](https://github.com/nativescript-community/ui-cameraview/commit/f712fabf5dffa121f38f18dc7355917811c72161))
11+
* **android:** some fixes ([e3e3741](https://github.com/nativescript-community/ui-cameraview/commit/e3e3741304931e4b2372cd64336d235c79d080a0))
12+
613
## [0.1.4](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.3...v0.1.4) (2024-01-06)
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.1.4",
2+
"version": "0.1.5",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

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.1.5](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.4...v0.1.5) (2024-01-30)
7+
8+
### Bug Fixes
9+
10+
* **android:** report high resolutions ([f712fab](https://github.com/nativescript-community/ui-cameraview/commit/f712fabf5dffa121f38f18dc7355917811c72161))
11+
* **android:** some fixes ([e3e3741](https://github.com/nativescript-community/ui-cameraview/commit/e3e3741304931e4b2372cd64336d235c79d080a0))
12+
613
## [0.1.4](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.3...v0.1.4) (2024-01-06)
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.1.4",
3+
"version": "0.1.5",
44
"description": "A CameraView allowing custom live processing for NativeScript",
55
"main": "index",
66
"typings": "index.d.ts",

0 commit comments

Comments
 (0)