diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md
index e5dc04d78c4217b5fc0e6529566fd8be2f730c60..5345352ba5fbb820604260c5e2652f5ba70b3d42 100644
--- a/packages/cli/CHANGELOG.md
+++ b/packages/cli/CHANGELOG.md
@@ -3,7 +3,18 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
-      <a name="2.1.8"></a>
+  <a name="2.2.0"></a>
+# [2.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.1.8...pubsweet@2.2.0) (2018-04-24)
+
+
+### Features
+
+* **components:** create invite reviewer endpoints ([4269fbe](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4269fbe))
+
+
+
+
+  <a name="2.1.8"></a>
 ## [2.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.1.7...pubsweet@2.1.8) (2018-04-11)
 
 
@@ -16,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
 
 
 
-      <a name="2.1.7"></a>
+<a name="2.1.7"></a>
 ## [2.1.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.1.6...pubsweet@2.1.7) (2018-04-03)
 
 
diff --git a/packages/cli/package.json b/packages/cli/package.json
index b94af459e3d4215bc58056e7eed433176e2ca4f9..141c61680e2d7091313a7dad9c02599b0064e715 100644
--- a/packages/cli/package.json
+++ b/packages/cli/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet",
-  "version": "2.1.8",
+  "version": "2.2.0",
   "description": "Pubsweet command-line interface, app generator and manager",
   "bin": "./bin/pubsweet.js",
   "scripts": {
@@ -14,7 +14,7 @@
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
   "dependencies": {
-    "@pubsweet/db-manager": "^1.0.8",
+    "@pubsweet/db-manager": "^1.0.9",
     "@pubsweet/logger": "^0.2.2",
     "bluebird": "^3.5.0",
     "colors": "^1.1.2",
@@ -24,7 +24,7 @@
     "fs-extra": "^4.0.2",
     "inflection": "^1.12.0",
     "prompt": "flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87",
-    "pubsweet-server": "^5.0.0",
+    "pubsweet-server": "^6.0.0",
     "require-relative": "^0.8.7",
     "uuid": "^3.0.1",
     "webpack": "^3.8.1",
diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md
index 003378f7fcd275e96fb9081e09598fb0f89bd6ed..d9f32e2c6ca2355429ff1c3866b91dd3c6986f6b 100644
--- a/packages/client/CHANGELOG.md
+++ b/packages/client/CHANGELOG.md
@@ -3,6 +3,17 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="2.4.1"></a>
+## [2.4.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@2.4.0...pubsweet-client@2.4.1) (2018-04-24)
+
+
+### Bug Fixes
+
+* **authenticated-component:** redirect to next path ([fbde445](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fbde445))
+
+
+
+
 <a name="2.4.0"></a>
 # [2.4.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@2.3.1...pubsweet-client@2.4.0) (2018-04-11)
 
diff --git a/packages/client/package.json b/packages/client/package.json
index 8f8fb0f3e64cdad2ff40484d7839ba88d8be9cba..81021ceee3471ca9f99e20bad7785fd52669cac2 100644
--- a/packages/client/package.json
+++ b/packages/client/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-client",
-  "version": "2.4.0",
+  "version": "2.4.1",
   "main": "src/index.js",
   "scripts": {
     "compile": "babel -d lib/ src/",
@@ -13,7 +13,7 @@
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "apollo-client-preset": "^1.0.8",
     "apollo-link": "^1.2.1",
     "apollo-link-context": "^1.0.5",
diff --git a/packages/components/AWSS3-server/CHANGELOG.md b/packages/components/AWSS3-server/CHANGELOG.md
index 8fe734545bad9b22d91f04968fbd21368e4312ea..766602f7ac786a0bc5d98667345fc31a298a2624 100644
--- a/packages/components/AWSS3-server/CHANGELOG.md
+++ b/packages/components/AWSS3-server/CHANGELOG.md
@@ -3,6 +3,17 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.0.4"></a>
+## [1.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.0.3...@pubsweet/component-aws-s3@1.0.4) (2018-04-24)
+
+
+### Bug Fixes
+
+* **aws-s3:** update getSigned url ([d6f27ef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d6f27ef))
+
+
+
+
 <a name="1.0.3"></a>
 ## [1.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.0.2...@pubsweet/component-aws-s3@1.0.3) (2018-04-03)
 
diff --git a/packages/components/AWSS3-server/package.json b/packages/components/AWSS3-server/package.json
index 4e103c638ab8e488c2e1104353fbbbd11fc4575f..16aee6937e56964697b018a7d9bb9b5ed5e21f00 100644
--- a/packages/components/AWSS3-server/package.json
+++ b/packages/components/AWSS3-server/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pubsweet/component-aws-s3",
-  "version": "1.0.3",
+  "version": "1.0.4",
   "description": "AWS S3 upload component for PubSweet",
   "license": "MIT",
   "author": "Collaborative Knowledge Foundation",
diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md
index d022c06f1da15fc1ba28d5d5ebf8ccd1508d8d40..0d29e683436bf7f7b4207c0b03273d85d58bcb69 100644
--- a/packages/components/CHANGELOG.md
+++ b/packages/components/CHANGELOG.md
@@ -3,7 +3,240 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
-  <a name="5.2.0"></a>
+      <a name="5.3.0"></a>
+# [5.3.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@5.2.0...pubsweet-components@5.3.0) (2018-04-24)
+
+
+### Bug Fixes
+
+* **aws-s3:** update getSigned url ([d6f27ef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d6f27ef))
+* **compoenents:** fix cases of empty objects in metadata ([7a5bfbc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7a5bfbc))
+* **component:** put striphtml function back to place ([2a69dca](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2a69dca))
+* **components:** add file streamlined data ([9dd6797](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9dd6797))
+* **components:** add metadata StreamLined ([29a1fcd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/29a1fcd))
+* **components:** add subinfo to upload ([446fc16](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/446fc16))
+* **components:** change order ([2020d49](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2020d49))
+* **components:** change placeholder ([d80a41a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d80a41a))
+* **components:** change text input fields ([775a961](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/775a961))
+* **components:** change text to create submission button ([d3b6385](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d3b6385))
+* **components:** change value to files at upload components ([aa2b45e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/aa2b45e))
+* **components:** dashboard update ([08feafb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/08feafb))
+* **components:** fix file name problem ([73f33c9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/73f33c9))
+* **components:** fix review backend test ([874b6a3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/874b6a3))
+* **components:** fix test backend authbear ([25c0623](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/25c0623))
+* **components:** fix test backend authbear ([7c16970](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c16970))
+* **components:** passport through route ([593eeda](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/593eeda))
+* **components:** passport through route ([fdf9dce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fdf9dce))
+* **components:** remove tables - add list of metadata ([b9d57cd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b9d57cd))
+* **components:** remove xpub-app folder ([d356c6d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d356c6d))
+* **components:** statuses changed for revision ([3bc09dc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3bc09dc))
+* **components:** structure title under Toolbar ([3e7b76b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3e7b76b))
+* **dashboard:** change stremlined metadata label ([992cc4f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/992cc4f))
+* **xpub-submit:** use no-redux version of uploadFile ([cc904a3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cc904a3))
+
+
+### Features
+
+* **component:** add make invitation request ([9e00e11](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9e00e11))
+* **component:** add make invitation request ([30193b3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/30193b3))
+* **component:** add make invitation request ([7245d35](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7245d35))
+* **component:** add make invitation request ([947c846](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/947c846))
+* **component:** add make invitation request ([ae785b9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae785b9))
+* **component:** add make invitation request ([36faf21](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/36faf21))
+* **component:** add make invitation request ([38e5728](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/38e5728))
+* **component:** add make invitation request ([bda7d95](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bda7d95))
+* **component:** add make invitation request ([1911bab](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1911bab))
+* **component:** add make invitation request ([335d0f0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/335d0f0))
+* **component:** add make invitation request ([1412d87](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1412d87))
+* **component:** add make invitation request ([d070bb1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d070bb1))
+* **component:** add make invitation request ([f9cae33](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f9cae33))
+* **component:** add make invitation request ([61a1f0b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/61a1f0b))
+* **component:** add make invitation request ([5a9b393](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5a9b393))
+* **component:** add make invitation request ([430e9e2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/430e9e2))
+* **component:** add make invitation request ([3d13943](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3d13943))
+* **component:** add make invitation request ([27e2984](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/27e2984))
+* **component:** add make invitation request ([b049aa3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b049aa3))
+* **component:** add make invitation request ([c4317bb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c4317bb))
+* **component:** add make invitation request ([dcd1f46](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/dcd1f46))
+* **component:** add make invitation request ([9d731d3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9d731d3))
+* **component:** add make invitation request ([9d0ad57](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9d0ad57))
+* **component:** add make invitation request ([20628a4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/20628a4))
+* **component:** add make invitation request ([44f1574](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/44f1574))
+* **component:** add make invitation request ([6f27a3e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6f27a3e))
+* **component:** add make invitation request ([3817c8a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3817c8a))
+* **component:** add make invitation request ([659eb64](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/659eb64))
+* **component:** add make invitation request ([ff3f8fb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ff3f8fb))
+* **component:** add make invitation request ([4820e45](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4820e45))
+* **component:** add make invitation request ([721bbaf](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/721bbaf))
+* **component:** add make invitation request ([251381c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/251381c))
+* **components:** add API endpoint invitation ([009b693](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/009b693))
+* **components:** add API endpoint invitation ([9276ef9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9276ef9))
+* **components:** add API endpoint invitation ([ee82d6b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ee82d6b))
+* **components:** add API endpoint invitation ([e50383f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e50383f))
+* **components:** add API endpoint invitation ([fc40c17](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fc40c17))
+* **components:** add API endpoint invitation ([a781136](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a781136))
+* **components:** add API endpoint invitation ([24810b8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/24810b8))
+* **components:** add API endpoint invitation ([d21afe6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d21afe6))
+* **components:** add API endpoint invitation ([2703f3e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2703f3e))
+* **components:** add API endpoint invitation ([24ee6ca](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/24ee6ca))
+* **components:** add API endpoint invitation ([17d9532](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/17d9532))
+* **components:** add API endpoint invitation ([98d568e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/98d568e))
+* **components:** add API endpoint invitation ([d19bf84](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d19bf84))
+* **components:** add API endpoint invitation ([4739b84](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4739b84))
+* **components:** add API endpoint invitation ([f963b76](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f963b76))
+* **components:** add API endpoint invitation ([10fb6e2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/10fb6e2))
+* **components:** add API endpoint invitation ([c6d0d94](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c6d0d94))
+* **components:** add API endpoint invitation ([16bf6a1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/16bf6a1))
+* **components:** add API endpoint invitation ([d897187](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d897187))
+* **components:** add API endpoint invitation ([19932d7](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/19932d7))
+* **components:** add API endpoint invitation ([3c5cbea](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3c5cbea))
+* **components:** add API endpoint invitation ([8de6954](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8de6954))
+* **components:** add API endpoint invitation ([9e9b4ce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9e9b4ce))
+* **components:** add API endpoint invitation ([daff65a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/daff65a))
+* **components:** add API endpoint invitation ([d06ae4b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d06ae4b))
+* **components:** add API endpoint invitation ([0ca4cfa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0ca4cfa))
+* **components:** add API endpoint invitation ([ae7d9aa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae7d9aa))
+* **components:** add API endpoint invitation ([d6bb84a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d6bb84a))
+* **components:** add API endpoint invitation ([3fcc322](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3fcc322))
+* **components:** add API endpoint invitation ([db805c4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/db805c4))
+* **components:** add API endpoint invitation ([48e8e12](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/48e8e12))
+* **components:** add API endpoint invitation ([abdf121](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/abdf121))
+* **components:** create invite reviewer endpoints ([17fdfdc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/17fdfdc))
+* **components:** create invite reviewer endpoints ([9e3fdef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9e3fdef))
+* **components:** create invite reviewer endpoints ([794918c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/794918c))
+* **components:** create invite reviewer endpoints ([7c35ccc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c35ccc))
+* **components:** create invite reviewer endpoints ([c603b77](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c603b77))
+* **components:** create invite reviewer endpoints ([b2f627f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b2f627f))
+* **components:** create invite reviewer endpoints ([fc6cad4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fc6cad4))
+* **components:** create invite reviewer endpoints ([1f57c82](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1f57c82))
+* **components:** create invite reviewer endpoints ([8774faa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8774faa))
+* **components:** create invite reviewer endpoints ([a47ddf4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a47ddf4))
+* **components:** create invite reviewer endpoints ([4b21241](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4b21241))
+* **components:** create invite reviewer endpoints ([75e89c8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/75e89c8))
+* **components:** create invite reviewer endpoints ([27ec4f8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/27ec4f8))
+* **components:** create invite reviewer endpoints ([cfcc711](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cfcc711))
+* **components:** create invite reviewer endpoints ([cd83ae9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cd83ae9))
+* **components:** create invite reviewer endpoints ([42d65cc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/42d65cc))
+* **components:** create invite reviewer endpoints ([442c191](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/442c191))
+* **components:** create invite reviewer endpoints ([ea8a42e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ea8a42e))
+* **components:** create invite reviewer endpoints ([19a48be](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/19a48be))
+* **components:** create invite reviewer endpoints ([74b1ebc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/74b1ebc))
+* **components:** create invite reviewer endpoints ([f8e53c7](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f8e53c7))
+* **components:** create invite reviewer endpoints ([4269fbe](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4269fbe))
+* **components:** create invite reviewer endpoints ([4c10e2a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4c10e2a))
+* **components:** create invite reviewer endpoints ([e3919ce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e3919ce))
+* **components:** create invite reviewer endpoints ([304ff02](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/304ff02))
+* **components:** create invite reviewer endpoints ([f7d7ec2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f7d7ec2))
+* **components:** create invite reviewer endpoints ([1b29a5c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1b29a5c))
+* **components:** create invite reviewer endpoints ([0e72b91](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0e72b91))
+* **components:** create invite reviewer endpoints ([c1d487f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c1d487f))
+* **components:** create invite reviewer endpoints ([df75c8f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/df75c8f))
+* **components:** create invite reviewer endpoints ([20d456b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/20d456b))
+* **components:** create invite reviewer endpoints ([f464beb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f464beb))
+* **components:** fix correct update of reviewer ([c1b734e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c1b734e))
+* **components:** fix correct update of reviewer ([2476402](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2476402))
+* **components:** fix correct update of reviewer ([5988b36](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5988b36))
+* **components:** fix correct update of reviewer ([dcd2f94](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/dcd2f94))
+* **components:** fix correct update of reviewer ([895bc73](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/895bc73))
+* **components:** fix correct update of reviewer ([d7553ef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d7553ef))
+* **components:** fix correct update of reviewer ([1b449ab](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1b449ab))
+* **components:** fix correct update of reviewer ([3d2d412](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3d2d412))
+* **components:** fix correct update of reviewer ([358a8f6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/358a8f6))
+* **components:** fix correct update of reviewer ([45b7375](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/45b7375))
+* **components:** fix correct update of reviewer ([11c44ae](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/11c44ae))
+* **components:** fix correct update of reviewer ([ec31850](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ec31850))
+* **components:** fix correct update of reviewer ([b22a250](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b22a250))
+* **components:** fix correct update of reviewer ([46fdc54](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/46fdc54))
+* **components:** fix correct update of reviewer ([6a423e4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6a423e4))
+* **components:** fix correct update of reviewer ([ee775be](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ee775be))
+* **components:** fix correct update of reviewer ([c030cce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c030cce))
+* **components:** fix correct update of reviewer ([30559e0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/30559e0))
+* **components:** fix correct update of reviewer ([acd3a2d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/acd3a2d))
+* **components:** fix correct update of reviewer ([b937db4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b937db4))
+* **components:** fix correct update of reviewer ([48a70a8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/48a70a8))
+* **components:** fix correct update of reviewer ([d5de1d0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d5de1d0))
+* **components:** fix correct update of reviewer ([b42550f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b42550f))
+* **components:** fix correct update of reviewer ([fe67780](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fe67780))
+* **components:** fix correct update of reviewer ([b4ac0ec](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b4ac0ec))
+* **components:** fix correct update of reviewer ([4a26556](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4a26556))
+* **components:** fix correct update of reviewer ([bc8ef13](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bc8ef13))
+* **components:** fix correct update of reviewer ([a30f25e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a30f25e))
+* **components:** fix correct update of reviewer ([fb692e9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb692e9))
+* **components:** fix correct update of reviewer ([be3ce7b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/be3ce7b))
+* **components:** fix correct update of reviewer ([b700d30](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b700d30))
+* **components:** fix correct update of reviewer ([4c9a7d9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4c9a7d9))
+* **components:** invitation email ([2c3e61d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2c3e61d))
+* **components:** invitation email ([b479847](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b479847))
+* **components:** invitation email ([77a0ae4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/77a0ae4))
+* **components:** invitation email ([f252b17](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f252b17))
+* **components:** invitation email ([1ca6d60](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1ca6d60))
+* **components:** invitation email ([e55a10a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e55a10a))
+* **components:** invitation email ([3aab5d1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3aab5d1))
+* **components:** invitation email ([ae51c4c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae51c4c))
+* **components:** invitation email ([f8bea7f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f8bea7f))
+* **components:** invitation email ([b27816d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b27816d))
+* **components:** invitation email ([74720ee](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/74720ee))
+* **components:** invitation email ([da5d78d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/da5d78d))
+* **components:** invitation email ([c2ef155](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c2ef155))
+* **components:** invitation email ([af6f384](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/af6f384))
+* **components:** invitation email ([c2ebb60](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c2ebb60))
+* **components:** invitation email ([f557112](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f557112))
+* **components:** invitation email ([8afcd9c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8afcd9c))
+* **components:** invitation email ([f6d93cf](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f6d93cf))
+* **components:** invitation email ([860f233](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/860f233))
+* **components:** invitation email ([087d151](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/087d151))
+* **components:** invitation email ([75d3ac1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/75d3ac1))
+* **components:** invitation email ([1e4bc4f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1e4bc4f))
+* **components:** invitation email ([5d4d10e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5d4d10e))
+* **components:** invitation email ([34d3054](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/34d3054))
+* **components:** invitation email ([3d6b89b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3d6b89b))
+* **components:** invitation email ([43a53a9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/43a53a9))
+* **components:** invitation email ([fbac60d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fbac60d))
+* **components:** invitation email ([d0d30af](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d0d30af))
+* **components:** invitation email ([0da74f6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0da74f6))
+* **components:** invitation email ([6ee4a13](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6ee4a13))
+* **components:** invitation email ([de5f871](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/de5f871))
+* **components:** invitation email ([b8c9d1d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b8c9d1d))
+* **components:** remove console ([ca53a45](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ca53a45))
+* **components:** remove console ([ddfb7bc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ddfb7bc))
+* **components:** remove console ([9653464](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9653464))
+* **components:** remove console ([ff1da0e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ff1da0e))
+* **components:** remove console ([36143dc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/36143dc))
+* **components:** remove console ([4701387](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4701387))
+* **components:** remove console ([69f0d81](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/69f0d81))
+* **components:** remove console ([f118e50](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f118e50))
+* **components:** remove console ([c3d6adb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c3d6adb))
+* **components:** remove console ([5fd5969](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5fd5969))
+* **components:** remove console ([ee993c6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ee993c6))
+* **components:** remove console ([32bcb22](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/32bcb22))
+* **components:** remove console ([4394268](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4394268))
+* **components:** remove console ([4b14588](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4b14588))
+* **components:** remove console ([ce03041](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ce03041))
+* **components:** remove console ([f639d2c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f639d2c))
+* **components:** remove console ([9413dcf](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9413dcf))
+* **components:** remove console ([cfde302](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cfde302))
+* **components:** remove console ([aaf36d2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/aaf36d2))
+* **components:** remove console ([29841d9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/29841d9))
+* **components:** remove console ([842e654](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/842e654))
+* **components:** remove console ([8eca1a1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8eca1a1))
+* **components:** remove console ([f3cf5a0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f3cf5a0))
+* **components:** remove console ([88c5b82](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/88c5b82))
+* **components:** remove console ([7517e78](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7517e78))
+* **components:** remove console ([050607f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/050607f))
+* **components:** remove console ([20093f8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/20093f8))
+* **components:** remove console ([ad079d5](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ad079d5))
+* **components:** remove console ([d0d32f4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d0d32f4))
+* **components:** remove console ([ec4c2cb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ec4c2cb))
+* **components:** remove console ([b04eb5d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b04eb5d))
+* **components:** remove console ([fb5e7c2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb5e7c2))
+* **components:** write test for api/make-invitation ([a8ba38e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a8ba38e))
+* **components:** write test for api/make-invitation ([c03f745](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c03f745))
+* **xpub-submit:** move GraphQL functionality into separate component ([cfb2a81](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cfb2a81))
+
+
+
+
+      <a name="5.2.0"></a>
 # [5.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@5.1.0...pubsweet-components@5.2.0) (2018-04-11)
 
 
@@ -21,7 +254,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
 
 
 
-  <a name="5.1.0"></a>
+<a name="5.1.0"></a>
 # [5.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@5.0.0...pubsweet-components@5.1.0) (2018-04-03)
 
 
diff --git a/packages/components/FormGroup/CHANGELOG.md b/packages/components/FormGroup/CHANGELOG.md
index 4daf4e6da65bd480ca5cc4a79d9068cf4270d2e7..5c08bcd41bdc034abdf408f4320070bf64efae02 100644
--- a/packages/components/FormGroup/CHANGELOG.md
+++ b/packages/components/FormGroup/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.1.9"></a>
+## [1.1.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.8...pubsweet-component-form-group@1.1.9) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-form-group
+
 <a name="1.1.8"></a>
 ## [1.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.7...pubsweet-component-form-group@1.1.8) (2018-04-11)
 
diff --git a/packages/components/FormGroup/package.json b/packages/components/FormGroup/package.json
index 77cb8a26a7f6c26d1f2a5b2eed5e7678c9e0dd31..f9cc5f124f484820fc8ebb219f2d0ede4add4300 100644
--- a/packages/components/FormGroup/package.json
+++ b/packages/components/FormGroup/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-form-group",
-  "version": "1.1.8",
+  "version": "1.1.9",
   "description": "Form component with validation support for PubSweet",
   "main": "index.js",
   "author": "Collaborative Knowledge Foundation",
@@ -8,7 +8,7 @@
   "dependencies": {
     "joi-browser": "^13.0.1",
     "prop-types": "^15.5.10",
-    "pubsweet-server": "^5.0.0"
+    "pubsweet-server": "^6.0.0"
   },
   "peerDependencies": {
     "pubsweet-client": ">=1.0.0",
diff --git a/packages/components/PasswordResetFrontend/CHANGELOG.md b/packages/components/PasswordResetFrontend/CHANGELOG.md
index 17372587c74da71aa339f5dd616093e7e6a9c443..fd7064245e9065c8fb69d18f983f172479a48fe3 100644
--- a/packages/components/PasswordResetFrontend/CHANGELOG.md
+++ b/packages/components/PasswordResetFrontend/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.0.12"></a>
+## [1.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@1.0.11...pubsweet-component-password-reset-frontend@1.0.12) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-password-reset-frontend
+
 <a name="1.0.11"></a>
 ## [1.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@1.0.10...pubsweet-component-password-reset-frontend@1.0.11) (2018-04-11)
 
diff --git a/packages/components/PasswordResetFrontend/package.json b/packages/components/PasswordResetFrontend/package.json
index 82bf78c93ac80642dbc51c0a25cba2fc53d2d56b..12896823cb3e4e7d62bad8790e748c2cf1313e69 100644
--- a/packages/components/PasswordResetFrontend/package.json
+++ b/packages/components/PasswordResetFrontend/package.json
@@ -1,12 +1,12 @@
 {
   "name": "pubsweet-component-password-reset-frontend",
-  "version": "1.0.11",
+  "version": "1.0.12",
   "description": "Password reset frontend component for PubSweet",
   "main": "index.js",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "prop-types": "^15.5.10",
     "query-string": "^5.0.0",
     "react-router": "^4.2.0",
diff --git a/packages/components/PostsManager/CHANGELOG.md b/packages/components/PostsManager/CHANGELOG.md
index 2afc2b65e16051f6d9a03d405ef69048f7745e63..c621e33bbc83680e4636c4c1f8c805bb69c2868d 100644
--- a/packages/components/PostsManager/CHANGELOG.md
+++ b/packages/components/PostsManager/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.0.13"></a>
+## [1.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.12...pubsweet-component-posts-manager@1.0.13) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-posts-manager
+
 <a name="1.0.12"></a>
 ## [1.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.11...pubsweet-component-posts-manager@1.0.12) (2018-04-11)
 
diff --git a/packages/components/PostsManager/package.json b/packages/components/PostsManager/package.json
index 2d06a9d784fa9274da0264372015164b4d12d58b..d518a04472db5b569394d96493692a78915b0d4b 100644
--- a/packages/components/PostsManager/package.json
+++ b/packages/components/PostsManager/package.json
@@ -1,14 +1,14 @@
 {
   "name": "pubsweet-component-posts-manager",
-  "version": "1.0.12",
+  "version": "1.0.13",
   "description": "Basic Posts manager component for PubSweet",
   "main": "index.js",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "prop-types": "^15.5.10",
-    "pubsweet-component-form-group": "^1.1.8",
+    "pubsweet-component-form-group": "^1.1.9",
     "react-redux": "^5.0.6",
     "react-router-dom": "^4.2.2",
     "redux": "^3.7.2"
diff --git a/packages/components/Signup/CHANGELOG.md b/packages/components/Signup/CHANGELOG.md
index cb739b709fb25066adc25169895a9bb2ea7688c9..706694a78808808a584b350ee197302fa6f57363 100644
--- a/packages/components/Signup/CHANGELOG.md
+++ b/packages/components/Signup/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.0.12"></a>
+## [1.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.11...pubsweet-component-signup@1.0.12) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-signup
+
 <a name="1.0.11"></a>
 ## [1.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.10...pubsweet-component-signup@1.0.11) (2018-04-11)
 
diff --git a/packages/components/Signup/package.json b/packages/components/Signup/package.json
index 796794573aabe7135bc91fe7b6334a398e58958e..7dbb9f69ca2e0ecb2c4309993a4453b7d4c83715 100644
--- a/packages/components/Signup/package.json
+++ b/packages/components/Signup/package.json
@@ -1,12 +1,12 @@
 {
   "name": "pubsweet-component-signup",
-  "version": "1.0.11",
+  "version": "1.0.12",
   "description": "Basic signup form component for PubSweet",
   "main": "index.js",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "prop-types": "^15.5.10",
     "react-bootstrap": "^0.32.0",
     "react-redux": "^5.0.6",
diff --git a/packages/components/TeamsManager/CHANGELOG.md b/packages/components/TeamsManager/CHANGELOG.md
index dc88ed74ec7d8a7e8ba789983e85b64a59a1c1a6..4aca90f9a5fff7a15c3a1cdd1ba0d9442ff3549e 100644
--- a/packages/components/TeamsManager/CHANGELOG.md
+++ b/packages/components/TeamsManager/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.1.3"></a>
+## [1.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.2...pubsweet-component-teams-manager@1.1.3) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-teams-manager
+
 <a name="1.1.2"></a>
 ## [1.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.1...pubsweet-component-teams-manager@1.1.2) (2018-04-11)
 
diff --git a/packages/components/TeamsManager/package.json b/packages/components/TeamsManager/package.json
index 210f5e42f9fec2c25b43bd587c76384afdefd371..d277ea31cb4b44ae3eae7062a4060879b2215e70 100644
--- a/packages/components/TeamsManager/package.json
+++ b/packages/components/TeamsManager/package.json
@@ -1,12 +1,12 @@
 {
   "name": "pubsweet-component-teams-manager",
-  "version": "1.1.2",
+  "version": "1.1.3",
   "description": "Basic teams manager component for PubSweet",
   "main": "src/index.js",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "prop-types": "^15.5.10",
     "react-dom": "^16.2.0",
     "react-redux": "^5.0.6",
diff --git a/packages/components/package.json b/packages/components/package.json
index 7b931ce33c50c2c0b5df759c13a1fba779621dd4..0bfa70cbe0a40f647c252f62aa26946b5e0085a3 100644
--- a/packages/components/package.json
+++ b/packages/components/package.json
@@ -1,13 +1,13 @@
 {
   "name": "pubsweet-components",
-  "version": "5.2.0",
+  "version": "5.3.0",
   "private": true,
   "scripts": {
     "test": "jest --coverage"
   },
   "devDependencies": {
     "@pubsweet/logger": "^0.2.1",
-    "@pubsweet/styleguide": "^1.2.3",
+    "@pubsweet/styleguide": "^1.2.4",
     "babel-cli": "^6.26.0",
     "babel-eslint": "^8.0.3",
     "babel-loader": "^7.1.2",
@@ -26,9 +26,9 @@
     "joi-browser": "^13.0.1",
     "lerna": "^2.5.1",
     "node-sass": "^4.5.3",
-    "pubsweet": "^2.1.8",
-    "pubsweet-client": "^2.4.0",
-    "pubsweet-server": "^5.0.0",
+    "pubsweet": "^2.2.0",
+    "pubsweet-client": "^2.4.1",
+    "pubsweet-server": "^6.0.0",
     "pubsweet-theme-plugin": "^0.0.3",
     "react": "^16.2.0",
     "react-dom": "^16.2.0",
diff --git a/packages/components/xpub-connect/CHANGELOG.md b/packages/components/xpub-connect/CHANGELOG.md
index 2339ea2be115a7f3bfce39f71ad27b5e2f5db9cb..5731997ce9269b132379970004e41426a887f5fe 100644
--- a/packages/components/xpub-connect/CHANGELOG.md
+++ b/packages/components/xpub-connect/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.0.11"></a>
+## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-connect@0.0.10...xpub-connect@0.0.11) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package xpub-connect
+
 <a name="0.0.10"></a>
 ## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-connect@0.0.9...xpub-connect@0.0.10) (2018-04-11)
 
diff --git a/packages/components/xpub-connect/package.json b/packages/components/xpub-connect/package.json
index d6c338eb9f9477502a69ffab8f0994d211bec247..f1499e93142e7e6b67c25a7564f523d1e0188536 100644
--- a/packages/components/xpub-connect/package.json
+++ b/packages/components/xpub-connect/package.json
@@ -1,6 +1,6 @@
 {
   "name": "xpub-connect",
-  "version": "0.0.10",
+  "version": "0.0.11",
   "main": "src",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
@@ -9,7 +9,7 @@
     "dist"
   ],
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "react-redux": "^5.0.2",
     "react-router-dom": "^4.2.2",
     "recompose": "^0.26.0",
diff --git a/packages/components/xpub-dashboard/CHANGELOG.md b/packages/components/xpub-dashboard/CHANGELOG.md
index 612515499fc99c37141883574727562e9a619966..35a16b8ad6982aa487bf720141051349c0cdfe7d 100644
--- a/packages/components/xpub-dashboard/CHANGELOG.md
+++ b/packages/components/xpub-dashboard/CHANGELOG.md
@@ -3,6 +3,23 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.2.1"></a>
+## [0.2.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@0.2.0...pubsweet-component-xpub-dashboard@0.2.1) (2018-04-24)
+
+
+### Bug Fixes
+
+* **components:** add file streamlined data ([9dd6797](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9dd6797))
+* **components:** add metadata StreamLined ([29a1fcd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/29a1fcd))
+* **components:** add subinfo to upload ([446fc16](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/446fc16))
+* **components:** change order ([2020d49](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2020d49))
+* **components:** change text to create submission button ([d3b6385](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d3b6385))
+* **components:** statuses changed for revision ([3bc09dc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3bc09dc))
+* **dashboard:** change stremlined metadata label ([992cc4f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/992cc4f))
+
+
+
+
 <a name="0.2.0"></a>
 # [0.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@0.1.3...pubsweet-component-xpub-dashboard@0.2.0) (2018-04-11)
 
diff --git a/packages/components/xpub-dashboard/package.json b/packages/components/xpub-dashboard/package.json
index c5dd05a310fa5c9a6a86ab9f758aa83e9fb9eaf0..7ee03ccd108f40c5817348901481557f7260968f 100644
--- a/packages/components/xpub-dashboard/package.json
+++ b/packages/components/xpub-dashboard/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-xpub-dashboard",
-  "version": "0.2.0",
+  "version": "0.2.1",
   "main": "src",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
@@ -9,7 +9,7 @@
     "dist"
   ],
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "classnames": "^2.2.5",
     "lodash": "^4.17.4",
     "prop-types": "^15.5.10",
@@ -20,10 +20,10 @@
     "react-router-dom": "^4.2.2",
     "recompose": "^0.26.0",
     "styled-components": "^3.2.5",
-    "xpub-connect": "^0.0.10",
+    "xpub-connect": "^0.0.11",
     "xpub-journal": "^0.0.6",
     "xpub-selectors": "^0.0.5",
-    "xpub-upload": "^0.0.6"
+    "xpub-upload": "^0.0.7"
   },
   "devDependencies": {
     "babel-core": "^6.26.0",
@@ -46,7 +46,7 @@
     "style-loader": "^0.19.0",
     "webpack": "^3.8.1",
     "webpack-node-externals": "^1.6.0",
-    "xpub-styleguide": "^0.0.10"
+    "xpub-styleguide": "^0.0.11"
   },
   "peerDependencies": {
     "pubsweet-client": ">=1.0.0",
diff --git a/packages/components/xpub-edit/CHANGELOG.md b/packages/components/xpub-edit/CHANGELOG.md
index 66662c29cf07fe60195460ae16969b906b25603b..8c6d6f362945f7db74fc0e95e3261c42de200fce 100644
--- a/packages/components/xpub-edit/CHANGELOG.md
+++ b/packages/components/xpub-edit/CHANGELOG.md
@@ -3,6 +3,18 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.0.11"></a>
+## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-edit@0.0.10...xpub-edit@0.0.11) (2018-04-24)
+
+
+### Bug Fixes
+
+* **components:** change placeholder ([d80a41a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d80a41a))
+* **components:** structure title under Toolbar ([3e7b76b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3e7b76b))
+
+
+
+
 <a name="0.0.10"></a>
 ## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-edit@0.0.9...xpub-edit@0.0.10) (2018-04-11)
 
diff --git a/packages/components/xpub-edit/package.json b/packages/components/xpub-edit/package.json
index 0e9a3968dadee0d8a0e72bf93ccdb5715fdca1c7..88156b2967565f70522c93097d855b994f62069e 100644
--- a/packages/components/xpub-edit/package.json
+++ b/packages/components/xpub-edit/package.json
@@ -1,13 +1,13 @@
 {
   "name": "xpub-edit",
-  "version": "0.0.10",
+  "version": "0.0.11",
   "files": [
     "dist",
     "src"
   ],
   "main": "src",
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "prosemirror-commands": "^1.0.1",
     "prosemirror-dropcursor": "^1.0.0",
     "prosemirror-gapcursor": "^1.0.0",
@@ -33,7 +33,7 @@
     "style-loader": "^0.19.0",
     "webpack": "^3.8.1",
     "webpack-node-externals": "^1.6.0",
-    "xpub-styleguide": "^0.0.10"
+    "xpub-styleguide": "^0.0.11"
   },
   "peerDependencies": {
     "react": ">=16"
diff --git a/packages/components/xpub-find-reviewers/CHANGELOG.md b/packages/components/xpub-find-reviewers/CHANGELOG.md
index a0c43fef10be34087bec21f7c7367199bcc3df48..13130c61eecbe3621a01133f4d817e3f2b78244d 100644
--- a/packages/components/xpub-find-reviewers/CHANGELOG.md
+++ b/packages/components/xpub-find-reviewers/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.0.11"></a>
+## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-find-reviewers@0.0.10...pubsweet-component-xpub-find-reviewers@0.0.11) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-xpub-find-reviewers
+
 <a name="0.0.10"></a>
 ## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-find-reviewers@0.0.9...pubsweet-component-xpub-find-reviewers@0.0.10) (2018-04-11)
 
diff --git a/packages/components/xpub-find-reviewers/package.json b/packages/components/xpub-find-reviewers/package.json
index 59bc037b43e09c720655933409df88e6c81b842a..8bcb3adaf4b70ab11641c2288779c7c232a26f9d 100644
--- a/packages/components/xpub-find-reviewers/package.json
+++ b/packages/components/xpub-find-reviewers/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-xpub-find-reviewers",
-  "version": "0.0.10",
+  "version": "0.0.11",
   "main": "src",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
@@ -28,7 +28,7 @@
     "style-loader": "^0.19.0",
     "webpack": "^3.8.1",
     "webpack-node-externals": "^1.6.0",
-    "xpub-styleguide": "^0.0.10"
+    "xpub-styleguide": "^0.0.11"
   },
   "peerDependencies": {
     "react": ">=16",
diff --git a/packages/components/xpub-manuscript/CHANGELOG.md b/packages/components/xpub-manuscript/CHANGELOG.md
index c7d1162261b498f9a91b643d85ccaca57d5ccbc0..b6313b15d64517eb34c80d2b37389f9fb513b8ca 100644
--- a/packages/components/xpub-manuscript/CHANGELOG.md
+++ b/packages/components/xpub-manuscript/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.0.12"></a>
+## [0.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.0.11...pubsweet-component-xpub-manuscript@0.0.12) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package pubsweet-component-xpub-manuscript
+
 <a name="0.0.11"></a>
 ## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.0.10...pubsweet-component-xpub-manuscript@0.0.11) (2018-04-11)
 
diff --git a/packages/components/xpub-manuscript/package.json b/packages/components/xpub-manuscript/package.json
index 443885dbbf718ffc4b7093605708c565871ede62..a7a9565c6cfc015aeabfdcada87d6d692bf34d53 100644
--- a/packages/components/xpub-manuscript/package.json
+++ b/packages/components/xpub-manuscript/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-xpub-manuscript",
-  "version": "0.0.11",
+  "version": "0.0.12",
   "files": [
     "src",
     "dist"
@@ -10,7 +10,7 @@
     "prop-types": "^15.5.10",
     "recompose": "^0.26.0",
     "wax-editor-react": "^0.1.10",
-    "xpub-connect": "^0.0.10",
+    "xpub-connect": "^0.0.11",
     "xpub-selectors": "^0.0.5"
   },
   "peerDependencies": {
@@ -30,7 +30,7 @@
     "file-loader": "^1.1.5",
     "node-sass": "^4.5.3",
     "prop-types": "^15.5.10",
-    "pubsweet-client": "^2.4.0",
+    "pubsweet-client": "^2.4.1",
     "react": "^16.2.0",
     "react-dom": "^16.2.0",
     "react-redux": "^5.0.2",
@@ -42,7 +42,7 @@
     "style-loader": "^0.19.0",
     "webpack": "^3.8.1",
     "webpack-node-externals": "^1.6.0",
-    "xpub-styleguide": "^0.0.10"
+    "xpub-styleguide": "^0.0.11"
   },
   "scripts": {
     "styleguide": "styleguidist server",
diff --git a/packages/components/xpub-review-server/CHANGELOG.md b/packages/components/xpub-review-server/CHANGELOG.md
index 317453bb9a2723fa9a6dd24ceed781403289a11d..a4a4d38828ea37611dfea13cee1b0eab6579d010 100644
--- a/packages/components/xpub-review-server/CHANGELOG.md
+++ b/packages/components/xpub-review-server/CHANGELOG.md
@@ -3,6 +3,32 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.2.0"></a>
+# [0.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review-backend@0.1.5...pubsweet-component-xpub-review-backend@0.2.0) (2018-04-24)
+
+
+### Bug Fixes
+
+* **components:** fix review backend test ([874b6a3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/874b6a3))
+* **components:** fix test backend authbear ([7c16970](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c16970))
+* **components:** fix test backend authbear ([25c0623](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/25c0623))
+* **components:** passport through route ([593eeda](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/593eeda))
+
+
+### Features
+
+* **component:** add make invitation request ([947c846](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/947c846))
+* **component:** add make invitation request ([bda7d95](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bda7d95))
+* **components:** add API endpoint invitation ([ae7d9aa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae7d9aa))
+* **components:** add API endpoint invitation ([abdf121](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/abdf121))
+* **components:** create invite reviewer endpoints ([20d456b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/20d456b))
+* **components:** create invite reviewer endpoints ([fc6cad4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fc6cad4))
+* **components:** write test for api/make-invitation ([c03f745](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c03f745))
+* **components:** write test for api/make-invitation ([a8ba38e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a8ba38e))
+
+
+
+
 <a name="0.1.5"></a>
 ## [0.1.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review-backend@0.1.4...pubsweet-component-xpub-review-backend@0.1.5) (2018-04-03)
 
diff --git a/packages/components/xpub-review-server/package.json b/packages/components/xpub-review-server/package.json
index 383edd1832ae6fae3f02f07d738eac6ce181fb24..1771f74b2e963df54ab37f1aaaab5a0bb711c91e 100644
--- a/packages/components/xpub-review-server/package.json
+++ b/packages/components/xpub-review-server/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-xpub-review-backend",
-  "version": "0.1.5",
+  "version": "0.2.0",
   "main": "src",
   "keywords": [],
   "author": "Collaborative Knowledge Foundation",
diff --git a/packages/components/xpub-review/CHANGELOG.md b/packages/components/xpub-review/CHANGELOG.md
index 7f62e15e5afd28e69b69c2aa54778ec9406c78f8..d160b796fdcbb876ec3d50fe3ea24b795a2d45dd 100644
--- a/packages/components/xpub-review/CHANGELOG.md
+++ b/packages/components/xpub-review/CHANGELOG.md
@@ -3,6 +3,157 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.2.0"></a>
+# [0.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@0.1.4...pubsweet-component-xpub-review@0.2.0) (2018-04-24)
+
+
+### Bug Fixes
+
+* **compoenents:** fix cases of empty objects in metadata ([7a5bfbc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7a5bfbc))
+* **components:** change placeholder ([d80a41a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d80a41a))
+* **components:** change text input fields ([775a961](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/775a961))
+* **components:** change value to files at upload components ([aa2b45e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/aa2b45e))
+* **components:** fix file name problem ([73f33c9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/73f33c9))
+* **components:** passport through route ([fdf9dce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fdf9dce))
+* **components:** passport through route ([593eeda](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/593eeda))
+* **components:** remove tables - add list of metadata ([b9d57cd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b9d57cd))
+
+
+### Features
+
+* **component:** add make invitation request ([659eb64](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/659eb64))
+* **component:** add make invitation request ([44f1574](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/44f1574))
+* **component:** add make invitation request ([7245d35](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7245d35))
+* **component:** add make invitation request ([bda7d95](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bda7d95))
+* **component:** add make invitation request ([b049aa3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b049aa3))
+* **component:** add make invitation request ([36faf21](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/36faf21))
+* **component:** add make invitation request ([5a9b393](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5a9b393))
+* **component:** add make invitation request ([ff3f8fb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ff3f8fb))
+* **component:** add make invitation request ([335d0f0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/335d0f0))
+* **component:** add make invitation request ([d070bb1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d070bb1))
+* **component:** add make invitation request ([f9cae33](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f9cae33))
+* **component:** add make invitation request ([947c846](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/947c846))
+* **component:** add make invitation request ([38e5728](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/38e5728))
+* **component:** add make invitation request ([430e9e2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/430e9e2))
+* **component:** add make invitation request ([30193b3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/30193b3))
+* **component:** add make invitation request ([721bbaf](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/721bbaf))
+* **component:** add make invitation request ([c4317bb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c4317bb))
+* **component:** add make invitation request ([ae785b9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae785b9))
+* **component:** add make invitation request ([9d0ad57](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9d0ad57))
+* **component:** add make invitation request ([1412d87](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1412d87))
+* **component:** add make invitation request ([1911bab](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1911bab))
+* **component:** add make invitation request ([6f27a3e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6f27a3e))
+* **component:** add make invitation request ([3817c8a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3817c8a))
+* **component:** add make invitation request ([61a1f0b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/61a1f0b))
+* **component:** add make invitation request ([4820e45](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4820e45))
+* **component:** add make invitation request ([27e2984](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/27e2984))
+* **component:** add make invitation request ([9e00e11](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9e00e11))
+* **component:** add make invitation request ([3d13943](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3d13943))
+* **component:** add make invitation request ([9d731d3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9d731d3))
+* **component:** add make invitation request ([251381c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/251381c))
+* **component:** add make invitation request ([dcd1f46](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/dcd1f46))
+* **component:** add make invitation request ([20628a4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/20628a4))
+* **components:** add API endpoint invitation ([4739b84](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4739b84))
+* **components:** add API endpoint invitation ([9276ef9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9276ef9))
+* **components:** add API endpoint invitation ([24810b8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/24810b8))
+* **components:** add API endpoint invitation ([16bf6a1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/16bf6a1))
+* **components:** add API endpoint invitation ([d19bf84](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d19bf84))
+* **components:** add API endpoint invitation ([ee82d6b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ee82d6b))
+* **components:** add API endpoint invitation ([17d9532](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/17d9532))
+* **components:** add API endpoint invitation ([009b693](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/009b693))
+* **components:** add API endpoint invitation ([e50383f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e50383f))
+* **components:** add API endpoint invitation ([19932d7](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/19932d7))
+* **components:** add API endpoint invitation ([fc40c17](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fc40c17))
+* **components:** add API endpoint invitation ([3c5cbea](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3c5cbea))
+* **components:** add API endpoint invitation ([d21afe6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d21afe6))
+* **components:** add API endpoint invitation ([d06ae4b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d06ae4b))
+* **components:** add API endpoint invitation ([2703f3e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2703f3e))
+* **components:** add API endpoint invitation ([d6bb84a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d6bb84a))
+* **components:** add API endpoint invitation ([24ee6ca](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/24ee6ca))
+* **components:** add API endpoint invitation ([f963b76](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f963b76))
+* **components:** add API endpoint invitation ([48e8e12](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/48e8e12))
+* **components:** add API endpoint invitation ([ae7d9aa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae7d9aa))
+* **components:** add API endpoint invitation ([c6d0d94](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c6d0d94))
+* **components:** add API endpoint invitation ([db805c4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/db805c4))
+* **components:** add API endpoint invitation ([d897187](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d897187))
+* **components:** add API endpoint invitation ([daff65a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/daff65a))
+* **components:** add API endpoint invitation ([9e9b4ce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9e9b4ce))
+* **components:** add API endpoint invitation ([0ca4cfa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0ca4cfa))
+* **components:** add API endpoint invitation ([8de6954](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8de6954))
+* **components:** add API endpoint invitation ([abdf121](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/abdf121))
+* **components:** add API endpoint invitation ([a781136](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a781136))
+* **components:** add API endpoint invitation ([10fb6e2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/10fb6e2))
+* **components:** add API endpoint invitation ([3fcc322](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3fcc322))
+* **components:** add API endpoint invitation ([98d568e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/98d568e))
+* **components:** create invite reviewer endpoints ([fc6cad4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fc6cad4))
+* **components:** fix correct update of reviewer ([6a423e4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6a423e4))
+* **components:** fix correct update of reviewer ([4a26556](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4a26556))
+* **components:** fix correct update of reviewer ([4c9a7d9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4c9a7d9))
+* **components:** fix correct update of reviewer ([5988b36](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5988b36))
+* **components:** fix correct update of reviewer ([b937db4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b937db4))
+* **components:** fix correct update of reviewer ([48a70a8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/48a70a8))
+* **components:** fix correct update of reviewer ([b22a250](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b22a250))
+* **components:** fix correct update of reviewer ([c030cce](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c030cce))
+* **components:** fix correct update of reviewer ([b4ac0ec](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b4ac0ec))
+* **components:** fix correct update of reviewer ([d7553ef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d7553ef))
+* **components:** fix correct update of reviewer ([a30f25e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a30f25e))
+* **components:** fix correct update of reviewer ([c1b734e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c1b734e))
+* **components:** fix correct update of reviewer ([ec31850](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ec31850))
+* **components:** fix correct update of reviewer ([fe67780](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fe67780))
+* **components:** fix correct update of reviewer ([acd3a2d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/acd3a2d))
+* **components:** fix correct update of reviewer ([dcd2f94](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/dcd2f94))
+* **components:** fix correct update of reviewer ([ee775be](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ee775be))
+* **components:** fix correct update of reviewer ([bc8ef13](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bc8ef13))
+* **components:** fix correct update of reviewer ([45b7375](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/45b7375))
+* **components:** fix correct update of reviewer ([1b449ab](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1b449ab))
+* **components:** fix correct update of reviewer ([be3ce7b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/be3ce7b))
+* **components:** fix correct update of reviewer ([b700d30](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b700d30))
+* **components:** fix correct update of reviewer ([30559e0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/30559e0))
+* **components:** fix correct update of reviewer ([358a8f6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/358a8f6))
+* **components:** fix correct update of reviewer ([3d2d412](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3d2d412))
+* **components:** fix correct update of reviewer ([d5de1d0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d5de1d0))
+* **components:** fix correct update of reviewer ([fb692e9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb692e9))
+* **components:** fix correct update of reviewer ([11c44ae](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/11c44ae))
+* **components:** fix correct update of reviewer ([46fdc54](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/46fdc54))
+* **components:** fix correct update of reviewer ([b42550f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b42550f))
+* **components:** fix correct update of reviewer ([2476402](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2476402))
+* **components:** fix correct update of reviewer ([895bc73](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/895bc73))
+* **components:** invitation email ([da5d78d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/da5d78d))
+* **components:** invitation email ([b479847](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b479847))
+* **components:** invitation email ([f6d93cf](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f6d93cf))
+* **components:** invitation email ([6ee4a13](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6ee4a13))
+* **components:** invitation email ([2c3e61d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2c3e61d))
+* **components:** invitation email ([b27816d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b27816d))
+* **components:** invitation email ([af6f384](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/af6f384))
+* **components:** invitation email ([1ca6d60](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1ca6d60))
+* **components:** invitation email ([e55a10a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e55a10a))
+* **components:** invitation email ([de5f871](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/de5f871))
+* **components:** invitation email ([087d151](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/087d151))
+* **components:** invitation email ([43a53a9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/43a53a9))
+* **components:** invitation email ([74720ee](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/74720ee))
+* **components:** invitation email ([f252b17](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f252b17))
+* **components:** invitation email ([ae51c4c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ae51c4c))
+* **components:** invitation email ([1e4bc4f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1e4bc4f))
+* **components:** invitation email ([f557112](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f557112))
+* **components:** invitation email ([34d3054](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/34d3054))
+* **components:** invitation email ([d0d30af](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d0d30af))
+* **components:** invitation email ([77a0ae4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/77a0ae4))
+* **components:** invitation email ([75d3ac1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/75d3ac1))
+* **components:** invitation email ([3aab5d1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3aab5d1))
+* **components:** invitation email ([f8bea7f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f8bea7f))
+* **components:** invitation email ([c2ef155](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c2ef155))
+* **components:** invitation email ([fbac60d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fbac60d))
+* **components:** invitation email ([8afcd9c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8afcd9c))
+* **components:** invitation email ([860f233](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/860f233))
+* **components:** invitation email ([5d4d10e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5d4d10e))
+* **components:** invitation email ([b8c9d1d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b8c9d1d))
+* **components:** invitation email ([3d6b89b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3d6b89b))
+* **components:** invitation email ([0da74f6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0da74f6))
+* **components:** invitation email ([c2ebb60](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c2ebb60))
+
+
+
+
 <a name="0.1.4"></a>
 ## [0.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@0.1.3...pubsweet-component-xpub-review@0.1.4) (2018-04-11)
 
diff --git a/packages/components/xpub-review/package.json b/packages/components/xpub-review/package.json
index c51fa7add7cf6423e90644ab65006bb78524643b..493fcff167ce11eb137bfbdf092de3b7354cc537 100644
--- a/packages/components/xpub-review/package.json
+++ b/packages/components/xpub-review/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-xpub-review",
-  "version": "0.1.4",
+  "version": "0.2.0",
   "main": "src",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
@@ -9,7 +9,7 @@
     "dist"
   ],
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "classnames": "^2.2.5",
     "lodash": "^4.17.4",
     "moment": "^2.18.1",
@@ -22,11 +22,11 @@
     "styled-components": "^3.2.5",
     "uuid": "^3.1.0",
     "wax-editor-react": "^0.1.8",
-    "xpub-connect": "^0.0.10",
-    "xpub-edit": "^0.0.10",
+    "xpub-connect": "^0.0.11",
+    "xpub-edit": "^0.0.11",
     "xpub-journal": "^0.0.6",
     "xpub-selectors": "^0.0.5",
-    "xpub-upload": "^0.0.6",
+    "xpub-upload": "^0.0.7",
     "xpub-validators": "^0.0.5"
   },
   "devDependencies": {
@@ -44,7 +44,7 @@
     "style-loader": "^0.19.0",
     "webpack": "^3.8.1",
     "webpack-node-externals": "^1.6.0",
-    "xpub-styleguide": "^0.0.10"
+    "xpub-styleguide": "^0.0.11"
   },
   "peerDependencies": {
     "pubsweet-client": ">=2.1.0",
diff --git a/packages/components/xpub-styleguide/CHANGELOG.md b/packages/components/xpub-styleguide/CHANGELOG.md
index fde2381ad5e82517038346ac0cee7faf19ede9e7..193fd3457fa68eb9a1a1d00516853ffbac26cf42 100644
--- a/packages/components/xpub-styleguide/CHANGELOG.md
+++ b/packages/components/xpub-styleguide/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.0.11"></a>
+## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-styleguide@0.0.10...xpub-styleguide@0.0.11) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package xpub-styleguide
+
 <a name="0.0.10"></a>
 ## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-styleguide@0.0.9...xpub-styleguide@0.0.10) (2018-04-11)
 
diff --git a/packages/components/xpub-styleguide/package.json b/packages/components/xpub-styleguide/package.json
index 512884f1fecfb0b439486aa38a1d23d0c5415b3d..17c0f381c5484ca1701f415aa4c0efa149bf4d80 100644
--- a/packages/components/xpub-styleguide/package.json
+++ b/packages/components/xpub-styleguide/package.json
@@ -1,13 +1,13 @@
 {
   "name": "xpub-styleguide",
-  "version": "0.0.10",
+  "version": "0.0.11",
   "files": [
     "src",
     "dist"
   ],
   "main": "src",
   "dependencies": {
-    "@pubsweet/styleguide": "^1.2.3",
+    "@pubsweet/styleguide": "^1.2.4",
     "react-redux": "^5.0.2",
     "react-router-dom": "^4.2.2",
     "recompose": "^0.26.0",
diff --git a/packages/components/xpub-submit/CHANGELOG.md b/packages/components/xpub-submit/CHANGELOG.md
index 641e4152488593820403263e4166a00114b1c74d..a73438cc4a4efd20a443a6a9cbbc3a614f8a8720 100644
--- a/packages/components/xpub-submit/CHANGELOG.md
+++ b/packages/components/xpub-submit/CHANGELOG.md
@@ -3,6 +3,25 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.1.0"></a>
+# [0.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@0.0.10...pubsweet-component-xpub-submit@0.1.0) (2018-04-24)
+
+
+### Bug Fixes
+
+* **compoenents:** fix cases of empty objects in metadata ([7a5bfbc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7a5bfbc))
+* **component:** put striphtml function back to place ([2a69dca](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2a69dca))
+* **components:** change value to files at upload components ([aa2b45e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/aa2b45e))
+* **xpub-submit:** use no-redux version of uploadFile ([cc904a3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cc904a3))
+
+
+### Features
+
+* **xpub-submit:** move GraphQL functionality into separate component ([cfb2a81](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cfb2a81))
+
+
+
+
 <a name="0.0.10"></a>
 ## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@0.0.9...pubsweet-component-xpub-submit@0.0.10) (2018-04-11)
 
diff --git a/packages/components/xpub-submit/package.json b/packages/components/xpub-submit/package.json
index 912a77f195f7d82cc8e42c63c93ac777b70f92fc..1c963cb51772818f3f9d4d80e3b92e2177b14cc3 100644
--- a/packages/components/xpub-submit/package.json
+++ b/packages/components/xpub-submit/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-component-xpub-submit",
-  "version": "0.0.10",
+  "version": "0.1.0",
   "main": "src",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
@@ -9,7 +9,7 @@
     "dist"
   ],
   "dependencies": {
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "apollo-client-preset": "^1.0.8",
     "lodash": "^4.17.4",
     "prop-types": "^15.5.10",
@@ -20,11 +20,11 @@
     "redux-form": "^7.0.3",
     "striptags": "^3.1.0",
     "styled-components": "^3.2.5",
-    "xpub-connect": "^0.0.10",
-    "xpub-edit": "^0.0.10",
+    "xpub-connect": "^0.0.11",
+    "xpub-edit": "^0.0.11",
     "xpub-journal": "^0.0.6",
     "xpub-selectors": "^0.0.5",
-    "xpub-upload": "^0.0.6",
+    "xpub-upload": "^0.0.7",
     "xpub-validators": "^0.0.5"
   },
   "devDependencies": {
@@ -39,7 +39,7 @@
     "react-styleguidist": "^6.2.5",
     "webpack": "^3.8.1",
     "webpack-node-externals": "^1.6.0",
-    "xpub-styleguide": "^0.0.10"
+    "xpub-styleguide": "^0.0.11"
   },
   "peerDependencies": {
     "pubsweet-client": ">=2.1.0",
diff --git a/packages/components/xpub-upload/CHANGELOG.md b/packages/components/xpub-upload/CHANGELOG.md
index a09411d6b7e9def06a2f577bb4c1e0162ef18a8d..6069351bd66390e1a423adcbbf5494841aff8779 100644
--- a/packages/components/xpub-upload/CHANGELOG.md
+++ b/packages/components/xpub-upload/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="0.0.7"></a>
+## [0.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-upload@0.0.6...xpub-upload@0.0.7) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package xpub-upload
+
 <a name="0.0.6"></a>
 ## [0.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-upload@0.0.5...xpub-upload@0.0.6) (2018-04-03)
 
diff --git a/packages/components/xpub-upload/package.json b/packages/components/xpub-upload/package.json
index bc7162ad56b9ec3fcfe1b987718ba00003d67cc7..10743921441fc025102df26539e18f403dac31ae 100644
--- a/packages/components/xpub-upload/package.json
+++ b/packages/components/xpub-upload/package.json
@@ -1,6 +1,6 @@
 {
   "name": "xpub-upload",
-  "version": "0.0.6",
+  "version": "0.0.7",
   "main": "src",
   "author": "Collaborative Knowledge Foundation",
   "license": "MIT",
diff --git a/packages/db-manager/CHANGELOG.md b/packages/db-manager/CHANGELOG.md
index c101d6d2acfc65ea772150d1d7c753e0d2e701da..fad1400a1d189d7e511dc32167cdcb3672e046ab 100644
--- a/packages/db-manager/CHANGELOG.md
+++ b/packages/db-manager/CHANGELOG.md
@@ -3,7 +3,15 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
-      <a name="1.0.8"></a>
+  <a name="1.0.9"></a>
+## [1.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@1.0.8...@pubsweet/db-manager@1.0.9) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package @pubsweet/db-manager
+
+  <a name="1.0.8"></a>
 ## [1.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@1.0.7...@pubsweet/db-manager@1.0.8) (2018-04-11)
 
 
@@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
 
 **Note:** Version bump only for package @pubsweet/db-manager
 
-      <a name="1.0.7"></a>
+<a name="1.0.7"></a>
 ## [1.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@1.0.6...@pubsweet/db-manager@1.0.7) (2018-04-03)
 
 
diff --git a/packages/db-manager/package.json b/packages/db-manager/package.json
index c2de8c12d7122c5a58ea738ec5d16a531e63eec6..cb40d5b229467ef544b422f53220a78dbdf3065e 100644
--- a/packages/db-manager/package.json
+++ b/packages/db-manager/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pubsweet/db-manager",
-  "version": "1.0.8",
+  "version": "1.0.9",
   "description": "Provides database management utilities to Pubsweet apps.",
   "main": "src/index.js",
   "scripts": {
@@ -44,6 +44,6 @@
     "isomorphic-fetch": "^2.2.1",
     "joi": "^13.1.0",
     "pg": "^7.4.1",
-    "pubsweet-server": "^5.0.0"
+    "pubsweet-server": "^6.0.0"
   }
 }
diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md
index 276225fab1070c6bbc1c811430b62af8cc0d5907..1761cae5f3f1c3b1da426e7be43cd0e484f9cbe0 100644
--- a/packages/server/CHANGELOG.md
+++ b/packages/server/CHANGELOG.md
@@ -3,7 +3,29 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
-      <a name="5.0.0"></a>
+  <a name="6.0.0"></a>
+# [6.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@5.0.0...pubsweet-server@6.0.0) (2018-04-24)
+
+
+### Bug Fixes
+
+* **server:** correct 'updated' property to 'update' ([18a6b35](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/18a6b35)), closes [#385](https://gitlab.coko.foundation/pubsweet/pubsweet/issues/385)
+
+
+### Features
+
+* **server:** implement authorization-based filtering of SSE ([a1b5cd3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a1b5cd3))
+* **server:** simplify currentUser query response ([6432b58](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6432b58))
+
+
+### BREAKING CHANGES
+
+* **server:** remove `token` from `currentUser` query response since it must have been provided in the request.
+
+
+
+
+  <a name="5.0.0"></a>
 # [5.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@4.0.0...pubsweet-server@5.0.0) (2018-04-11)
 
 
@@ -23,7 +45,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
 
 
 
-      <a name="4.0.0"></a>
+<a name="4.0.0"></a>
 # [4.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@3.0.0...pubsweet-server@4.0.0) (2018-04-03)
 
 
diff --git a/packages/server/package.json b/packages/server/package.json
index fd9a3de6e51f14753bac6635b8ac96b1c568f17f..b2d4867854fcf1ccb0b918b19f420d2c09155d33 100644
--- a/packages/server/package.json
+++ b/packages/server/package.json
@@ -1,6 +1,6 @@
 {
   "name": "pubsweet-server",
-  "version": "5.0.0",
+  "version": "6.0.0",
   "scripts": {
     "test": "jest",
     "vuln-test": "nsp check"
@@ -41,7 +41,7 @@
     "pg": "^7.4.1",
     "promise-queue": "^2.2.3",
     "prompt": "^1.0.0",
-    "pubsweet-sse": "^0.1.5",
+    "pubsweet-sse": "^1.0.0",
     "require-relative": "^0.8.7",
     "uuid": "^3.0.1",
     "winston": "^2.2.0"
diff --git a/packages/sse/CHANGELOG.md b/packages/sse/CHANGELOG.md
index 5115e35df2a20468855ca97de8a1e3c4fb206518..eba0f1b45107afb7059a8d00e8771a1f4921d583 100644
--- a/packages/sse/CHANGELOG.md
+++ b/packages/sse/CHANGELOG.md
@@ -3,6 +3,32 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.0.0"></a>
+# [1.0.0](http://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-sse@0.1.5...pubsweet-sse@1.0.0) (2018-04-24)
+
+
+### Bug Fixes
+
+* **sse:** remove listener with actual listener function ([4d6a21e](http://gitlab.coko.foundation/pubsweet/pubsweet/commit/4d6a21e))
+* **sse:** use req.user instead of a class property ([345fb0e](http://gitlab.coko.foundation/pubsweet/pubsweet/commit/345fb0e))
+
+
+### Features
+
+* **sse:** filter sse based on permissions ([9310190](http://gitlab.coko.foundation/pubsweet/pubsweet/commit/9310190))
+* **sse:** introduce authorization-based filtering of server-sent events ([ba566c1](http://gitlab.coko.foundation/pubsweet/pubsweet/commit/ba566c1))
+
+
+### BREAKING CHANGES
+
+* **sse:** The pubsweet-sse package is now strongly bound to the authorization library
+(Authsome) that PubSweet uses in the server. Authsome is now used to filter events based on
+permissions, and by default, events will be dropped/not sent. They will be sent only if handled by
+the Authsome mode.
+
+
+
+
 <a name="0.1.5"></a>
 ## [0.1.5](http://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-sse@0.1.4...pubsweet-sse@0.1.5) (2018-04-11)
 
diff --git a/packages/sse/package.json b/packages/sse/package.json
index ac795d87e1f2ebd69edc0994d3bdfba898006dc8..145d1435f71d930574991837fba88db972bd4ffa 100644
--- a/packages/sse/package.json
+++ b/packages/sse/package.json
@@ -1,7 +1,7 @@
 {
   "name": "pubsweet-sse",
   "description": "Broadcast server-sent events to connected Express clients",
-  "version": "0.1.5",
+  "version": "1.0.0",
   "homepage": "https://gitlab.coko.foundation/pubsweet/pubsweet",
   "repository": {
     "type": "git",
diff --git a/packages/styleguide/CHANGELOG.md b/packages/styleguide/CHANGELOG.md
index 3a5cec3cb5cbc4bb41c7efc786d7928823212f6e..cfc633611534b846a4514f57b0921f02ef9c5fa6 100644
--- a/packages/styleguide/CHANGELOG.md
+++ b/packages/styleguide/CHANGELOG.md
@@ -3,6 +3,14 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
+<a name="1.2.4"></a>
+## [1.2.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@1.2.3...@pubsweet/styleguide@1.2.4) (2018-04-24)
+
+
+
+
+**Note:** Version bump only for package @pubsweet/styleguide
+
 <a name="1.2.3"></a>
 ## [1.2.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@1.2.2...@pubsweet/styleguide@1.2.3) (2018-04-11)
 
diff --git a/packages/styleguide/package.json b/packages/styleguide/package.json
index 5b565063a8ea4852d48cb03ddc6ec55402a6f5f3..1dfc7a04c0df80b60fba0b1e38622a164d3bc54d 100644
--- a/packages/styleguide/package.json
+++ b/packages/styleguide/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pubsweet/styleguide",
-  "version": "1.2.3",
+  "version": "1.2.4",
   "files": [
     "src",
     "dist"
@@ -9,7 +9,7 @@
   "dependencies": {
     "@pubsweet/default-theme": "^0.2.2",
     "@pubsweet/elife-theme": "^0.1.1",
-    "@pubsweet/ui": "^3.3.3",
+    "@pubsweet/ui": "^3.3.4",
     "faker": "^4.1.0",
     "lodash": "^4.17.5",
     "react": "^16.2.0",
diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md
index 7d705cb30bc34d897bbef77c6fb654735dfe42d5..b016fed415f875d21a3dc6dc89e631834c27568d 100644
--- a/packages/ui/CHANGELOG.md
+++ b/packages/ui/CHANGELOG.md
@@ -3,7 +3,18 @@
 All notable changes to this project will be documented in this file.
 See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
 
-  <a name="3.3.3"></a>
+      <a name="3.3.4"></a>
+## [3.3.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@3.3.3...@pubsweet/ui@3.3.4) (2018-04-24)
+
+
+### Bug Fixes
+
+* **ui:** allow Steps molecule container to be styled with a className ([087d320](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/087d320))
+
+
+
+
+      <a name="3.3.3"></a>
 ## [3.3.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@3.3.2...@pubsweet/ui@3.3.3) (2018-04-11)
 
 
@@ -11,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
 
 **Note:** Version bump only for package @pubsweet/ui
 
-  <a name="3.3.2"></a>
+<a name="3.3.2"></a>
 ## [3.3.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@3.3.1...@pubsweet/ui@3.3.2) (2018-03-30)
 
 
diff --git a/packages/ui/package.json b/packages/ui/package.json
index e33db8ebbeeaad6967adb6bbdb5464d9aa52e7c2..db252874eb13c239590786b2a139ee0762634907 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -1,6 +1,6 @@
 {
   "name": "@pubsweet/ui",
-  "version": "3.3.3",
+  "version": "3.3.4",
   "files": [
     "docs",
     "dist",
@@ -32,7 +32,7 @@
     "styled-components": "^3.2.5"
   },
   "devDependencies": {
-    "@pubsweet/styleguide": "^1.2.3",
+    "@pubsweet/styleguide": "^1.2.4",
     "babel-core": "^6.26.0",
     "babel-loader": "^7.1.2",
     "babel-preset-env": "^1.6.0",