CB-12662 Updated version and RELEASENOTES.md for release 2.0.2
Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/8f98c2fb Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/8f98c2fb Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/8f98c2fb Branch: refs/heads/common-2.0.x Commit: 8f98c2fba19e8c44647e9b05791ee6d3322d310b Parents: 0d637f2 Author: Shazron Abdullah <[email protected]> Authored: Fri Apr 14 17:58:06 2017 -0700 Committer: Shazron Abdullah <[email protected]> Committed: Fri Apr 14 17:58:06 2017 -0700 ---------------------------------------------------------------------- cordova-common/RELEASENOTES.md | 7 +++++++ cordova-common/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/8f98c2fb/cordova-common/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/cordova-common/RELEASENOTES.md b/cordova-common/RELEASENOTES.md index 83777f5..ffd0248 100644 --- a/cordova-common/RELEASENOTES.md +++ b/cordova-common/RELEASENOTES.md @@ -20,6 +20,13 @@ --> # Cordova-common Release Notes +### 2.0.2 (Apr 14, 2017) +* [CB-11233](https://issues.apache.org/jira/browse/CB-11233) - Support installing frameworks into 'Embedded Binaries' section of the Xcode project +* [CB-10438](https://issues.apache.org/jira/browse/CB-10438) - Install correct dependency version. Removed shell.remove, added pkg.json to dependency tests 1-3, and updated install.js (.replace) to fix tests in uninstall.spec.js and update to workw with jasmine 2.0 +* [CB-11120](https://issues.apache.org/jira/browse/CB-11120) - Allow short/display name in config.xml +* [CB-11346](https://issues.apache.org/jira/browse/CB-11346) - Remove known platforms check +* [CB-11977](https://issues.apache.org/jira/browse/CB-11977) - updated engines and enginescript for common, fetch, and serve + ### 2.0.1 (Mar 09, 2017) * [CB-12557](https://issues.apache.org/jira/browse/CB-12557) add both stdout and stderr properties to the error object passed to superspawn reject handler. http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/8f98c2fb/cordova-common/package.json ---------------------------------------------------------------------- diff --git a/cordova-common/package.json b/cordova-common/package.json index 5e1b022..c12912d 100644 --- a/cordova-common/package.json +++ b/cordova-common/package.json @@ -3,7 +3,7 @@ "name": "cordova-common", "description": "Apache Cordova tools and platforms shared routines", "license": "Apache-2.0", - "version": "2.0.2-dev", + "version": "2.0.2", "repository": { "type": "git", "url": "git://git-wip-us.apache.org/repos/asf/cordova-common.git" --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
