You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/09/26 21:25:13 UTC

[couchdb-fauxton] branch upgrade-react updated (0493f6f -> 017afd7)

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

wohali pushed a change to branch upgrade-react
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git.


    omit 0493f6f  Update React to 16.0.0 (MIT-licensed)
     new 017afd7  Update React to 15.6.2 (MIT-licensed)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0493f6f)
            \
             N -- N -- N   refs/heads/upgrade-react (017afd7)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 1 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:
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].

[couchdb-fauxton] 01/01: Update React to 15.6.2 (MIT-licensed)

Posted by wo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch upgrade-react
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git

commit 017afd7a9874f30663881f478f64b57dfd6c72b7
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Sep 26 16:04:56 2017 -0400

    Update React to 15.6.2 (MIT-licensed)
    
    A PR against apache/couchdb will need to be filed once this lands,
    changing the licensing info for react from BSD+Patents to MIT.
    
    Closes #968
    Closes #970
    Closes #964
    Closes #969
    Closes #965
    Closes #966
    Closes #967
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 45ed22b..a11e393 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
     "optimist": "^0.6.1",
     "pouchdb-adapter-http": "^6.1.2",
     "pouchdb-core": "^6.1.2",
-    "react": "~15.4.1",
+    "react": "~15.6.2",
     "react-bootstrap": "^0.30.7",
     "react-dom": "~15.4.1",
     "react-motion": "^0.5.0",

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.