You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/04/09 08:22:05 UTC

[cordova-node-xcode] branch master updated (057a9e2 -> 7b8d843)

This is an automated email from the ASF dual-hosted git repository.

erisu pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-node-xcode.git.


    from 057a9e2  doc(README): fix CI badge url (#107)
     new 557782c  node-xcode-3.0.0 Added NOTICE for release
     new 7b8d843  node-xcode-3.0.0 Updated version and RELEASENOTES.md for release 3.0.0

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 NOTICE            |  5 +++++
 RELEASENOTES.md   | 15 +++++++++++++++
 package-lock.json |  2 +-
 package.json      |  2 +-
 4 files changed, 22 insertions(+), 2 deletions(-)
 create mode 100644 NOTICE


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


[cordova-node-xcode] 02/02: node-xcode-3.0.0 Updated version and RELEASENOTES.md for release 3.0.0

Posted by er...@apache.org.
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-node-xcode.git

commit 7b8d8439dfe4529e6d57e1677d7d45f0cc641363
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Apr 9 17:20:49 2020 +0900

    node-xcode-3.0.0 Updated version and RELEASENOTES.md for release 3.0.0
---
 RELEASENOTES.md   | 15 +++++++++++++++
 package-lock.json |  2 +-
 package.json      |  2 +-
 3 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index ac2916d..e02bae6 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,6 +20,21 @@
 -->
 # Cordova-node-xcode Release Notes
 
+### 3.0.0 (Apr 09, 2020)
+
+* node-xcode-3.0.0 Added NOTICE for release
+* [GH-107](https://github.com/apache/cordova-node-xcode/pull/107) doc(README): fix CI badge url
+* [GH-106](https://github.com/apache/cordova-node-xcode/pull/106) Update build property by `targetname`
+* [GH-79](https://github.com/apache/cordova-node-xcode/pull/79) feat: add new optional paramter to `pbxProject.addTarget`
+* [GH-96](https://github.com/apache/cordova-node-xcode/pull/96) ci: switch travis ci for github actions
+* [GH-94](https://github.com/apache/cordova-node-xcode/pull/94) breaking(npm): bump dependencies
+  * `simple-plist@^1.1.0`
+  * `uuid@^7.0.3`
+* [GH-93](https://github.com/apache/cordova-node-xcode/pull/93) chore(npm): use short notation for repo & bugs
+* [GH-90](https://github.com/apache/cordova-node-xcode/pull/90) ci(travis): removes Node.js v6 and v8 from testing
+* [GH-92](https://github.com/apache/cordova-node-xcode/pull/92) chore: bump node requirement (`>=10`)
+* [GH-89](https://github.com/apache/cordova-node-xcode/pull/89) chore(npm): improve ignore list
+
 ### 2.1.0 (December 12, 2019)
 * Add target test coverage ([#82](https://github.com/apache/cordova-node-xcode/pull/82))
 * ensure coverage for addTargetDependency with invalid input ([#81](https://github.com/apache/cordova-node-xcode/pull/81))
diff --git a/package-lock.json b/package-lock.json
index b5e27d8..5824672 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
 {
   "name": "xcode",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "lockfileVersion": 1,
   "requires": true,
   "dependencies": {
diff --git a/package.json b/package.json
index 67bb249..73d45d0 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
   "author": "Apache Software Foundation",
   "name": "xcode",
   "description": "parser for xcodeproj/project.pbxproj files",
-  "version": "3.0.0-dev",
+  "version": "3.0.0",
   "main": "index.js",
   "repository": "github:apache/cordova-node-xcode",
   "bugs": "https://github.com/apache/cordova-node-xcode/issues",


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


[cordova-node-xcode] 01/02: node-xcode-3.0.0 Added NOTICE for release

Posted by er...@apache.org.
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-node-xcode.git

commit 557782c5d4441e768f4c20615e88fe7bb9f2d4df
Author: Erisu <el...@gmail.com>
AuthorDate: Thu Apr 9 17:11:12 2020 +0900

    node-xcode-3.0.0 Added NOTICE for release
---
 NOTICE | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..d42a3ea
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,5 @@
+Apache Cordova
+Copyright 2012-2020 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).


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