release(android-v12.0.1): updated version and RELEASENOTES.md

This commit is contained in:
Erisu 2023-08-23 18:34:34 +09:00
parent a7cd4227a4
commit 0c805a0a8e
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
4 changed files with 9 additions and 4 deletions

View File

@ -20,6 +20,11 @@
--> -->
## Release Notes for Cordova (Android) ## Release Notes for Cordova (Android)
### 12.0.1 (Aug 23, 2023)
* [GH-1632](https://github.com/apache/cordova-android/pull/1632) fix(android): `monochrome` checks
* [GH-1649](https://github.com/apache/cordova-android/pull/1649) chore: rebuild `package-lock` w/ lint corrections
### 12.0.0 (May 20, 2023) ### 12.0.0 (May 20, 2023)
**Breaking:** **Breaking:**

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it. * are not expected to implement it.
*/ */
public interface CordovaWebView { public interface CordovaWebView {
public static final String CORDOVA_VERSION = "12.0.1-dev"; public static final String CORDOVA_VERSION = "12.0.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "12.0.1-dev", "version": "12.0.1",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cordova-android", "name": "cordova-android",
"version": "12.0.1-dev", "version": "12.0.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"android-versions": "^1.8.1", "android-versions": "^1.8.1",

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "12.0.1-dev", "version": "12.0.1",
"description": "cordova-android release", "description": "cordova-android release",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"main": "lib/Api.js", "main": "lib/Api.js",