Skip to content

Commit 22e31e1

Browse files
committed
chore: release 5.0.6
1 parent d60b2a6 commit 22e31e1

10 files changed

Lines changed: 25 additions & 25 deletions

File tree

apps/simple-camera/ios/Podfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2320,7 +2320,7 @@ PODS:
23202320
- ReactCommon/turbomodule/core
23212321
- ReactNativeDependencies
23222322
- Yoga
2323-
- VisionCamera (5.0.5):
2323+
- VisionCamera (5.0.6):
23242324
- hermes-engine
23252325
- NitroImage
23262326
- NitroModules
@@ -2345,7 +2345,7 @@ PODS:
23452345
- ReactCommon/turbomodule/core
23462346
- ReactNativeDependencies
23472347
- Yoga
2348-
- VisionCameraBarcodeScanner (5.0.5):
2348+
- VisionCameraBarcodeScanner (5.0.6):
23492349
- GoogleMLKit/BarcodeScanning (= 8.0.0)
23502350
- hermes-engine
23512351
- NitroModules
@@ -2371,7 +2371,7 @@ PODS:
23712371
- ReactNativeDependencies
23722372
- VisionCamera
23732373
- Yoga
2374-
- VisionCameraLocation (5.0.5):
2374+
- VisionCameraLocation (5.0.6):
23752375
- hermes-engine
23762376
- NitroModules
23772377
- RCTRequired
@@ -2396,7 +2396,7 @@ PODS:
23962396
- ReactNativeDependencies
23972397
- VisionCamera
23982398
- Yoga
2399-
- VisionCameraResizer (5.0.5):
2399+
- VisionCameraResizer (5.0.6):
24002400
- hermes-engine
24012401
- NitroModules
24022402
- RCTRequired
@@ -2421,7 +2421,7 @@ PODS:
24212421
- ReactNativeDependencies
24222422
- VisionCamera
24232423
- Yoga
2424-
- VisionCameraWorklets (5.0.5):
2424+
- VisionCameraWorklets (5.0.6):
24252425
- hermes-engine
24262426
- NitroModules
24272427
- RCTRequired
@@ -2839,11 +2839,11 @@ SPEC CHECKSUMS:
28392839
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
28402840
RNVectorIcons: af977c18ed27deba54ed038b439fca2911a08cfc
28412841
RNWorklets: e72cc4f0a1ffc40ca93479b191f0f33191d0dd97
2842-
VisionCamera: 155c118b5edd54b5e4bae4a2ea4012d785d02433
2843-
VisionCameraBarcodeScanner: ecc8f0cc03178493daeec7681a0cc0ed5c44fde1
2844-
VisionCameraLocation: 93066544a0dd8aef629f85d2302e2768417ec86d
2845-
VisionCameraResizer: 2a8d906c9b5be92408f90d83ef594e36c32df742
2846-
VisionCameraWorklets: 5efeef083c8a0426560052f9124b61af99d879cb
2842+
VisionCamera: 18a821dbd82c1c34651dcae725024a264f7e908d
2843+
VisionCameraBarcodeScanner: 50796edb8dcb278dcbb5e6c220eea66b086f1929
2844+
VisionCameraLocation: 385c6ae5a0dadc38c2010706d46addd662f00f04
2845+
VisionCameraResizer: 3e992bb08e2972e87ec5bed97b3f5cea1367f7c2
2846+
VisionCameraWorklets: 6f9aef17b4b6ea3cd22dbaf902ba9c0845f04d91
28472847
Yoga: 0a3b1e85da3524bdc3e0161818c8881ad363f97b
28482848

28492849
PODFILE CHECKSUM: 225e4ff5bb6719c47fa66724251c4ad2098c76da

apps/simple-camera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
"trustedDependencies": [
6363
"@shopify/react-native-skia"
6464
],
65-
"version": "5.0.5"
65+
"version": "5.0.6"
6666
}

bun.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,5 +128,5 @@
128128
"patchedDependencies": {
129129
"react-native@0.84.0": "patches/react-native@0.84.0.patch"
130130
},
131-
"version": "5.0.5"
131+
"version": "5.0.6"
132132
}

packages/react-native-vision-camera-barcode-scanner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-vision-camera-barcode-scanner",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Barcode scanning plugin for react-native-vision-camera powered by ML Kit.",
55
"main": "lib/index",
66
"module": "lib/index",

packages/react-native-vision-camera-location/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-vision-camera-location",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Location tagging plugin for react-native-vision-camera for photo EXIF and video metadata.",
55
"main": "lib/index",
66
"module": "lib/index",

packages/react-native-vision-camera-resizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-vision-camera-resizer",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "High-performance image and frame resizing plugin using Metal/Vulkan for react-native-vision-camera.",
55
"main": "lib/index",
66
"module": "lib/index",

packages/react-native-vision-camera-skia/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-vision-camera-skia",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "Skia rendering plugin for react-native-vision-camera for drawing camera frames in React Native.",
55
"main": "lib/index",
66
"module": "lib/index",

packages/react-native-vision-camera-worklets/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-vision-camera-worklets",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "react-native-worklets integration for react-native-vision-camera frame processing and threading APIs.",
55
"main": "lib/index",
66
"module": "lib/index",

packages/react-native-vision-camera/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-vision-camera",
3-
"version": "5.0.5",
3+
"version": "5.0.6",
44
"description": "VisionCamera is the fastest and most powerful Camera for react-native.",
55
"main": "lib/index",
66
"module": "lib/index",

0 commit comments

Comments
 (0)