Merge pull request #62 from scottyaslan/NIFI-9627

[NIFI-9627] prepare 0.3.0 release

This closes #62 
diff --git a/NOTICE b/NOTICE
index 94b420c..7784937 100644
--- a/NOTICE
+++ b/NOTICE
@@ -1,5 +1,5 @@
 Apache NiFi Flow Design System
-Copyright 2014-2018 The Apache Software Foundation
+Copyright 2014-2022 The Apache Software Foundation
 
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
diff --git a/package-lock.json b/package-lock.json
index d138e97..243241f 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "nifi-fds",
-  "version": "0.3.0-SNAPSHOT",
+  "version": "0.3.0",
   "lockfileVersion": 2,
   "requires": true,
   "packages": {
     "": {
       "name": "nifi-fds",
-      "version": "0.3.0-SNAPSHOT",
+      "version": "0.3.0",
       "hasInstallScript": true,
       "license": "Apache-2.0",
       "dependencies": {
@@ -30644,4 +30644,4 @@
       }
     }
   }
-}
\ No newline at end of file
+}
diff --git a/package.json b/package.json
index c2188fc..2d007ef 100644
--- a/package.json
+++ b/package.json
@@ -14,7 +14,7 @@
     "//-13": "See the License for the specific language governing permissions and",
     "//-14": "limitations under the License.",
     "name": "nifi-fds",
-    "version": "0.3.0-SNAPSHOT",
+    "version": "0.3.0",
     "scripts": {
         "ci": "npm ci --ignore-scripts",
         "start": "http-server --gzip -p 28080 .",
diff --git a/platform/core/package.json b/platform/core/package.json
index fe58c55..3c29117 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.3.0-SNAPSHOT",
+    "version": "0.3.0",
     "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",