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-docs.git
The following commit(s) were added to refs/heads/master by this push:
new 86f566df6f blog(release): [email protected] & 4.1.0 grammar
correction (#1289)
86f566df6f is described below
commit 86f566df6ff733942a1e4d595b71605dc906ec11
Author: エリス <[email protected]>
AuthorDate: Thu Mar 9 15:46:52 2023 +0900
blog(release): [email protected] & 4.1.0 grammar correction (#1289)
* blog(release): [email protected]
* blog(cordova-common): fix sentence for 4.1.0 release
---
.../2022-11-15-cordova-common-release-4.1.0.md | 2 +-
.../2023-03-09-cordova-common-release-5.0.0.md | 36 ++++++++++++++++++++++
2 files changed, 37 insertions(+), 1 deletion(-)
diff --git a/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
b/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
index 71a4399688..70ff18f723 100644
--- a/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
+++ b/www/_posts/2022-11-15-cordova-common-release-4.1.0.md
@@ -7,7 +7,7 @@ categories: announcements
tags: news releases
---
-We are happy to announce that `[email protected]`. This is one of the
libraries used behind-the-scenes by nearly all of the Cordova tooling and
provides utilities for dealing with things like `config.xml` parsing.
+We are happy to announce that `[email protected]` has been released. This
is one of the libraries used behind-the-scenes by nearly all of the Cordova
tooling and provides utilities for dealing with things like `config.xml`
parsing.
## Release Highlights
diff --git a/www/_posts/2023-03-09-cordova-common-release-5.0.0.md
b/www/_posts/2023-03-09-cordova-common-release-5.0.0.md
new file mode 100644
index 0000000000..a456d7c98c
--- /dev/null
+++ b/www/_posts/2023-03-09-cordova-common-release-5.0.0.md
@@ -0,0 +1,36 @@
+---
+layout: post
+author:
+ name: Bryan Ellis
+title: "Cordova Common 5.0.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `[email protected]` has been released. This
is one of the libraries used behind-the-scenes by nearly all of the Cordova
tooling and provides utilities for dealing with things like `config.xml`
parsing.
+
+## Release Highlights
+
+The most notable changes in this major release are:
+
+* [GH-186](https://github.com/apache/cordova-common/pull/186) feat!: bump
package requirement `node>=16`
+
+As Node.js 14 nears the end-of-life (April 2023), we have bumped the minimum
requirement to 16.0.0. This update has also increased the minimum npm
requirement to 7.10.0.
+
+* [GH-197](https://github.com/apache/cordova-common/pull/197) feat(android):
added `monochrome` attribute
+
+In preparation for Cordova-Android's next major release, supporting logic for
Android's monochrome icons has been included.
+
+<!--more-->
+# Changes include:
+
+* [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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]