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/02/28 04:47:12 UTC

[cordova-common] branch master updated: release(5.0.0): updated release notes & version (common-5.0.0)

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-common.git


The following commit(s) were added to refs/heads/master by this push:
     new 3700086  release(5.0.0): updated release notes & version (common-5.0.0)
3700086 is described below

commit 3700086efd3e56cbd53ac241bab1dc808c14f473
Author: Erisu <er...@apache.org>
AuthorDate: Tue Feb 28 13:39:33 2023 +0900

    release(5.0.0): updated release notes & version (common-5.0.0)
---
 RELEASENOTES.md   | 13 +++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 16 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index fc90d3a..4148b43 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,19 @@
 -->
 # cordova-common Release Notes
 
+### 5.0.0 (Feb 28, 2023)
+
+* [GH-186](https://github.com/apache/cordova-common/pull/186) feat!: bump package requirement node>=16
+* [GH-197](https://github.com/apache/cordova-common/pull/197) feat(android): added monochrome attribute
+* [GH-99](https://github.com/apache/cordova-common/pull/99) chore: drop q where possible
+* [GH-198](https://github.com/apache/cordova-common/pull/198) test: Removed obsolete test
+* [GH-196](https://github.com/apache/cordova-common/pull/196) dep: bump @cordova/eslint-config@^5.0.0
+* [GH-192](https://github.com/apache/cordova-common/pull/192) dep!: bump all available packages
+* [GH-193](https://github.com/apache/cordova-common/pull/193) refactor: replace underscore w/ lodash module pkgs
+* [GH-194](https://github.com/apache/cordova-common/pull/194) refactor: renamed variable
+* [GH-188](https://github.com/apache/cordova-common/pull/188) ci(actions): test w/ node 14, 16, 18
+* [GH-187](https://github.com/apache/cordova-common/pull/187) ci(actions): update workflow
+
 ### 4.1.0 (Nov 08, 2022)
 
 * [GH-181](https://github.com/apache/cordova-common/pull/181) feat(PluginInfo): Allow XML Attributes to be passed through to core platforms
diff --git a/package-lock.json b/package-lock.json
index 2ac6285..bf0313d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-common",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-common",
-      "version": "5.0.0-dev",
+      "version": "5.0.0",
       "license": "Apache-2.0",
       "dependencies": {
         "@netflix/nerror": "^1.1.3",
diff --git a/package.json b/package.json
index 5aef277..e609158 100644
--- a/package.json
+++ b/package.json
@@ -3,7 +3,7 @@
   "name": "cordova-common",
   "description": "Apache Cordova tools and platforms shared routines",
   "license": "Apache-2.0",
-  "version": "5.0.0-dev",
+  "version": "5.0.0",
   "repository": "github:apache/cordova-common",
   "bugs": "https://github.com/apache/cordova-common/issues",
   "main": "cordova-common.js",


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