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 2ff42398fa blog(release): [email protected], [email protected],
[email protected], [email protected] (#1284)
2ff42398fa is described below
commit 2ff42398fa545a86c9308ca367e33b773669c247
Author: エリス <[email protected]>
AuthorDate: Mon Jan 16 18:20:32 2023 +0900
blog(release): [email protected], [email protected],
[email protected], [email protected] (#1284)
---
.../2023-01-16-cordova-cli-11.1.0-release.md | 83 ++++++++++++++++++++++
1 file changed, 83 insertions(+)
diff --git a/www/_posts/2023-01-16-cordova-cli-11.1.0-release.md
b/www/_posts/2023-01-16-cordova-cli-11.1.0-release.md
new file mode 100644
index 0000000000..cede833f4c
--- /dev/null
+++ b/www/_posts/2023-01-16-cordova-cli-11.1.0-release.md
@@ -0,0 +1,83 @@
+---
+layout: post
+author:
+ name: Bryan Ellis
+title: "Cordova CLI 11.1.0 Released!"
+categories: news
+tags: news releases
+---
+
+We are happy to announce that we have just released a minor update to our
Cordova CLI!
+
+* [[email protected]](https://www.npmjs.com/package/cordova)
+
+This release also pins our internal libraries to the latest releases:
+
+* [[email protected]](https://www.npmjs.com/package/cordova-lib)
+* [[email protected]](https://www.npmjs.com/package/cordova-create)
+* [[email protected]](https://www.npmjs.com/package/cordova-fetch)
+* [[email protected]](https://www.npmjs.com/package/cordova-common)
+
+## Release Highlights
+
+This release officially appends the deprecation flag to the Windows & OSX
platforms on the available platforms output screen.
+
+We have updated our internal process to pass all of the XML attribute values
in `config.xml` to the platform packages so we can easily update the platforms
without updating tooling and CLI.
+
+We have updated all possible npm packages to the latest non-major release that
Cordova can support.
+
+Please report any issues you find at
[issues.cordova.io](http://issues.cordova.io/)!
+
+<!--more-->
+# Changes include:
+
+**Cordova CLI 11.1.0:**
+
+* [GH-603](https://github.com/apache/cordova-cli/pull/603) dep: bump to latest
minor+patch w/ `package-lock` rebuild
+ * `cordova-common@^4.1.0`
+ * `cordova-create@^4.1.0`
+ * `cordova-lib@^11.1.0`
+ * `systeminformation@^5.17.3`
+* [GH-599](https://github.com/apache/cordova-cli/pull/599) chore: remove
unnecessary gendered text
+* [GH-600](https://github.com/apache/cordova-cli/pull/600) ci: update codecov
& run on node 14-18
+* [GH-587](https://github.com/apache/cordova-cli/pull/587) dep(npm): bump
packages to latest minor/patch revisions w/ `package-lock`
+
+**Cordova Lib 11.1.0:**
+
+* [GH-904](https://github.com/apache/cordova-lib/pull/904) dep(npm): bump
`[email protected]` w/ package-lock rebuild
+* [GH-901](https://github.com/apache/cordova-lib/pull/901) feat: bump
dependencies to latest minor & patch revision
+ * `fs-extra@^10.1.0`
+ * `globby@^11.1.0`
+ * `semver@^7.3.8`
+ * `[email protected]`
+ * `jasmine@^3.99.0`
+* [GH-899](https://github.com/apache/cordova-lib/pull/899) feat: bump
`[email protected]`
+* [GH-852](https://github.com/apache/cordova-lib/pull/852) feat(windows):
deprecate platform
+* [GH-851](https://github.com/apache/cordova-lib/pull/851) feat(osx):
deprecate platform
+
+**Cordova Create 4.1.0:**
+
+* [GH-73](https://github.com/apache/cordova-create/pull/73) dep(npm): bump
dependencies to latest minor/patch & rebuild package-lock
+ * `cordova-common@^4.1.0`
+ * `cordova-fetch@^3.1.0`
+ * `fs-extra@^10.1.0`
+ * `globby@^11.1.0`
+ * `jasmine@^3.99.0`
+* [GH-74](https://github.com/apache/cordova-create/pull/74) ci(workflow):
update node support & action dependencies
+
+**Cordova Fetch 3.1.0:**
+
+* [GH-101](https://github.com/apache/cordova-fetch/pull/101) ci(workflow):
update node 14 to use npm ^7.2
+* [GH-100](https://github.com/apache/cordova-fetch/pull/100) ci(workflow):
update action dependencies & node versions
+* [GH-98](https://github.com/apache/cordova-fetch/pull/98) dep(npm): bump w/
latetst minor & patch releases
+ * `cordova-common@^4.1.0`
+ * `fs-extra@^9.1.0`
+ * `npm-package-arg@^8.1.5`
+ * `pacote@^11.3.5`
+ * `resolve@^1.22.1`
+ * `semver@^7.3.8`
+ * `jasmine@^3.99.0`
+ * `nyc@^15.1.0`
+* [GH-97](https://github.com/apache/cordova-fetch/pull/97) chore(npm): rebuilt
`package-lock` to v2
+* [GH-94](https://github.com/apache/cordova-fetch/pull/94) ci(workflow):
replace node 15 with node 16 (npm@7)
+* [GH-93](https://github.com/apache/cordova-fetch/pull/93) chore(npm): update
`package-lock`
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]