You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by an...@apache.org on 2016/03/25 08:18:56 UTC

cordova-lib git commit: CB-10902 Update package version to republish

Repository: cordova-lib
Updated Branches:
  refs/heads/6.1.x 31b58d0c3 -> 96f89aa21


CB-10902 Update package version to republish


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/96f89aa2
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/96f89aa2
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/96f89aa2

Branch: refs/heads/6.1.x
Commit: 96f89aa2162e5933ce0e732e38ac456223c5d826
Parents: 31b58d0
Author: Vladimir Kotikov <v-...@microsoft.com>
Authored: Fri Mar 25 10:16:25 2016 +0300
Committer: Vladimir Kotikov <v-...@microsoft.com>
Committed: Fri Mar 25 10:16:25 2016 +0300

----------------------------------------------------------------------
 cordova-lib/RELEASENOTES.md | 16 ++++++++--------
 cordova-lib/package.json    |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/96f89aa2/cordova-lib/RELEASENOTES.md
----------------------------------------------------------------------
diff --git a/cordova-lib/RELEASENOTES.md b/cordova-lib/RELEASENOTES.md
index a08eadb..c6019db 100644
--- a/cordova-lib/RELEASENOTES.md
+++ b/cordova-lib/RELEASENOTES.md
@@ -20,13 +20,13 @@
 -->
 # Cordova-lib Release Notes
 
-### 6.1.0 (Mar 17, 2016)
+### 6.1.1 (Mar 17, 2016)
 * CB-10902 updated pinned platforms
 * CB-10808 revert npm install for templates
 * CB-10808 CLI Support templates with subdirectory
 * CB-10880 Removed plugin pinning
 * CB-10679 Improving version choosing logic test coverage
-* CB-10673 add plugin `--force` option. 
+* CB-10673 add plugin `--force` option.
 * CB-10679 New version choosing logic for plugin add
 * CB-10328 set top-level property when adding new platforms
 * CB-10314 avoid fetching plugins when oldId is already fetched
@@ -80,7 +80,7 @@
 * CB-10048 clobbering of `<access>` tags to `ATS` directives
 
 ### 5.4.1 (Nov 19, 2015)
-* CB-9976 Reinstall plugins for platform if they were installed with `cordova@<5.4.0`. 
+* CB-9976 Reinstall plugins for platform if they were installed with `cordova@<5.4.0`.
 * CB-9981 `path.parse` only available on `node 0.12+`.
 * CB-9987 Adds compatibility layer for `cordova.raw.*` methods
 * CB-9975 Fix issue with using `all" as orientation for **iOS**
@@ -96,7 +96,7 @@
 * CB-9675 OSX App Icons are not properly copied.
 * CB-9758 Mobilespec crashes adding plugins on OS X
 * CB-9782 Update create/update signatures for PlatformApi polyfill
-* CB-9815 Engine name="cordova" should check tools version, not platforms. 
+* CB-9815 Engine name="cordova" should check tools version, not platforms.
 * CB-9824 removed plugin download counter code from lib
 * CB-9821 Fix EventEmitter incorrect trace level usages
 * CB-9813 Keep module-to-plugin mapping at hand.
@@ -125,9 +125,9 @@
 * CB-9631 Save plugin to config.xml only if installation succeeds
 * CB-9601 Fix <framework>.versions support on Windows after semver update
 * CB-9617 Fixes incorrect project state after adding/removing plugins
-* CB-9560 Issue using plugin restore for plugins with common dependencies 
+* CB-9560 Issue using plugin restore for plugins with common dependencies
 * CB-8993 Plugin restore ignores search path
-* CB-9587 Check if browser platform added properly before creating parser. 
+* CB-9587 Check if browser platform added properly before creating parser.
 * CB-9604 Fix error adding browser platform with PlatformApi polyfill.
 * CB-9597 Initial Implementation of PlatformApiPoly
 * CB-9354 Fix array merging with complex items
@@ -138,7 +138,7 @@
 
 ### 5.3.1 (Aug 28, 2015)
 * pinned blackberry@3.8.0 in prepartion for its release
-* pinned browser@4.0.0 and windows@4.1.0 
+* pinned browser@4.0.0 and windows@4.1.0
 * CB-9559 Adding a plugin with caret in version results in an error
 * Update cordova-serve required version to 0.1.3.
 * CB-6506 RTC: Add support for OSX (closes #278)
@@ -368,7 +368,7 @@
 * CB-8043 CB-6462 CB-6105 Refactor orientation preference support (close #128)
 * FirefoxOS parser: allow passing in a ConfigParser object
 * Parsers: extend base parser with helper functions
-* CB-8244 android: Have `plugin add --link` create symlinks for `<source-file>`, `<framework>`, etc 
+* CB-8244 android: Have `plugin add --link` create symlinks for `<source-file>`, `<framework>`, etc
 * CB-8244 Pass options object to platform handlers in plugman (commit attempt #2)
 * CB-8226 'cordova platform add' : Look up version in config.xml if no version specified
 * Delete root .npmignore, since there's no node module there

http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/96f89aa2/cordova-lib/package.json
----------------------------------------------------------------------
diff --git a/cordova-lib/package.json b/cordova-lib/package.json
index 193c226..cde0a65 100644
--- a/cordova-lib/package.json
+++ b/cordova-lib/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "cordova-lib",
   "description": "Apache Cordova tools core lib and API",
-  "version": "6.1.0",
+  "version": "6.1.1",
   "repository": {
     "type": "git",
     "url": "git://git-wip-us.apache.org/repos/asf/cordova-lib.git"


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