diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 83cafc9b553284899e5e9066cb0569fb5995c76c..e23d84b4ae1857bacda7a89131fd0258d12e2e39 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.2.8"></a> + <a name="2.3.0"></a> +# [2.3.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.2.8...pubsweet@2.3.0) (2018-08-17) + + +### Features + +* add CLI migrate command ([3ea9dd2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3ea9dd2)) + + + + + <a name="2.2.8"></a> ## [2.2.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.2.7...pubsweet@2.2.8) (2018-07-09) @@ -11,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package pubsweet - <a name="2.2.7"></a> +<a name="2.2.7"></a> ## [2.2.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.2.6...pubsweet@2.2.7) (2018-06-28) diff --git a/packages/cli/package.json b/packages/cli/package.json index 3ad1794e8dc0c60c641e194661dd2b9ab3c3415a..ea55805e4de0551b090694a2f7ea20faa9fc060c 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "pubsweet", - "version": "2.2.8", + "version": "2.3.0", "description": "Pubsweet command-line interface, app generator and manager", "bin": "./bin/pubsweet.js", "scripts": { @@ -14,8 +14,8 @@ "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/db-manager": "^1.2.1", - "@pubsweet/logger": "^0.2.4", + "@pubsweet/db-manager": "^1.3.0", + "@pubsweet/logger": "^0.2.5", "bluebird": "^3.5.0", "colors": "^1.1.2", "commander": "^2.9.0", @@ -24,7 +24,7 @@ "fs-extra": "^4.0.2", "inflection": "^1.12.0", "prompt": "flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87", - "pubsweet-server": "^7.2.0", + "pubsweet-server": "^8.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 02b8cdd0bdc70fcc1e9b8416ca41eed50c065381..dd602a6eac5b2844c1207988e537e1d8a45380b5 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -3,6 +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="4.1.0"></a> +# [4.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@4.0.5...pubsweet-client@4.1.0) (2018-08-17) + + +### Bug Fixes + +* **authorize:** fix for correct props propagation ([5de8ea8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5de8ea8)) +* **graphql:** disable authentication for websocket link ([06305c7](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/06305c7)) +* **server:** use the existing http server for subscriptions ([c5d1362](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c5d1362)) +* **test:** fix Root test in client ([c6ed350](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c6ed350)) +* **warnings:** naming changes ([e4727ad](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e4727ad)) + + +### Features + +* **graphql:** add subscription support to graphql ([d71b0c6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d71b0c6)) +* **graphql:** enable authentication over the websocket ([98c9e6d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/98c9e6d)) +* **graphql:** get hostname from variables ([64b7c4f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/64b7c4f)) +* **graphql:** make connection to websocket optional ([695f1bb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/695f1bb)) + + + + <a name="4.0.5"></a> ## [4.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@4.0.4...pubsweet-client@4.0.5) (2018-08-02) diff --git a/packages/client/package.json b/packages/client/package.json index 08e830e94e2fe7169fc8ba8b041a93ad121b4b25..0441fa082c9e724c63b7d6703726b7a1afe09430 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "pubsweet-client", - "version": "4.0.5", + "version": "4.1.0", "main": "src/index.js", "scripts": { "compile": "babel -d lib/ src/", @@ -13,7 +13,7 @@ "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "@pubsweet/ui-toolkit": "^1.2.0", "apollo-cache-inmemory": "^1.2.4", "apollo-client": "^2.3.4", diff --git a/packages/components/AWSS3-server/CHANGELOG.md b/packages/components/AWSS3-server/CHANGELOG.md index edb51bb31fff48cf5c1066f58cf3d72f62d13ac7..75b5ffdb24e9541e31dc7ee5fc97aace41a3dd8e 100644 --- a/packages/components/AWSS3-server/CHANGELOG.md +++ b/packages/components/AWSS3-server/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.1"></a> +## [1.2.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.0...@pubsweet/component-aws-s3@1.2.1) (2018-08-17) + + + + +**Note:** Version bump only for package @pubsweet/component-aws-s3 + <a name="1.2.0"></a> # [1.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.1.2...@pubsweet/component-aws-s3@1.2.0) (2018-08-02) diff --git a/packages/components/AWSS3-server/package.json b/packages/components/AWSS3-server/package.json index eb0c91ca6965e2f80055994b2c1a6f8ae80e2324..e4e2d07a78b311588ea1ec6cab5c540e86e6ed69 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.2.0", + "version": "1.2.1", "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 892c4fdf977952a98ee253e1189ed45a7903ae73..a4cd20f41f3c752658027334e5cb55b0d38ee5e5 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,7 +3,34 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - <a name="9.5.0"></a> + <a name="9.6.0"></a> +# [9.6.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@9.5.0...pubsweet-components@9.6.0) (2018-08-17) + + +### Bug Fixes + +* **actions:** pubsweet ui responsive ([b1cab9a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b1cab9a)) +* **actions:** validationStatus fix ([762432f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/762432f)) +* **css:** fix responsiveness of actions ([9bff385](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9bff385)) +* **revert:** valildateStatus ([5d6f53e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5d6f53e)) +* **style:** remove enter line ([e2de927](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e2de927)) +* **style:** responsive line tool ([c3219ec](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c3219ec)) +* **warnings:** don't pass every prop to Dom Element ([a27d938](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a27d938)) +* **warnings:** don't pass every prop to Dom Element ([d8f5e93](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d8f5e93)) +* **warnings:** key actions ([2f176f0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2f176f0)) +* **warnings:** naming changes ([e4727ad](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e4727ad)) +* **warnings:** remove key from unneeded component ([2dda7a5](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2dda7a5)) + + +### Features + +* use onBlur ([9990e1e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9990e1e)) +* **xpub-edit:** add readonly prop to texteditor ([054bcef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/054bcef)) + + + + + <a name="9.5.0"></a> # [9.5.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@9.4.0...pubsweet-components@9.5.0) (2018-08-02) @@ -14,7 +41,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - <a name="9.4.0"></a> +<a name="9.4.0"></a> # [9.4.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@9.3.1...pubsweet-components@9.4.0) (2018-07-27) diff --git a/packages/components/Epub/CHANGELOG.md b/packages/components/Epub/CHANGELOG.md index 034b582d65814da153c087af1b1d04d58be0b8d4..34ad0d2b052dc696288935da2255a2aecae22615 100644 --- a/packages/components/Epub/CHANGELOG.md +++ b/packages/components/Epub/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.3.2"></a> +## [0.3.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.3.1...pubsweet-component-epub@0.3.2) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-epub + <a name="0.3.1"></a> ## [0.3.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.3.0...pubsweet-component-epub@0.3.1) (2018-07-12) diff --git a/packages/components/Epub/package.json b/packages/components/Epub/package.json index 9d3441de0b18f1ed4fd300d37435d041018d2cbb..3e6408f9d1fe113ab9008639afecc761b90ab91d 100644 --- a/packages/components/Epub/package.json +++ b/packages/components/Epub/package.json @@ -1,6 +1,6 @@ { "name": "pubsweet-component-epub", - "version": "0.3.1", + "version": "0.3.2", "description": "Backend EPUB export component for PubSweet", "main": "index.js", "scripts": { @@ -9,7 +9,7 @@ "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/logger": "^0.2.4", + "@pubsweet/logger": "^0.2.5", "cheerio": "^1.0.0-rc.2", "highlightjs": "^9.10.0", "html-epub": "^0.7.0", diff --git a/packages/components/FormGroup/CHANGELOG.md b/packages/components/FormGroup/CHANGELOG.md index f22a7b07e1a0aa5a2f5fa7eb15489287b1d6be47..9cab5bf82b56b3e968fe019c76bd7fe806b488ce 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.16"></a> +## [1.1.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.15...pubsweet-component-form-group@1.1.16) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-form-group + <a name="1.1.15"></a> ## [1.1.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.14...pubsweet-component-form-group@1.1.15) (2018-07-09) diff --git a/packages/components/FormGroup/package.json b/packages/components/FormGroup/package.json index 9fcdcf0e2386c67602c0c29206d3fa7366b2ef9d..075ec2809f317465cf408fb80b3a45c9834fe1a0 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.15", + "version": "1.1.16", "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": "^7.2.0" + "pubsweet-server": "^8.0.0" }, "peerDependencies": { "pubsweet-client": ">=1.0.0", diff --git a/packages/components/Ink-server/CHANGELOG.md b/packages/components/Ink-server/CHANGELOG.md index 95d9bff5374c2536f8bbb18e2a5e0a6c4af4ed87..d22013e940994eb6c94c56ed4ae3a4caa99800d3 100644 --- a/packages/components/Ink-server/CHANGELOG.md +++ b/packages/components/Ink-server/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.2.12"></a> +## [0.2.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-ink-backend@0.2.11...pubsweet-component-ink-backend@0.2.12) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-ink-backend + <a name="0.2.11"></a> ## [0.2.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-ink-backend@0.2.10...pubsweet-component-ink-backend@0.2.11) (2018-06-19) diff --git a/packages/components/Ink-server/package.json b/packages/components/Ink-server/package.json index cdda0c7cd083678cfc8f99932a49ff8aa44f249c..ca4092b477aa93e17584d7671324fc1f12de9d05 100644 --- a/packages/components/Ink-server/package.json +++ b/packages/components/Ink-server/package.json @@ -1,6 +1,6 @@ { "name": "pubsweet-component-ink-backend", - "version": "0.2.11", + "version": "0.2.12", "description": "Backend INK component for PubSweet", "main": "index.js", "author": "Collaborative Knowledge Foundation", @@ -9,7 +9,7 @@ "pubsweet-server": ">=1.0.0" }, "dependencies": { - "@pubsweet/logger": "^0.2.4", + "@pubsweet/logger": "^0.2.5", "busboy": "^0.2.13", "config": "^1.26.1", "pusher-js": "^4.2.1", diff --git a/packages/components/Login/CHANGELOG.md b/packages/components/Login/CHANGELOG.md index 1803292a8cf6702d4f72edf68073b052b773800b..b03f9c6d2b459fa467b2989c805d233a0257c4db 100644 --- a/packages/components/Login/CHANGELOG.md +++ b/packages/components/Login/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.12"></a> +## [1.1.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@1.1.11...pubsweet-component-login@1.1.12) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-login + <a name="1.1.11"></a> ## [1.1.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@1.1.10...pubsweet-component-login@1.1.11) (2018-08-02) diff --git a/packages/components/Login/package.json b/packages/components/Login/package.json index 1ee183218de928feb4464dc8d02c9f07e3d807af..d825dcb66fa2240aece7ba9b48ad75524c4b0794 100644 --- a/packages/components/Login/package.json +++ b/packages/components/Login/package.json @@ -1,12 +1,12 @@ { "name": "pubsweet-component-login", - "version": "1.1.11", + "version": "1.1.12", "description": "Basic login component for PubSweet", "main": "index.js", "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "prop-types": "^15.5.10", "react-redux": "^5.0.6", "react-router-dom": "^4.2.2", diff --git a/packages/components/PasswordResetFrontend/CHANGELOG.md b/packages/components/PasswordResetFrontend/CHANGELOG.md index 73cbd4f41912b98a987d465210245ab4b0ef4628..f9db19841e4f35980c7d61dad19fde286f4d4623 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="2.0.10"></a> +## [2.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@2.0.9...pubsweet-component-password-reset-frontend@2.0.10) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-password-reset-frontend + <a name="2.0.9"></a> ## [2.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@2.0.8...pubsweet-component-password-reset-frontend@2.0.9) (2018-08-02) diff --git a/packages/components/PasswordResetFrontend/package.json b/packages/components/PasswordResetFrontend/package.json index 78e37ffbbd239ffd8fba06f7ace9a43b17991054..b29fd77a338bf3fbdd4fa50860c3689cd32ca608 100644 --- a/packages/components/PasswordResetFrontend/package.json +++ b/packages/components/PasswordResetFrontend/package.json @@ -1,12 +1,12 @@ { "name": "pubsweet-component-password-reset-frontend", - "version": "2.0.9", + "version": "2.0.10", "description": "Password reset frontend component for PubSweet", "main": "index.js", "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "@pubsweet/ui-toolkit": "^1.2.0", "prop-types": "^15.5.10", "query-string": "^5.0.0", diff --git a/packages/components/PostsManager/CHANGELOG.md b/packages/components/PostsManager/CHANGELOG.md index 3c6a38265b2153b5138f3ff39c39dd6ab6803e93..f6f04085a3e237e60a1bb26f1fe8d9047a9aebba 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.30"></a> +## [1.0.30](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.29...pubsweet-component-posts-manager@1.0.30) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-posts-manager + <a name="1.0.29"></a> ## [1.0.29](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.28...pubsweet-component-posts-manager@1.0.29) (2018-08-02) diff --git a/packages/components/PostsManager/package.json b/packages/components/PostsManager/package.json index 75d9b4664c8521afd23697ffabf5ea5e1e7e71a9..814d756d570e30a33b40eae2f864f714eef98bbb 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.29", + "version": "1.0.30", "description": "Basic Posts manager component for PubSweet", "main": "index.js", "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "prop-types": "^15.5.10", - "pubsweet-component-form-group": "^1.1.15", + "pubsweet-component-form-group": "^1.1.16", "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 49e321bd3779cf32b6518fae84a1657a3c91fbe2..14f1e24661777f33776a1ee7dbfeacbcd3d458b2 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.26"></a> +## [1.0.26](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.25...pubsweet-component-signup@1.0.26) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-signup + <a name="1.0.25"></a> ## [1.0.25](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.24...pubsweet-component-signup@1.0.25) (2018-08-02) diff --git a/packages/components/Signup/package.json b/packages/components/Signup/package.json index cbfd532dcace92b5caa4f8151e23f4768fd7244d..99d5e83a20efad438ca325e14c4b7d9a907a363d 100644 --- a/packages/components/Signup/package.json +++ b/packages/components/Signup/package.json @@ -1,12 +1,12 @@ { "name": "pubsweet-component-signup", - "version": "1.0.25", + "version": "1.0.26", "description": "Basic signup form component for PubSweet", "main": "index.js", "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "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 cc3b61284f4eb9b584109e5b3e3082848eac800b..e248815918bf66472be4bbe957bdcbaf3a46daaa 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.18"></a> +## [1.1.18](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.17...pubsweet-component-teams-manager@1.1.18) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-teams-manager + <a name="1.1.17"></a> ## [1.1.17](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.16...pubsweet-component-teams-manager@1.1.17) (2018-08-02) diff --git a/packages/components/TeamsManager/package.json b/packages/components/TeamsManager/package.json index 1a7ff11aaf88bd9cb26fc5c7f51d65da87b9f49d..eb1c84f889007ccdc48ed5feca315e75c94d7f29 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.17", + "version": "1.1.18", "description": "Basic teams manager component for PubSweet", "main": "src/index.js", "author": "Collaborative Knowledge Foundation", "license": "MIT", "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "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 8f093083fe882d17f16429138aa730c365f9ab9f..57c1c17392b78139060ffab481be8f1813987c5e 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,14 +1,14 @@ { "name": "pubsweet-components", - "version": "9.5.0", + "version": "9.6.0", "private": true, "license": "MIT", "scripts": { "test": "jest --coverage" }, "devDependencies": { - "@pubsweet/logger": "^0.2.4", - "@pubsweet/styleguide": "^3.1.5", + "@pubsweet/logger": "^0.2.5", + "@pubsweet/styleguide": "^3.1.6", "babel-cli": "^6.26.0", "babel-eslint": "^8.0.3", "babel-loader": "^7.1.2", @@ -28,9 +28,9 @@ "joi-browser": "^13.0.1", "lerna": "^2.5.1", "node-sass": "^4.5.3", - "pubsweet": "^2.2.8", - "pubsweet-client": "^4.0.5", - "pubsweet-server": "^7.2.0", + "pubsweet": "^2.3.0", + "pubsweet-client": "^4.1.0", + "pubsweet-server": "^8.0.0", "pubsweet-theme-plugin": "^0.0.3", "react": "^16.3.2", "react-dom": "^16.3.2", diff --git a/packages/components/xpub-dashboard/CHANGELOG.md b/packages/components/xpub-dashboard/CHANGELOG.md index b1ba3b23e7bfe49f115fa1d621ddd6606c2dfe1a..ab1c5c2213c5e1f973d448ead4b2090ad8b46996 100644 --- a/packages/components/xpub-dashboard/CHANGELOG.md +++ b/packages/components/xpub-dashboard/CHANGELOG.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +<a name="3.0.8"></a> +## [3.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@3.0.7...pubsweet-component-xpub-dashboard@3.0.8) (2018-08-17) + + +### Bug Fixes + +* **actions:** pubsweet ui responsive ([b1cab9a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b1cab9a)) +* **actions:** validationStatus fix ([762432f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/762432f)) +* **css:** fix responsiveness of actions ([9bff385](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9bff385)) +* **revert:** valildateStatus ([5d6f53e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5d6f53e)) +* **style:** remove enter line ([e2de927](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e2de927)) +* **style:** responsive line tool ([c3219ec](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c3219ec)) +* **warnings:** don't pass every prop to Dom Element ([d8f5e93](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d8f5e93)) +* **warnings:** key actions ([2f176f0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2f176f0)) +* **warnings:** naming changes ([e4727ad](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e4727ad)) +* **warnings:** remove key from unneeded component ([2dda7a5](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2dda7a5)) + + + + <a name="3.0.7"></a> ## [3.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@3.0.6...pubsweet-component-xpub-dashboard@3.0.7) (2018-08-02) diff --git a/packages/components/xpub-dashboard/package.json b/packages/components/xpub-dashboard/package.json index 91095b8dd08d6a2fb69d5a11c8ca2b9058643e45..3fc24b8830a4f98de2719e40b6ef4a76413436cb 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": "3.0.7", + "version": "3.0.8", "main": "src", "author": "Collaborative Knowledge Foundation", "license": "MIT", @@ -9,7 +9,7 @@ "dist" ], "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "@pubsweet/ui-toolkit": "^1.2.0", "classnames": "^2.2.5", "lodash": "^4.17.4", diff --git a/packages/components/xpub-edit/CHANGELOG.md b/packages/components/xpub-edit/CHANGELOG.md index 65ec0f9482bbd800ac58248cc52416345ba398ee..b11c01ebbd121150ec842b0544085e240be22428 100644 --- a/packages/components/xpub-edit/CHANGELOG.md +++ b/packages/components/xpub-edit/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="2.5.0"></a> +# [2.5.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-edit@2.4.1...xpub-edit@2.5.0) (2018-08-17) + + +### Bug Fixes + +* **warnings:** don't pass every prop to Dom Element ([a27d938](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a27d938)) + + +### Features + +* use onBlur ([9990e1e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9990e1e)) +* **xpub-edit:** add readonly prop to texteditor ([054bcef](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/054bcef)) + + + + <a name="2.4.1"></a> ## [2.4.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-edit@2.4.0...xpub-edit@2.4.1) (2018-08-02) diff --git a/packages/components/xpub-edit/package.json b/packages/components/xpub-edit/package.json index 82ec7b316a826748239303f6229f4f56dfb39d7a..964f36f373f9623ba474aeef5f3633b3b3752861 100644 --- a/packages/components/xpub-edit/package.json +++ b/packages/components/xpub-edit/package.json @@ -1,6 +1,6 @@ { "name": "xpub-edit", - "version": "2.4.1", + "version": "2.5.0", "license": "MIT", "files": [ "dist", diff --git a/packages/components/xpub-manuscript/CHANGELOG.md b/packages/components/xpub-manuscript/CHANGELOG.md index bb6760a48537fcb95cb1f568800d3cfc9fecbb4b..abd564a09d4559de11b26a80b80db749d621495b 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.4.2"></a> +## [0.4.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.4.1...pubsweet-component-xpub-manuscript@0.4.2) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-xpub-manuscript + <a name="0.4.1"></a> ## [0.4.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.4.0...pubsweet-component-xpub-manuscript@0.4.1) (2018-08-02) diff --git a/packages/components/xpub-manuscript/package.json b/packages/components/xpub-manuscript/package.json index c5cb52be96da8dbb355aab41bebf1b0d15f2cdbe..e78cab4ecca0dd86f93530e6341f30419c769ee9 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.4.1", + "version": "0.4.2", "license": "MIT", "files": [ "src", @@ -31,7 +31,7 @@ "file-loader": "^1.1.5", "node-sass": "^4.5.3", "prop-types": "^15.5.10", - "pubsweet-client": "^4.0.5", + "pubsweet-client": "^4.1.0", "react": "^16.2.0", "react-dom": "^16.2.0", "react-redux": "^5.0.2", diff --git a/packages/components/xpub-review-server/CHANGELOG.md b/packages/components/xpub-review-server/CHANGELOG.md index 6258b641e4b16243ba8f0922a36eef6894599fa2..5e2dfa367a9f0e0bc90d611993eaf02a74ced767 100644 --- a/packages/components/xpub-review-server/CHANGELOG.md +++ b/packages/components/xpub-review-server/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.2.4"></a> +## [0.2.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review-backend@0.2.3...pubsweet-component-xpub-review-backend@0.2.4) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-xpub-review-backend + <a name="0.2.3"></a> ## [0.2.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review-backend@0.2.2...pubsweet-component-xpub-review-backend@0.2.3) (2018-06-28) diff --git a/packages/components/xpub-review-server/package.json b/packages/components/xpub-review-server/package.json index d8ab431dc03baeb3c85f5e665b7dfba035d47570..469346f76e5f7c309d50d6b5effc2ab4da1d2e67 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.2.3", + "version": "0.2.4", "main": "src", "keywords": [], "author": "Collaborative Knowledge Foundation", diff --git a/packages/components/xpub-review/CHANGELOG.md b/packages/components/xpub-review/CHANGELOG.md index 9e77882752b71759b337d84bdcee476b8b79c56b..5dca0a8f9587e404328e99c4f969c43aba0b79ac 100644 --- a/packages/components/xpub-review/CHANGELOG.md +++ b/packages/components/xpub-review/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="3.1.6"></a> +## [3.1.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@3.1.5...pubsweet-component-xpub-review@3.1.6) (2018-08-17) + + + + +**Note:** Version bump only for package pubsweet-component-xpub-review + <a name="3.1.5"></a> ## [3.1.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@3.1.4...pubsweet-component-xpub-review@3.1.5) (2018-08-02) diff --git a/packages/components/xpub-review/package.json b/packages/components/xpub-review/package.json index 4caf85c3b5b37e5d4eeeff2061512bc10cae5660..eaa72e341f544b172931eae54fd8e57119c11d35 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": "3.1.5", + "version": "3.1.6", "main": "src", "author": "Collaborative Knowledge Foundation", "license": "MIT", @@ -9,7 +9,7 @@ "dist" ], "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "@pubsweet/ui-toolkit": "^1.2.0", "classnames": "^2.2.5", "lodash": "^4.17.4", @@ -24,7 +24,7 @@ "uuid": "^3.1.0", "wax-editor-react": "^0.2.3", "xpub-connect": "^1.1.4", - "xpub-edit": "^2.4.1", + "xpub-edit": "^2.5.0", "xpub-journal": "^0.0.6", "xpub-selectors": "^0.1.0", "xpub-upload": "^0.0.7", diff --git a/packages/components/xpub-submit/CHANGELOG.md b/packages/components/xpub-submit/CHANGELOG.md index a1356f6ff7ed0d5a839e22536d8eeaed8ca5bd46..a744cdf840ec3e0a71c1d323aa065eeaa7f49f85 100644 --- a/packages/components/xpub-submit/CHANGELOG.md +++ b/packages/components/xpub-submit/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="4.0.8"></a> +## [4.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@4.0.7...pubsweet-component-xpub-submit@4.0.8) (2018-08-17) + + +### Bug Fixes + +* **actions:** validationStatus fix ([762432f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/762432f)) + + + + <a name="4.0.7"></a> ## [4.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@4.0.6...pubsweet-component-xpub-submit@4.0.7) (2018-08-02) diff --git a/packages/components/xpub-submit/package.json b/packages/components/xpub-submit/package.json index 1521e82b74928e4d3bb2e0d87d861646f312b041..0340e8374debbf4b429ec8ed7fdf03bdbd00be0c 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": "4.0.7", + "version": "4.0.8", "main": "src", "author": "Collaborative Knowledge Foundation", "license": "MIT", @@ -9,7 +9,7 @@ "dist" ], "dependencies": { - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "@pubsweet/ui-toolkit": "^1.2.0", "apollo-client-preset": "^1.0.8", "lodash": "^4.17.4", @@ -23,7 +23,7 @@ "striptags": "^3.1.0", "styled-components": "^3.2.5", "xpub-connect": "^1.1.4", - "xpub-edit": "^2.4.1", + "xpub-edit": "^2.5.0", "xpub-journal": "^0.0.6", "xpub-selectors": "^0.1.0", "xpub-upload": "^0.0.7", diff --git a/packages/db-manager/CHANGELOG.md b/packages/db-manager/CHANGELOG.md index 88b63755a145c6d09dbbe7d64379957736935c3b..193dc94e2ef6f27525b0d2eb8ef62fd3f6e1138a 100644 --- a/packages/db-manager/CHANGELOG.md +++ b/packages/db-manager/CHANGELOG.md @@ -3,7 +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="1.2.1"></a> + <a name="1.3.0"></a> +# [1.3.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@1.2.1...@pubsweet/db-manager@1.3.0) (2018-08-17) + + +### Bug Fixes + +* clobbering tables ([d4e6944](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d4e6944)) + + +### Features + +* add CLI migrate command ([3ea9dd2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3ea9dd2)) + + + + + <a name="1.2.1"></a> ## [1.2.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@1.2.0...@pubsweet/db-manager@1.2.1) (2018-07-09) @@ -11,7 +27,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline **Note:** Version bump only for package @pubsweet/db-manager - <a name="1.2.0"></a> +<a name="1.2.0"></a> # [1.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@1.1.1...@pubsweet/db-manager@1.2.0) (2018-06-28) diff --git a/packages/db-manager/package.json b/packages/db-manager/package.json index 11c63089735cd79ea44014858ecbd0d6c135d7fa..45637721459f0e49fd8610325fc43cda65de282d 100644 --- a/packages/db-manager/package.json +++ b/packages/db-manager/package.json @@ -1,6 +1,6 @@ { "name": "@pubsweet/db-manager", - "version": "1.2.1", + "version": "1.3.0", "description": "Provides database management utilities to Pubsweet apps.", "main": "src/index.js", "scripts": { @@ -35,12 +35,12 @@ "nsp": "^2.8.0" }, "dependencies": { - "@pubsweet/logger": "^0.2.4", + "@pubsweet/logger": "^0.2.5", "fs-extra": "^4.0.2", "isomorphic-fetch": "^2.2.1", "joi": "^13.1.0", "pg": "^7.4.1", - "pubsweet-server": "^7.2.0", + "pubsweet-server": "^8.0.0", "tmp": "^0.0.33", "umzug": "^2.1.0" } diff --git a/packages/logger/CHANGELOG.md b/packages/logger/CHANGELOG.md index 2124587e0d5a64aa06ae6443af5c97332f1babbe..f98a5e11d89da2870666469583f961a66fc4d850 100644 --- a/packages/logger/CHANGELOG.md +++ b/packages/logger/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.2.5"></a> +## [0.2.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/logger@0.2.4...@pubsweet/logger@0.2.5) (2018-08-17) + + + + +**Note:** Version bump only for package @pubsweet/logger + <a name="0.2.4"></a> ## [0.2.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/logger@0.2.3...@pubsweet/logger@0.2.4) (2018-06-19) diff --git a/packages/logger/package.json b/packages/logger/package.json index 66e2f1f22814990f572edcadfbf09f1ea6fb1cbe..7c8efc318d4140464e0b21108ea6101c5894f6ba 100644 --- a/packages/logger/package.json +++ b/packages/logger/package.json @@ -1,6 +1,6 @@ { "name": "@pubsweet/logger", - "version": "0.2.4", + "version": "0.2.5", "description": "A module encapsulating standard logging features for pubsweet components and services.", "main": "src/index.js", "scripts": { diff --git a/packages/server/CHANGELOG.md b/packages/server/CHANGELOG.md index a6599709444659caf693a032fa7b00840a40c65f..58ff9c744343dd042d9b3da161ae450f83e65f57 100644 --- a/packages/server/CHANGELOG.md +++ b/packages/server/CHANGELOG.md @@ -3,7 +3,39 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - <a name="7.2.0"></a> + <a name="8.0.0"></a> +# [8.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@7.2.0...pubsweet-server@8.0.0) (2018-08-17) + + +### Bug Fixes + +* **graphql:** fix bug where frontend gets bad data on subscription ([3301269](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3301269)) +* **graphql:** fix error that would crash the server on bad auth token ([058c6cd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/058c6cd)) +* **graphql:** return one pubsub only in getPubsub ([d016272](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d016272)) +* **graphql:** use same db client in pubsub connection ([f002f4a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f002f4a)) +* **graphql:** use same version of graphql across the project ([445f204](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/445f204)) +* **server:** use appropriate inputs for GraphQL mutations ([dd6d3f4](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/dd6d3f4)), closes [#418](https://gitlab.coko.foundation/pubsweet/pubsweet/issues/418) +* **server:** use the existing http server for subscriptions ([c5d1362](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c5d1362)) + + +### Features + +* **graphql:** add subscription support to graphql ([d71b0c6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d71b0c6)) +* **graphql:** add upload progress subscription definition ([4248ffd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4248ffd)) +* **graphql:** enable authentication over the websocket ([98c9e6d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/98c9e6d)) +* **graphql:** get hostname from variables ([64b7c4f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/64b7c4f)) +* **graphql:** replace redis pubsub with postgres pubsub ([7c3ab7c](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c3ab7c)) +* **graphql:** use only one pubsub object on the server ([a875e77](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a875e77)) + + +### BREAKING CHANGES + +* **server:** Inputs are no longer strings, they are now objects. + + + + + <a name="7.2.0"></a> # [7.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@7.1.2...pubsweet-server@7.2.0) (2018-07-09) @@ -14,7 +46,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - <a name="7.1.2"></a> +<a name="7.1.2"></a> ## [7.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@7.1.1...pubsweet-server@7.1.2) (2018-06-19) diff --git a/packages/server/package.json b/packages/server/package.json index 3225eac81240ab0e526e2e7c8dbdde78e8fc56ef..7cc3841d2427d070e7fd28370c0a794c5ff69cc7 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,6 +1,6 @@ { "name": "pubsweet-server", - "version": "7.2.0", + "version": "8.0.0", "scripts": { "test": "jest", "vuln-test": "nsp check" @@ -12,7 +12,7 @@ "license": "MIT", "main": "src/index.js", "dependencies": { - "@pubsweet/logger": "^0.2.4", + "@pubsweet/logger": "^0.2.5", "apollo-server-express": "^1.3.2", "apollo-upload-server": "^4.0.2", "authsome": "^0.1.0", diff --git a/packages/styleguide/CHANGELOG.md b/packages/styleguide/CHANGELOG.md index b0519c53c0ff84ee4807a7365bb3f1ae92af78b1..4ab7fab17d23710fadb471672ab1a406965e8ff7 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="3.1.6"></a> +## [3.1.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@3.1.5...@pubsweet/styleguide@3.1.6) (2018-08-17) + + + + +**Note:** Version bump only for package @pubsweet/styleguide + <a name="3.1.5"></a> ## [3.1.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@3.1.4...@pubsweet/styleguide@3.1.5) (2018-08-02) diff --git a/packages/styleguide/package.json b/packages/styleguide/package.json index 47a03288693c99622e792437509e89d7e801db9c..55fbd5f52a571d14a0da217d9a50e157aea2767d 100644 --- a/packages/styleguide/package.json +++ b/packages/styleguide/package.json @@ -1,6 +1,6 @@ { "name": "@pubsweet/styleguide", - "version": "3.1.5", + "version": "3.1.6", "license": "MIT", "files": [ "src", @@ -10,7 +10,7 @@ "dependencies": { "@elifesciences/elife-theme": "^1.0.0", "@pubsweet/default-theme": "^3.0.0", - "@pubsweet/ui": "^8.3.0", + "@pubsweet/ui": "^8.4.0", "@pubsweet/ui-toolkit": "^1.2.0", "faker": "^4.1.0", "lodash": "^4.17.5", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 0b295e2e3b3659f4f905710cc6e60f090447cff3..d0be963357949739aa53038903e35c743f565f1c 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -3,7 +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="8.3.0"></a> + <a name="8.4.0"></a> +# [8.4.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@8.3.0...@pubsweet/ui@8.4.0) (2018-08-17) + + +### Bug Fixes + +* **actions:** active on css prop ([5e6c737](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5e6c737)) +* **revert:** valildateStatus ([5d6f53e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5d6f53e)) +* **styleguide:** pass correct property ([287aa00](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/287aa00)) +* **ui:** update checkboxgroup snapshot ([ff9644a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ff9644a)) +* **warnings:** naming changes ([e4727ad](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e4727ad)) +* **warnings:** naming problems ([917cee8](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/917cee8)) + + +### Features + +* **accordion-component:** ui accordion component ([10ad7c3](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/10ad7c3)) +* **list-component:** a component that renders items in a list ([78490e0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/78490e0)) +* **list-component:** remove children as list items; pass data test id ([de3d919](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/de3d919)) +* **list-component:** remove classname from styled component ([7c2a417](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c2a417)) +* **ui:** give readonly option to radio and checkbox ([fecfe69](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fecfe69)) + + + + + <a name="8.3.0"></a> # [8.3.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@8.2.0...@pubsweet/ui@8.3.0) (2018-08-02) @@ -14,7 +39,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline - <a name="8.2.0"></a> +<a name="8.2.0"></a> # [8.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@8.1.0...@pubsweet/ui@8.2.0) (2018-07-27) diff --git a/packages/ui/package.json b/packages/ui/package.json index c0d86942bcd42f4eeb3eb4178f4a74f4e5d5b593..94d8553e1eafdfdb6c40cba5a6478dcf84114d0e 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@pubsweet/ui", - "version": "8.3.0", + "version": "8.4.0", "license": "MIT", "files": [ "docs", @@ -35,7 +35,7 @@ "styled-components": "^3.2.5" }, "devDependencies": { - "@pubsweet/styleguide": "^3.1.5", + "@pubsweet/styleguide": "^3.1.6", "babel-core": "^6.26.0", "babel-loader": "^7.1.2", "babel-preset-env": "^1.6.0",