You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2023/08/23 09:41:31 UTC

[cordova-android] 01/02: release(android-v12.0.1): updated version and RELEASENOTES.md

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit 0c805a0a8eb2c5c403a69382a25e5399617cd90d
Author: Erisu <er...@apache.org>
AuthorDate: Wed Aug 23 18:34:34 2023 +0900

    release(android-v12.0.1): updated version and RELEASENOTES.md
---
 RELEASENOTES.md                                      | 5 +++++
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package-lock.json                                    | 4 ++--
 package.json                                         | 2 +-
 4 files changed, 9 insertions(+), 4 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4553c817..f2ea3727 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,11 @@
 -->
 ## 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)
 
 **Breaking:**
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java
index 6faecbc2..fc890a44 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
  * are not expected to implement it.
  */
 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);
 
diff --git a/package-lock.json b/package-lock.json
index 4f9c34b1..25ea93bd 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-android",
-  "version": "12.0.1-dev",
+  "version": "12.0.1",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-android",
-      "version": "12.0.1-dev",
+      "version": "12.0.1",
       "license": "Apache-2.0",
       "dependencies": {
         "android-versions": "^1.8.1",
diff --git a/package.json b/package.json
index 707ec345..4a7e1455 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "12.0.1-dev",
+  "version": "12.0.1",
   "description": "cordova-android release",
   "types": "./types/index.d.ts",
   "main": "lib/Api.js",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org