Skip to content

Commit f1b45d4

Browse files
committed
chore(release): publish new version 0.4.1
1 parent 1d0412c commit f1b45d4

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-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.4.1](https://github.com/nativescript-community/ui-cameraview/compare/v0.4.0...v0.4.1) (2024-11-08)
7+
8+
### Features
9+
10+
* `readyToStartPreview` property. Can be used to defer startPreview until permission is granted ([02d5717](https://github.com/nativescript-community/ui-cameraview/commit/02d57177f7cec0495cb2ea938c09fbdfe19b290c))
11+
612
## [0.4.0](https://github.com/nativescript-community/ui-cameraview/compare/v0.3.4...v0.4.0) (2024-07-10)
713

814
### 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.4.0",
2+
"version": "0.4.1",
33
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
44
"packages": [
55
"packages/*"

packages/ui-cameraview/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
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.4.1](https://github.com/nativescript-community/ui-cameraview/compare/v0.4.0...v0.4.1) (2024-11-08)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-cameraview
9+
610
## [0.4.0](https://github.com/nativescript-community/ui-cameraview/compare/v0.3.4...v0.4.0) (2024-07-10)
711

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

0 commit comments

Comments
 (0)