@capacitor/camera 4.1.2 → 4.1.3-nightly-20221004T150958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +0 -25
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -31,31 +31,6 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
|
|
34
|
-
## 4.0.1 (2022-07-28)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
# 4.0.0 (2022-07-27)
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
# 4.0.0-beta.2 (2022-07-08)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
# 4.0.0-beta.0 (2022-06-27)
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
### Features
|
|
50
|
-
|
|
51
|
-
* set targetSDK default value to 31 ([#824](https://github.com/ionic-team/capacitor-plugins/issues/824)) ([3ee10de](https://github.com/ionic-team/capacitor-plugins/commit/3ee10de98067984c1a4e75295d001c5a895c47f4))
|
|
52
|
-
* set targetSDK default value to 32 ([#970](https://github.com/ionic-team/capacitor-plugins/issues/970)) ([fa70d96](https://github.com/ionic-team/capacitor-plugins/commit/fa70d96f141af751aae53ceb5642c46b204f5958))
|
|
53
|
-
* Upgrade gradle to 7.4 ([#826](https://github.com/ionic-team/capacitor-plugins/issues/826)) ([5db0906](https://github.com/ionic-team/capacitor-plugins/commit/5db0906f6264287c4f8e69dbaecf19d4d387824b))
|
|
54
|
-
* Use java 11 ([#910](https://github.com/ionic-team/capacitor-plugins/issues/910)) ([5acb2a2](https://github.com/ionic-team/capacitor-plugins/commit/5acb2a288a413492b163e4e97da46a085d9e4be0))
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
34
|
|
|
60
35
|
## [4.0.1](https://github.com/ionic-team/capacitor-plugins/compare/4.0.0...4.0.1) (2022-07-28)
|
|
61
36
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@capacitor/camera",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.3-nightly-20221004T150958.0",
|
|
4
4
|
"description": "The Camera API provides the ability to take a photo with the camera or choose an existing one from the photo album.",
|
|
5
5
|
"main": "dist/plugin.cjs.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -79,5 +79,5 @@
|
|
|
79
79
|
"publishConfig": {
|
|
80
80
|
"access": "public"
|
|
81
81
|
},
|
|
82
|
-
"gitHead": "
|
|
82
|
+
"gitHead": "454fb9c865130c55f339fa7231fb5749e367df45"
|
|
83
83
|
}
|