[ 
https://issues.apache.org/jira/browse/CB-14217?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553340#comment-16553340
 ] 

ASF GitHub Bot commented on CB-14217:
-------------------------------------

brodybits closed pull request #381: CB-14217 cordova-ios 4.5.5 patch release 
(July 2018)
URL: https://github.com/apache/cordova-ios/pull/381
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/CordovaLib/Classes/Public/CDVAvailability.h 
b/CordovaLib/Classes/Public/CDVAvailability.h
index 64d66a3a3..a69be3c33 100644
--- a/CordovaLib/Classes/Public/CDVAvailability.h
+++ b/CordovaLib/Classes/Public/CDVAvailability.h
@@ -69,6 +69,7 @@
 #define __CORDOVA_4_4_0 40400
 #define __CORDOVA_4_5_0 40500
 #define __CORDOVA_4_5_3 40503
+#define __CORDOVA_4_5_5 40505
 /* coho:next-version,insert-before */
 #define __CORDOVA_NA 99999      /* not available */
 
@@ -81,7 +82,7 @@
  */
 #ifndef CORDOVA_VERSION_MIN_REQUIRED
     /* coho:next-version-min-required,replace-after */
-    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_3
+    #define CORDOVA_VERSION_MIN_REQUIRED __CORDOVA_4_5_5
 #endif
 
 /*
diff --git a/CordovaLib/VERSION b/CordovaLib/VERSION
index 417531be7..3afbea712 100644
--- a/CordovaLib/VERSION
+++ b/CordovaLib/VERSION
@@ -1 +1 @@
-4.5.5-dev
+4.5.5
diff --git a/CordovaLib/cordova.js b/CordovaLib/cordova.js
index 7be3ab104..8e7a7ca97 100644
--- a/CordovaLib/cordova.js
+++ b/CordovaLib/cordova.js
@@ -1,5 +1,5 @@
 // Platform: ios
-// e040d9e9343d5f27dd4f67616660b33b92a82ff7
+// 9e8e1b716252c4a08abcd31a13013b868d6f4141
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.5.5-dev';
+var PLATFORM_VERSION_BUILD_LABEL = '4.5.5';
 // file: src/scripts/require.js
 
 /* jshint -W079 */
diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index a9ce256b1..37e72b2fa 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,20 @@
 
 Cordova is a static library that enables developers to include the Cordova API 
in their iOS application projects easily, and also create new Cordova-based iOS 
application projects through the command-line.
 
+### 4.5.5 (Jul 23, 2018)
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) - update 
dependencies to resolve `npm audit` issues, pinned in 4.5.x only 
([GH-379](https://github.com/apache/cordova-ios/pull/379))
+* [GH-379](https://github.com/apache/cordova-ios/pull/379) - commit updated 
`node_modules` in `4.5.x` only
+* [GH-379](https://github.com/apache/cordova-ios/pull/379) - update and pin 
more added bundled dependencies in `4.5.x` only
+* [GH-379](https://github.com/apache/cordova-ios/pull/379) - remove 
devDependencies not needed (`4.5.x`)
+* [GH-379](https://github.com/apache/cordova-ios/pull/379) - `.travis.yml` and 
`appveyor.yml` updates (`4.5.x`)
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) - log `error.stack` 
in `cordova.js` (update from `[email protected]`) in `4.5.x`
+
+### 4.5.4 (Nov 15, 2017)
+* [CB-13523](https://issues.apache.org/jira/browse/CB-13523) - Add flag for 
Xcode-managed provisioning
+* [GH-346](https://github.com/apache/cordova-ios/pull/346) - Fix compile error 
when compile source as objective-c++
+* [CB-13505](https://issues.apache.org/jira/browse/CB-13505) (ios) adjust 
storyboard constraints
+* [CB-13505](https://issues.apache.org/jira/browse/CB-13505) adjust storyboard 
constraints
+
 ### 4.5.3 (Oct 25, 2017)
 * [CB-13493](https://issues.apache.org/jira/browse/CB-13493) Updated 
checked-in node_modules
 * [CB-13290](https://issues.apache.org/jira/browse/CB-13290) (ios) Update 
splash screen mapping for missing devices
diff --git a/bin/templates/scripts/cordova/version 
b/bin/templates/scripts/cordova/version
index 31b0a8b0c..174708871 100755
--- a/bin/templates/scripts/cordova/version
+++ b/bin/templates/scripts/cordova/version
@@ -26,7 +26,7 @@
 */
 
 // Coho updates this line
-var VERSION="4.5.5-dev";
+var VERSION="4.5.5";
 
 module.exports.version = VERSION;
 
diff --git a/package.json b/package.json
index b68536c9e..205219d2c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "4.5.5-dev",
+  "version": "4.5.5",
   "description": "cordova-ios release",
   "main": "bin/templates/scripts/cordova/Api.js",
   "repository": {


 

----------------------------------------------------------------
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]


> cordova-ios platform patch release July 2018
> --------------------------------------------
>
>                 Key: CB-14217
>                 URL: https://issues.apache.org/jira/browse/CB-14217
>             Project: Apache Cordova
>          Issue Type: Task
>          Components: cordova-ios
>            Reporter: Chris Brody
>            Assignee: Chris Brody
>            Priority: Major
>
> Patch release of cordova-ios package with CB-14145 (npm audit issues) 
> resolved.
> Following steps at 
> https://github.com/apache/cordova-coho/blob/master/docs/platforms-release-process.md
>  (with some modifications)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to