You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by sc...@apache.org on 2019/07/26 20:55:55 UTC

[nifi-fds] branch master updated (e149cda -> 59d5325)

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

scottyaslan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git.


    from e149cda  [NIFI-6459] update button alignment for inputs and disabled rasied button
     add cee6917  [NIFI-6469] prepare RC1
     add 0b2443f  [NIFI-6469] prepare RC2
     new ebcc87a  [NIFI-6469] finalize RC2
     new 59d5325  Merge branch 'NIFI-FDS-6469'

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:
 LICENSE                    | 819 ---------------------------------------------
 README.md                  |  27 +-
 package-lock.json          |   2 +-
 package.json               |   2 +-
 platform/core/package.json | 108 +++---
 webpack.dev.js             |   1 +
 6 files changed, 92 insertions(+), 867 deletions(-)


[nifi-fds] 01/02: [NIFI-6469] finalize RC2

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

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git

commit ebcc87a8878613e62cfbf06fedd8bd3908843ed4
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Fri Jul 26 16:49:08 2019 -0400

    [NIFI-6469] finalize RC2
---
 package-lock.json          | 2 +-
 package.json               | 2 +-
 platform/core/package.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package-lock.json b/package-lock.json
index a1648fa..0856f1d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -14,7 +14,7 @@
     "//": "See the License for the specific language governing permissions and",
     "//": "limitations under the License.",
     "name": "nifi-fds",
-    "version": "0.2.0",
+    "version": "0.3.0-SNAPSHOT",
     "lockfileVersion": 1,
     "requires": true,
     "dependencies": {
diff --git a/package.json b/package.json
index 445ec0d..45a2cb2 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
     "//": "See the License for the specific language governing permissions and",
     "//": "limitations under the License.",
     "name": "nifi-fds",
-    "version": "0.2.0",
+    "version": "0.3.0-SNAPSHOT",
     "scripts": {
         "start": "./node_modules/http-server/bin/http-server --gzip -p 28080 .",
         "build:webapp:bundle:development": "npm run webpack:development",
diff --git a/platform/core/package.json b/platform/core/package.json
index fed9c21..b89fe60 100644
--- a/platform/core/package.json
+++ b/platform/core/package.json
@@ -14,7 +14,7 @@
     "//": "See the License for the specific language governing permissions and",
     "//": "limitations under the License.",
     "name": "@nifi-fds/core",
-    "version": "0.2.0",
+    "version": "0.3.0-SNAPSHOT",
     "description": "The Apache NiFi Flow Design System module is an atomic reusable platform providing consistent set of UI/UX components for open source friendly web applications to consume.",
     "keywords": [
         "angular",


[nifi-fds] 02/02: Merge branch 'NIFI-FDS-6469'

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

scottyaslan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi-fds.git

commit 59d53250dc18d2606b59219a0088baade0e87f24
Merge: e149cda ebcc87a
Author: Scott Aslan <sc...@gmail.com>
AuthorDate: Fri Jul 26 16:54:49 2019 -0400

    Merge branch 'NIFI-FDS-6469'
    
    Finalize NIFI FDS 0.2.0 RC2 release.

 LICENSE                    | 819 ---------------------------------------------
 README.md                  |  27 +-
 package-lock.json          |   2 +-
 package.json               |   2 +-
 platform/core/package.json | 108 +++---
 webpack.dev.js             |   1 +
 6 files changed, 92 insertions(+), 867 deletions(-)