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-ios.git

commit 64c3051d2b3387f7ac5ab5a24d57016e6b78a9ee
Author: Erisu <er...@apache.org>
AuthorDate: Mon Apr 1 12:50:31 2024 +0900

    release(ios-v7.1.0): updated version and RELEASENOTES.md
---
 RELEASENOTES.md   | 25 +++++++++++++++++++++++++
 package-lock.json |  4 ++--
 package.json      |  2 +-
 3 files changed, 28 insertions(+), 3 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 8401bda7..e74e8c62 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -22,6 +22,31 @@
 
 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.
 
+### 7.1.0 (Apr 01, 2024)
+
+**Features:**
+
+* [GH-1411](https://github.com/apache/cordova-ios/pull/1411) feat: 
`SplashScreenBackgroundColor` preference support
+* [GH-1406](https://github.com/apache/cordova-ios/pull/1406) feat: add 
`privacy-manifest` config support
+* [GH-1383](https://github.com/apache/cordova-ios/pull/1383) feat: add 
PrivacyInfo.xcprivacy for CordovaLib & app template
+
+**Fixes:**
+
+* [GH-1405](https://github.com/apache/cordova-ios/pull/1405) fix: use 
`PROVISIONING_PROFILE_SPECIFIER` for manual codesigning
+* [GH-1374](https://github.com/apache/cordova-ios/pull/1374) fix: WASM MIME 
type error by specifying it in Info.plist template
+
+**Chores:**
+
+* [GH-1413](https://github.com/apache/cordova-ios/pull/1413) chore(deps): 
Modernize some dependencies
+* [GH-1404](https://github.com/apache/cordova-ios/pull/1404) chore: update 
package & package-lock
+* [GH-1382](https://github.com/apache/cordova-ios/pull/1382) chore(deps-dev): 
bump `@babel/traverse` from 7.21.4 to 7.23.2
+* [GH-1380](https://github.com/apache/cordova-ios/pull/1380) chore: Update 
Slack signup link in SUPPORT_QUESTION.md
+
+**CI:**
+
+* [GH-1412](https://github.com/apache/cordova-ios/pull/1412) ci: Fix ObjC 
testing with latest Xcode
+* [GH-1408](https://github.com/apache/cordova-ios/pull/1408) ci(gh-action): 
add Apache RAT & package license checker workflow w/ license header additions
+
 ### 7.0.1 (Sep 03, 2023)
 
 * [GH-1369](https://github.com/apache/cordova-ios/pull/1369) fix: `xcodebuild` 
version check to 11
diff --git a/package-lock.json b/package-lock.json
index d0782eda..06f07795 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-ios",
-  "version": "7.1.0-dev",
+  "version": "7.1.0",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-ios",
-      "version": "7.1.0-dev",
+      "version": "7.1.0",
       "license": "Apache-2.0",
       "dependencies": {
         "cordova-common": "^5.0.0",
diff --git a/package.json b/package.json
index 2beca612..189a9c9c 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-ios",
-  "version": "7.1.0-dev",
+  "version": "7.1.0",
   "description": "cordova-ios release",
   "types": "./types/index.d.ts",
   "main": "lib/Api.js",


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

Reply via email to