Skip to content

Commit 64b272b

Browse files
committed
chore(release): publish new version 0.2.1
1 parent 609bfbb commit 64b272b

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.2.1](https://github.com/nativescript-community/ui-cameraview/compare/v0.2.0...v0.2.1) (2024-02-02)
7+
8+
### Bug Fixes
9+
10+
* **ios:** camera live processing not working ([db988df](https://github.com/nativescript-community/ui-cameraview/commit/db988df147689befe49707fb9d7f9e87ce9c7380))
11+
* **ios:** cameraOpen/cameraClose events fix ([27dbe14](https://github.com/nativescript-community/ui-cameraview/commit/27dbe148f37850ed4f6d9651cb7fe8b2c2878850))
12+
613
## [0.2.0](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.5...v0.2.0) (2024-01-31)
714

815
### Features

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.2.0",
2+
"version": "0.2.1",
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.2.1](https://github.com/nativescript-community/ui-cameraview/compare/v0.2.0...v0.2.1) (2024-02-02)
7+
8+
### Bug Fixes
9+
10+
* **ios:** camera live processing not working ([db988df](https://github.com/nativescript-community/ui-cameraview/commit/db988df147689befe49707fb9d7f9e87ce9c7380))
11+
612
## [0.2.0](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.5...v0.2.0) (2024-01-31)
713

814
### Features

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

0 commit comments

Comments
 (0)