Skip to content

Commit 6d66739

Browse files
authored
chore: release build v7.0.4 (#413)
1 parent db45e3c commit 6d66739

File tree

8 files changed

+19
-15
lines changed

8 files changed

+19
-15
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [v7.0.4](https://github.com/capacitor-community/camera-preview/compare/v7.0.3...v7.0.4) (2026-01-30)
4+
5+
### Fixes
6+
7+
- fix: Installation failure in version 7.0.3: patch-package not found (7.0.2 installs correctly) ([#412](https://github.com/capacitor-community/camera-preview/pull/412)), ([db45e3c](https://github.com/capacitor-community/camera-preview/commit/db45e3cbeb17c9e62bbc31ae844fc3c906b00374)), closes [#411](https://github.com/capacitor-community/camera-preview/issues/411)
8+
39
## [v7.0.3](https://github.com/capacitor-community/camera-preview/compare/v7.0.2...v7.0.3) (2026-01-28)
410

511
### Features

example-app/android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "ryltsov.alex.camera.preview.demo"
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
10-
versionCode 700301
11-
versionName "7.0.3"
10+
versionCode 700401
11+
versionName "7.0.4"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

example-app/ios/App/App.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@
354354
INFOPLIST_FILE = App/Info.plist;
355355
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
356356
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
357-
MARKETING_VERSION = 7.0.3;
357+
MARKETING_VERSION = 7.0.4;
358358
OTHER_SWIFT_FLAGS = "$(inherited) \"-D\" \"COCOAPODS\" \"-DDEBUG\"";
359359
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo.1;
360360
PRODUCT_NAME = "$(TARGET_NAME)";
@@ -377,7 +377,7 @@
377377
INFOPLIST_FILE = App/Info.plist;
378378
IPHONEOS_DEPLOYMENT_TARGET = 14.0;
379379
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
380-
MARKETING_VERSION = 7.0.3;
380+
MARKETING_VERSION = 7.0.4;
381381
PRODUCT_BUNDLE_IDENTIFIER = ryltsov.alex.camera.preview.demo.1;
382382
PRODUCT_NAME = "$(TARGET_NAME)";
383383
PROVISIONING_PROFILE_SPECIFIER = "";

example-app/ios/App/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PODS:
33
- CapacitorCordova
44
- CapacitorApp (7.1.1):
55
- Capacitor
6-
- CapacitorCommunityCameraPreview (7.0.3):
6+
- CapacitorCommunityCameraPreview (7.0.4):
77
- Capacitor
88
- CapacitorCordova (7.4.5)
99
- CapacitorHaptics (7.0.3):
@@ -41,7 +41,7 @@ EXTERNAL SOURCES:
4141
SPEC CHECKSUMS:
4242
Capacitor: 12914e6f1b7835e161a74ebd19cb361efa37a7dd
4343
CapacitorApp: 63b237168fc869e758481dba283315a85743ee78
44-
CapacitorCommunityCameraPreview: ba86f7192ad2e6744d6bdfa881b5ceaf8d81d4c9
44+
CapacitorCommunityCameraPreview: 44c56001c577be07d7c7674c335e1af908112b84
4545
CapacitorCordova: 31bbe4466000c6b86d9b7f1181ee286cff0205aa
4646
CapacitorHaptics: ce15be8f287fa2c61c7d2d9e958885b90cf0bebc
4747
CapacitorKeyboard: 5660c760113bfa48962817a785879373cf5339c3

example-app/package-lock.json

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

example-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "example-app",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"author": "Alex Ryltsov <ryltsov.alex@gmail.com>",
55
"homepage": "https://github.com/capacitor-community/camera-preview",
66
"scripts": {

package-lock.json

Lines changed: 2 additions & 2 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
@@ -1,6 +1,6 @@
11
{
22
"name": "@capacitor-community/camera-preview",
3-
"version": "7.0.3",
3+
"version": "7.0.4",
44
"description": "Camera preview",
55
"main": "dist/plugin.cjs.js",
66
"module": "dist/esm/index.js",

0 commit comments

Comments
 (0)