Skip to content

Commit c09cfd2

Browse files
committed
chore: release 5.0.4
1 parent f24c79a commit c09cfd2

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.3):
2323+
- VisionCamera (5.0.4):
23242324
- hermes-engine
23252325
- NitroImage
23262326
- NitroModules
@@ -2345,7 +2345,7 @@ PODS:
23452345
- ReactCommon/turbomodule/core
23462346
- ReactNativeDependencies
23472347
- Yoga
2348-
- VisionCameraBarcodeScanner (5.0.3):
2348+
- VisionCameraBarcodeScanner (5.0.4):
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.3):
2374+
- VisionCameraLocation (5.0.4):
23752375
- hermes-engine
23762376
- NitroModules
23772377
- RCTRequired
@@ -2396,7 +2396,7 @@ PODS:
23962396
- ReactNativeDependencies
23972397
- VisionCamera
23982398
- Yoga
2399-
- VisionCameraResizer (5.0.3):
2399+
- VisionCameraResizer (5.0.4):
24002400
- hermes-engine
24012401
- NitroModules
24022402
- RCTRequired
@@ -2421,7 +2421,7 @@ PODS:
24212421
- ReactNativeDependencies
24222422
- VisionCamera
24232423
- Yoga
2424-
- VisionCameraWorklets (5.0.3):
2424+
- VisionCameraWorklets (5.0.4):
24252425
- hermes-engine
24262426
- NitroModules
24272427
- RCTRequired
@@ -2839,11 +2839,11 @@ SPEC CHECKSUMS:
28392839
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
28402840
RNVectorIcons: af977c18ed27deba54ed038b439fca2911a08cfc
28412841
RNWorklets: e72cc4f0a1ffc40ca93479b191f0f33191d0dd97
2842-
VisionCamera: 7bef9aa31974e84c6bd3a90c5ca6d801f913d8a5
2843-
VisionCameraBarcodeScanner: d2b6d1a34e5edb39ba7091ba0a43dd2778c32a2b
2844-
VisionCameraLocation: a8f6d88b69855e4dc7543dc997ae2695d21d3c06
2845-
VisionCameraResizer: a9875c456dcf3be5c34fec1eebe229bce327ff43
2846-
VisionCameraWorklets: a44d562d17d225a956dbbba9490ff5afecfbbbba
2842+
VisionCamera: 1c1087cc54a3f9cf22ba1cb366a839bd98d773e6
2843+
VisionCameraBarcodeScanner: 36ebdd4ce1d6f28ca6a4651b3071624a0d2c54fd
2844+
VisionCameraLocation: 11123dc4586733ea6db6001193a0ebf8203fe6bd
2845+
VisionCameraResizer: 1020d6b2ece9ff63697b528f4e58cbf2c6b55a10
2846+
VisionCameraWorklets: 16ab0b899c56247807e2c76df73aae1eabcca178
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.3"
65+
"version": "5.0.4"
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.3"
131+
"version": "5.0.4"
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.3",
3+
"version": "5.0.4",
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.3",
3+
"version": "5.0.4",
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.3",
3+
"version": "5.0.4",
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.3",
3+
"version": "5.0.4",
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.3",
3+
"version": "5.0.4",
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.3",
3+
"version": "5.0.4",
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)