Skip to content

Commit 2c427e7

Browse files
committed
chore: release 5.0.8
1 parent 6bb7af1 commit 2c427e7

11 files changed

Lines changed: 28 additions & 26 deletions

File tree

apps/simple-camera/__tests__/visioncamera.devices.harness.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,9 @@ describe('VisionCamera - Devices', () => {
169169
)
170170
return
171171
}
172-
expect(factory.supportedMultiCamDeviceCombinations.length).toBeGreaterThanOrEqual(1)
172+
expect(
173+
factory.supportedMultiCamDeviceCombinations.length,
174+
).toBeGreaterThanOrEqual(1)
173175
})
174176

175177
it('every device in a supportedMultiCamDeviceCombinations combination is also present in cameraDevices', () => {

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.7):
2323+
- VisionCamera (5.0.8):
23242324
- hermes-engine
23252325
- NitroImage
23262326
- NitroModules
@@ -2345,7 +2345,7 @@ PODS:
23452345
- ReactCommon/turbomodule/core
23462346
- ReactNativeDependencies
23472347
- Yoga
2348-
- VisionCameraBarcodeScanner (5.0.7):
2348+
- VisionCameraBarcodeScanner (5.0.8):
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.7):
2374+
- VisionCameraLocation (5.0.8):
23752375
- hermes-engine
23762376
- NitroModules
23772377
- RCTRequired
@@ -2396,7 +2396,7 @@ PODS:
23962396
- ReactNativeDependencies
23972397
- VisionCamera
23982398
- Yoga
2399-
- VisionCameraResizer (5.0.7):
2399+
- VisionCameraResizer (5.0.8):
24002400
- hermes-engine
24012401
- NitroModules
24022402
- RCTRequired
@@ -2421,7 +2421,7 @@ PODS:
24212421
- ReactNativeDependencies
24222422
- VisionCamera
24232423
- Yoga
2424-
- VisionCameraWorklets (5.0.7):
2424+
- VisionCameraWorklets (5.0.8):
24252425
- hermes-engine
24262426
- NitroModules
24272427
- RCTRequired
@@ -2839,11 +2839,11 @@ SPEC CHECKSUMS:
28392839
RNScreens: 088d923c4327c63c9f8c942cae17a9d038f47d97
28402840
RNVectorIcons: af977c18ed27deba54ed038b439fca2911a08cfc
28412841
RNWorklets: e72cc4f0a1ffc40ca93479b191f0f33191d0dd97
2842-
VisionCamera: 48821db425302ff492f57d900110c3c3db9a209a
2843-
VisionCameraBarcodeScanner: 62a51c41b82e511bb98665400231dcdca7acd451
2844-
VisionCameraLocation: 12629ff723ba50bc49ed37081436c34b1b99a905
2845-
VisionCameraResizer: c256f9513c486b4b875ff7baabf558e813067a68
2846-
VisionCameraWorklets: 7e9c94d19f3eb50968f6f28e95a691d315ae0d98
2842+
VisionCamera: ae5c91de94a4df6f2ad48f57e06f9c388932d263
2843+
VisionCameraBarcodeScanner: b8d3d2abe0ffc7fa010ec2641f89d048c42d1d69
2844+
VisionCameraLocation: 373335700d7d9c6c89f6426c1a9e134f0a31418b
2845+
VisionCameraResizer: 2e552d4fc813275874b2834f476cc3308a164491
2846+
VisionCameraWorklets: 5ae99cf4b59b5e6e8205a909d387fcc3fc36e218
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.7"
65+
"version": "5.0.8"
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.7"
131+
"version": "5.0.8"
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.7",
3+
"version": "5.0.8",
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.7",
3+
"version": "5.0.8",
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.7",
3+
"version": "5.0.8",
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.7",
3+
"version": "5.0.8",
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.7",
3+
"version": "5.0.8",
44
"description": "react-native-worklets integration for react-native-vision-camera frame processing and threading APIs.",
55
"main": "lib/index",
66
"module": "lib/index",

0 commit comments

Comments
 (0)