Skip to content

Commit ed3d2c1

Browse files
committed
chore(release): publish new version 0.1.4
1 parent c1bb189 commit ed3d2c1

File tree

4 files changed

+14
-2
lines changed

4 files changed

+14
-2
lines changed

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.1.4](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.3...v0.1.4) (2024-01-06)
7+
8+
### Bug Fixes
9+
10+
* **ios:** crash fix ([c3532a0](https://github.com/nativescript-community/ui-cameraview/commit/c3532a011214c10535ed358fb36538fd6ed06bd2))
11+
612
## [0.1.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.2...v0.1.3) (2023-12-22)
713

814
### Bug Fixes

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"packages": [
55
"packages/*"
66
],

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.1.4](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.3...v0.1.4) (2024-01-06)
7+
8+
### Bug Fixes
9+
10+
* **ios:** crash fix ([c3532a0](https://github.com/nativescript-community/ui-cameraview/commit/c3532a011214c10535ed358fb36538fd6ed06bd2))
11+
612
## [0.1.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.1.2...v0.1.3) (2023-12-22)
713

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

0 commit comments

Comments
 (0)