brodybits commented on a change in pull request #832: CB-14138: add [email protected] blog post URL: https://github.com/apache/cordova-docs/pull/832#discussion_r196264799
########## File path: www/_posts/2018-06-15-common-release-2.2.4.md ########## @@ -0,0 +1,23 @@ +--- +layout: post +author: + name: Chris Brody + url: https://twitter.com/brodybits +title: "Cordova-Common Release" +categories: news +tags: release tools +--- + +We are happy to announce that `cordova-common 2.2.4` 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 purpose of this release is to resolve issues with dependencies on cordova-ios@4. Here are the major changes: + +* Revert change to update dependencies in package.json (needed to resolve issues with cordova-ios@4) +* Revert change to use strip-bom package to strip BOM +* Continue to use plist@^3.0.1 in package.json Review comment: The end result is a lack of change to this dependency. Most other dependencies would be affected (changed) by the the revert. That is why I said "continue to use plist@^3.0.1". Confusing enough? I think (hope) that you understand what actually happened in this patch release, very open to suggestions if we can improve the working somehow. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
