Skip to content

Commit

Permalink
chore(release): publish new version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Dec 4, 2024
1 parent 48728cd commit 964a667
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/nativescript-community/ui-cameraview/compare/v0.4.1...v0.4.2) (2024-12-04)

### Bug Fixes

* **android:** trying to prevent ANR while opening camera on some devices ([bb98e7e](https://github.com/nativescript-community/ui-cameraview/commit/bb98e7e5603c2da653ca4b12e65fc32e24c9e76a))

## [0.4.1](https://github.com/nativescript-community/ui-cameraview/compare/v0.4.0...v0.4.1) (2024-11-08)

### Features
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.4.1",
"version": "0.4.2",
"$schema": "node_modules/@lerna-lite/cli/schemas/lerna-schema.json",
"packages": [
"packages/*"
Expand Down
6 changes: 6 additions & 0 deletions packages/ui-cameraview/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.2](https://github.com/nativescript-community/ui-cameraview/compare/v0.4.1...v0.4.2) (2024-12-04)

### Bug Fixes

* **android:** trying to prevent ANR while opening camera on some devices ([bb98e7e](https://github.com/nativescript-community/ui-cameraview/commit/bb98e7e5603c2da653ca4b12e65fc32e24c9e76a))

## [0.4.1](https://github.com/nativescript-community/ui-cameraview/compare/v0.4.0...v0.4.1) (2024-11-08)

**Note:** Version bump only for package @nativescript-community/ui-cameraview
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-cameraview/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nativescript-community/ui-cameraview",
"version": "0.4.1",
"version": "0.4.2",
"description": "A CameraView allowing custom live processing for NativeScript",
"main": "index",
"typings": "index.d.ts",
Expand Down

0 comments on commit 964a667

Please sign in to comment.