Skip to content

Commit e5dab8e

Browse files
committed
v0.0.3
1 parent 7c3924f commit e5dab8e

File tree

4 files changed

+10
-2
lines changed

4 files changed

+10
-2
lines changed

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.0.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.2...v0.0.3) (2023-09-25)
7+
8+
**Note:** Version bump only for package ui-cameraview
9+
610
## 0.0.2 (2023-09-22)
711

812
**Note:** Version bump only for package ui-cameraview

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.2",
2+
"version": "0.0.3",
33
"packages": [
44
"packages/*"
55
],

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.0.3](https://github.com/nativescript-community/ui-cameraview/compare/v0.0.2...v0.0.3) (2023-09-25)
7+
8+
**Note:** Version bump only for package @nativescript-community/ui-cameraview
9+
610
## 0.0.2 (2023-09-22)
711

812
**Note:** Version bump only for package @nativescript-community/ui-cameraview

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

0 commit comments

Comments
 (0)