From fa2a3b552150c1a1b064841c4b4bbe22f6d3b4f4 Mon Sep 17 00:00:00 2001 From: Jure Triglav <juretriglav@gmail.com> Date: Mon, 27 Jul 2020 12:40:08 +0200 Subject: [PATCH] chore: minimize package.jsons to help renovate-bot --- app/components/component-chat/package.json | 12 +- .../component-dashboard/package.json | 29 +- .../component-formbuilder/CHANGELOG.md | 185 --------- .../component-formbuilder/README.md | 3 - .../component-formbuilder/package.json | 29 +- app/components/component-login/package.json | 26 +- .../component-manuscript/package.json | 22 +- .../component-manuscripts/package.json | 23 +- app/components/component-review/package.json | 33 +- app/components/component-submit/package.json | 29 +- .../component-teams-manager/package.json | 24 +- .../component-users-manager/CHANGELOG.md | 373 ------------------ .../component-users-manager/package.json | 23 +- app/components/xpub-journal/CHANGELOG.md | 173 -------- app/components/xpub-journal/README.md | 7 - app/components/xpub-journal/package.json | 14 +- app/components/xpub-validators/CHANGELOG.md | 213 ---------- app/components/xpub-validators/README.md | 3 - app/components/xpub-validators/package.json | 6 +- app/components/xpub-with-context/CHANGELOG.md | 271 ------------- app/components/xpub-with-context/README.md | 7 - app/components/xpub-with-context/package.json | 10 +- server/auth-orcid/package.json | 18 +- .../package.json | 17 +- server/model-channel/package.json | 11 +- server/model-message/package.json | 11 +- server/model-team/package.json | 23 +- server/model-user/package.json | 23 +- 28 files changed, 31 insertions(+), 1587 deletions(-) delete mode 100644 app/components/component-formbuilder/CHANGELOG.md delete mode 100644 app/components/component-formbuilder/README.md delete mode 100644 app/components/component-users-manager/CHANGELOG.md delete mode 100644 app/components/xpub-journal/CHANGELOG.md delete mode 100644 app/components/xpub-journal/README.md delete mode 100644 app/components/xpub-validators/CHANGELOG.md delete mode 100644 app/components/xpub-validators/README.md delete mode 100644 app/components/xpub-with-context/CHANGELOG.md delete mode 100644 app/components/xpub-with-context/README.md diff --git a/app/components/component-chat/package.json b/app/components/component-chat/package.json index a4962b5d27..ece98103db 100644 --- a/app/components/component-chat/package.json +++ b/app/components/component-chat/package.json @@ -1,15 +1,7 @@ { - "name": "pubsweet-component-chat", + "name": "kotahi-component-chat", "version": "0.0.1", "main": "src", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - }, - "peerDependencies": { - } + "license": "MIT" } diff --git a/app/components/component-dashboard/package.json b/app/components/component-dashboard/package.json index 7627d49252..22792bc690 100644 --- a/app/components/component-dashboard/package.json +++ b/app/components/component-dashboard/package.json @@ -1,32 +1,7 @@ { - "name": "pubsweet-component-xpub-dashboard", + "name": "kotahi-component-dashboard", "version": "5.1.0", "main": "src", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - "@apollo/react-hooks": "^3.1.3", - "@pubsweet/ui": "^12.1.0", - "@pubsweet/ui-toolkit": "^2.2.14", - "classnames": "^2.2.5", - "lodash": "^4.17.4", - "prop-types": "^15.5.10", - "react-router-dom": "^5.0.0", - "styled-components": "^4.1.1", - "xpub-journal": "^0.1.0", - "xpub-with-context": "^0.2.0" - }, - "peerDependencies": { - "@apollo/react-components": ">=3.0.1", - "@apollo/react-hoc": ">=3.0.1", - "config": ">=3.0.1", - "graphql-tag": ">=2.10.0", - "pubsweet-client": ">=1.0.0", - "react": ">=16.9" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/app/components/component-formbuilder/CHANGELOG.md b/app/components/component-formbuilder/CHANGELOG.md deleted file mode 100644 index 1c22987501..0000000000 --- a/app/components/component-formbuilder/CHANGELOG.md +++ /dev/null @@ -1,185 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [1.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.7...pubsweet-component-xpub-formbuilder@1.1.0) (2019-11-11) - - -### Features - -* **xpub:** bring back xpub components ([fb69994](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb69994098b4e2dbcca75b4786ebb1335af730b9)) - - - - - -## [1.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.6...pubsweet-component-xpub-formbuilder@1.0.7) (2019-01-16) - - -### Bug Fixes - -* **components:** generals fixes on the components ([4a78cfe](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4a78cfe)) -* **formbuilder:** delete forms ([17c52d0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/17c52d0)) -* **formbuilder:** save to file ([c4f4196](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c4f4196)) -* **merge:** merging to master ([8603808](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8603808)) -* **test:** formbuilder ([93c55fd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/93c55fd)) -* **test:** problems with eslint and test ([48f7fe2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/48f7fe2)) - - - - - -## [1.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.5...pubsweet-component-xpub-formbuilder@1.0.6) (2019-01-14) - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - - - - - -## [1.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.4...pubsweet-component-xpub-formbuilder@1.0.5) (2019-01-13) - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - - - - - -## [1.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.3...pubsweet-component-xpub-formbuilder@1.0.4) (2019-01-09) - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - - - - - -## [1.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.2...pubsweet-component-xpub-formbuilder@1.0.3) (2018-12-12) - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - - - - - -## [1.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.1...pubsweet-component-xpub-formbuilder@1.0.2) (2018-12-04) - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - - - - - -## [1.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@1.0.0...pubsweet-component-xpub-formbuilder@1.0.1) (2018-11-30) - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - - - - - -# [1.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.2.0...pubsweet-component-xpub-formbuilder@1.0.0) (2018-11-29) - - -### Features - -* **various:** update styled-components ([5c51466](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5c51466)) -* **various:** upgrade styled-components ([9b886f6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9b886f6)) - - -### BREAKING CHANGES - -* **various:** Replace all styled-components .extend with styled() -* **various:** Replace styled-components injectGlobal with new createGlobalStyle - - - - - -<a name="0.2.0"></a> -# [0.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.1.5...pubsweet-component-xpub-formbuilder@0.2.0) (2018-11-05) - - -### Features - -* GraphQL Login component ([70df3de](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/70df3de)) - - - - -<a name="0.1.5"></a> -## [0.1.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.1.4...pubsweet-component-xpub-formbuilder@0.1.5) (2018-10-08) - - - - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - -<a name="0.1.4"></a> -## [0.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.1.3...pubsweet-component-xpub-formbuilder@0.1.4) (2018-09-27) - - - - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - -<a name="0.1.3"></a> -## [0.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.1.2...pubsweet-component-xpub-formbuilder@0.1.3) (2018-09-25) - - - - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - -<a name="0.1.2"></a> -## [0.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.1.1...pubsweet-component-xpub-formbuilder@0.1.2) (2018-09-19) - - - - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - -<a name="0.1.1"></a> -## [0.1.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-formbuilder@0.1.0...pubsweet-component-xpub-formbuilder@0.1.1) (2018-09-06) - - - - -**Note:** Version bump only for package pubsweet-component-xpub-formbuilder - -<a name="0.1.0"></a> -# 0.1.0 (2018-09-04) - - -### Bug Fixes - -* **fomrbuilder:** fix validation ([98b3b5e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/98b3b5e)) -* **formbuilder:** create folder from scratch ([a2d533e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a2d533e)) -* **formbuilder:** erase files uneeded ([9bc04cd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9bc04cd)) -* **formbuilder:** test addition ([1379895](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1379895)) -* **readme:** change readme files ([eb0ff9b](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/eb0ff9b)) -* **styleguide:** remove console ([c8f7bb2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c8f7bb2)) -* **test:** add data-test-id to tabs ([e8a42cb](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e8a42cb)) -* **test:** fix intgration test ([900f0db](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/900f0db)) -* **update:** update dependencies ([52c0002](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/52c0002)) -* **xpubformbuilder:** integration test and component ([6806f81](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6806f81)) - - -### Features - -* **backend:** add backend check path floder ([8c95e72](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8c95e72)) -* **components:** form builder backend requests ([7082b0f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7082b0f)) -* **formbuilder:** add components for the builder ([cfae1c0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/cfae1c0)) -* **formbuilder:** add form redux actions formbuilder ([7436353](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7436353)) -* **formbuilder:** add formbuilder component ([c24b9f7](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c24b9f7)) -* **formbuilder:** add forms layout ([0cd6b9d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0cd6b9d)) -* **formbuilder:** add validation for elements ([882935a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/882935a)) -* **formbuilder:** layout of form builder ([2bd4956](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2bd4956)) - - - - -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/app/components/component-formbuilder/README.md b/app/components/component-formbuilder/README.md deleted file mode 100644 index 4e4a2b8f9f..0000000000 --- a/app/components/component-formbuilder/README.md +++ /dev/null @@ -1,3 +0,0 @@ -## pubsweet-component-xpub-formbuilder - -A PubSweet component that provides an interface for admins to manage forms in xPub. diff --git a/app/components/component-formbuilder/package.json b/app/components/component-formbuilder/package.json index 78b5bee28c..b027831385 100644 --- a/app/components/component-formbuilder/package.json +++ b/app/components/component-formbuilder/package.json @@ -1,31 +1,8 @@ { - "name": "pubsweet-component-xpub-formbuilder", + "name": "kotahi-component-formbuilder", "version": "1.1.0", - "description": "Form builder component for Xpub", + "description": "Form builder component for Kotahi", "main": "src/index.js", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - "@apollo/react-hoc": "^3.1.3", - "@pubsweet/ui": "^12.1.0", - "@pubsweet/ui-toolkit": "^2.2.14", - "formik": "^1.4.2", - "passport": "^0.4.0", - "prop-types": "^15.5.10", - "react-dom": "^16.2.0", - "recompose": "^0.30.0", - "styled-components": "^4.1.1", - "xpub-edit": "^2.6.0" - }, - "peerDependencies": { - "config": ">=3.0.1", - "graphql-tag": ">=2.10.0", - "lodash": ">=4.17.11", - "pubsweet-client": ">=2.1.0", - "react": ">=16" - } + "license": "MIT" } diff --git a/app/components/component-login/package.json b/app/components/component-login/package.json index ab0391663a..00f03a353d 100644 --- a/app/components/component-login/package.json +++ b/app/components/component-login/package.json @@ -4,29 +4,5 @@ "description": "Basic login component for PubSweet", "main": "src/index.js", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "dependencies": { - "@pubsweet/ui": "^12.3.2", - "@pubsweet/ui-toolkit": "^2.2.20", - "formik": "^1.3.0", - "prop-types": "^15.5.10", - "react-router-dom": "^5.0.0", - "recompose": "^0.30.0", - "styled-components": "^4.1.3" - }, - "peerDependencies": { - "@apollo/react-hoc": ">=3.0.1", - "config": ">=3.0.1", - "graphql-tag": ">=2.10.0", - "lodash": ">=4.17.11", - "pubsweet-client": ">=1.0.0", - "react": ">=16.9", - "styled-components": ">=4.1.3" - }, - "repository": { - "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", - "path": "components/client/component-login" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/app/components/component-manuscript/package.json b/app/components/component-manuscript/package.json index ca429e16c2..a7dac0ded4 100644 --- a/app/components/component-manuscript/package.json +++ b/app/components/component-manuscript/package.json @@ -1,24 +1,6 @@ { - "name": "pubsweet-component-xpub-manuscript", + "name": "kotahi-component-manuscript", "version": "2.1.0", "license": "MIT", - "files": [ - "src", - "dist" - ], - "main": "src", - "dependencies": { - "recompose": "^0.30.0", - "wax-prosemirror-core": "^0.0.2", - "wax-prosemirror-schema": "^0.0.2", - "wax-prosemirror-themes": "^0.0.2" - }, - "peerDependencies": { - "@apollo/react-hoc": ">=3.0.1", - "pubsweet-client": ">=2.1.0", - "react": ">=16.9", - "react-router-dom": ">=5.0.0", - "styled-components": ">=4.1.3" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "main": "src" } diff --git a/app/components/component-manuscripts/package.json b/app/components/component-manuscripts/package.json index 52a4ce3999..ec164d2103 100644 --- a/app/components/component-manuscripts/package.json +++ b/app/components/component-manuscripts/package.json @@ -1,26 +1,7 @@ { - "name": "pubsweet-component-users-manager", + "name": "kotahi-component-manuscripts", "version": "3.1.10", - "description": "Basic navigation bar component for PubSweet", "main": "src/Manuscripts.jsx", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "dependencies": { - "@pubsweet/ui": "^12.5.0", - "prop-types": "^15.5.10", - "recompose": "^0.30.0" - }, - "peerDependencies": { - "@apollo/react-components": "^3.0.1", - "@apollo/react-hoc": "^3.0.1", - "config": "^3.0.1", - "graphql-tag": ">=2.10.0", - "pubsweet-client": ">=1.0.0", - "react": ">=16.9" - }, - "repository": { - "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet" - }, - "gitHead": "7de26ece1265898482ecd7f0e33961a55e8fccba" + "license": "MIT" } diff --git a/app/components/component-review/package.json b/app/components/component-review/package.json index 03e7f9b8a1..ca4472b677 100644 --- a/app/components/component-review/package.json +++ b/app/components/component-review/package.json @@ -1,36 +1,7 @@ { - "name": "pubsweet-component-xpub-review", + "name": "kotahi-component-review", "version": "4.1.0", "main": "src", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - "@apollo/react-hoc": "^3.1.3", - "@pubsweet/ui": "^12.1.0", - "@pubsweet/ui-toolkit": "^2.2.14", - "formik": "^1.4.2", - "lodash": "^4.17.4", - "moment": "^2.18.1", - "prop-types": "^15.5.10", - "recompose": "^0.30.0", - "styled-components": "^4.1.1", - "wax-prosemirror-core": "^0.0.2", - "wax-prosemirror-schema": "^0.0.2", - "wax-prosemirror-themes": "^0.0.2", - "xpub-edit": "^2.6.0", - "xpub-journal": "^0.1.0", - "xpub-validators": "^0.0.6" - }, - "peerDependencies": { - "config": ">=3.0.1", - "formik": ">=1.4.2", - "pubsweet-client": ">=2.1.0", - "react": ">=16", - "react-redux": ">=5.0.2", - "react-router-dom": ">=5.0.0" - } + "license": "MIT" } diff --git a/app/components/component-submit/package.json b/app/components/component-submit/package.json index df936930b2..77be14b681 100644 --- a/app/components/component-submit/package.json +++ b/app/components/component-submit/package.json @@ -1,32 +1,7 @@ { - "name": "pubsweet-component-xpub-submit", + "name": "kotahi-component-submit", "version": "6.1.0", "main": "src", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - "@apollo/react-hoc": "^3.0.1", - "@pubsweet/ui": "^12.1.0", - "@pubsweet/ui-toolkit": "^2.2.14", - "formik": "^1.4.2", - "lodash": "^4.17.11", - "moment": "^2.23.0", - "prop-types": "^15.5.10", - "react-feather": "^1.1.5", - "recompose": "^0.30.0", - "styled-components": "^4.1.1", - "xpub-edit": "^2.6.0", - "xpub-journal": "^0.1.0", - "xpub-validators": "^0.0.28" - }, - "peerDependencies": { - "pubsweet-client": ">=2.1.0", - "react": ">=16.9", - "react-router-dom": ">=5.0.0" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/app/components/component-teams-manager/package.json b/app/components/component-teams-manager/package.json index 5d0de0d01c..87485372e1 100644 --- a/app/components/component-teams-manager/package.json +++ b/app/components/component-teams-manager/package.json @@ -1,28 +1,8 @@ { - "name": "pubsweet-component-xpub-teams-manager", + "name": "kotahi-component-teams-manager", "version": "3.1.0", "description": "Teams manager component for Xpub", "main": "src/index.js", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - "@pubsweet/ui": "^12.1.0", - "@pubsweet/ui-toolkit": "^2.2.14", - "lodash": "^4.17.11", - "react-dom": "^16.9.0", - "recompose": "^0.30.0", - "styled-components": "^4.1.1" - }, - "peerDependencies": { - "@apollo/react-hoc": ">=3.0.1", - "config": ">=3.0.1", - "graphql-tag": ">=2.10.0", - "pubsweet-client": ">=2.1.0", - "react": ">=16.9" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/app/components/component-users-manager/CHANGELOG.md b/app/components/component-users-manager/CHANGELOG.md deleted file mode 100644 index 8918f355c6..0000000000 --- a/app/components/component-users-manager/CHANGELOG.md +++ /dev/null @@ -1,373 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [3.1.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.9...pubsweet-component-users-manager@3.1.10) (2020-05-13) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.8...pubsweet-component-users-manager@3.1.9) (2020-04-24) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.7...pubsweet-component-users-manager@3.1.8) (2020-04-06) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.6...pubsweet-component-users-manager@3.1.7) (2020-03-16) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.5...pubsweet-component-users-manager@3.1.6) (2020-03-04) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.4...pubsweet-component-users-manager@3.1.5) (2020-02-28) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.3...pubsweet-component-users-manager@3.1.4) (2020-02-26) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.2...pubsweet-component-users-manager@3.1.3) (2020-01-29) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.1...pubsweet-component-users-manager@3.1.2) (2020-01-23) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.1.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.1.0...pubsweet-component-users-manager@3.1.1) (2019-12-11) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -# [3.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.21...pubsweet-component-users-manager@3.1.0) (2019-11-11) - - -### Features - -* **xpub:** bring back xpub components ([fb69994](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb69994098b4e2dbcca75b4786ebb1335af730b9)) - - - - - -## [3.0.21](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.20...pubsweet-component-users-manager@3.0.21) (2019-09-11) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.20](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.19...pubsweet-component-users-manager@3.0.20) (2019-09-04) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.19](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.18...pubsweet-component-users-manager@3.0.19) (2019-08-30) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.18](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.17...pubsweet-component-users-manager@3.0.18) (2019-08-08) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.17](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.16...pubsweet-component-users-manager@3.0.17) (2019-08-05) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.15...pubsweet-component-users-manager@3.0.16) (2019-07-12) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.14...pubsweet-component-users-manager@3.0.15) (2019-07-09) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.13...pubsweet-component-users-manager@3.0.14) (2019-07-03) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.12...pubsweet-component-users-manager@3.0.13) (2019-06-28) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.11...pubsweet-component-users-manager@3.0.12) (2019-06-24) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.10...pubsweet-component-users-manager@3.0.11) (2019-06-21) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.9...pubsweet-component-users-manager@3.0.10) (2019-06-13) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.8...pubsweet-component-users-manager@3.0.9) (2019-06-12) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.7...pubsweet-component-users-manager@3.0.8) (2019-05-27) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.6...pubsweet-component-users-manager@3.0.7) (2019-04-25) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.5...pubsweet-component-users-manager@3.0.6) (2019-04-18) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.4...pubsweet-component-users-manager@3.0.5) (2019-04-09) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.3...pubsweet-component-users-manager@3.0.4) (2019-03-06) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.2...pubsweet-component-users-manager@3.0.3) (2019-03-05) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.1...pubsweet-component-users-manager@3.0.2) (2019-02-19) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [3.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@3.0.0...pubsweet-component-users-manager@3.0.1) (2019-02-19) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -# [3.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.6...pubsweet-component-users-manager@3.0.0) (2019-02-01) - - -### Code Refactoring - -* temporarily remove unmigrated components ([32db6ad](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/32db6ad)) - - -### Features - -* **users-manager:** migrate to GraphQL ([fa54414](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fa54414)) -* very basic backend/working users manager ([b3c06b6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/b3c06b6)) - - -### BREAKING CHANGES - -* A lot of unmigrated (not yet moved from REST/Redux to GraphQL/Apollo system) bits -have changed. There might be some breaking changes as a result. This is a big migration involving -big changes - if you encounter anything weird, please contact us on GitLab or on Mattermost. -* **users-manager:** No longer uses the REST endpoints or the Redux functinality on the client-side, -it's purely GraphQL-based. - - - - - -## [2.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.5...pubsweet-component-users-manager@2.0.6) (2019-01-16) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [2.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.4...pubsweet-component-users-manager@2.0.5) (2019-01-14) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [2.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.3...pubsweet-component-users-manager@2.0.4) (2019-01-13) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [2.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.2...pubsweet-component-users-manager@2.0.3) (2019-01-09) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -## [2.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.1...pubsweet-component-users-manager@2.0.2) (2018-12-12) - -**Note:** Version bump only for package pubsweet-component-users-manager - - - - - -<a name="2.0.1"></a> -## [2.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@2.0.0...pubsweet-component-users-manager@2.0.1) (2018-04-03) - - - - -**Note:** Version bump only for package pubsweet-component-users-manager - -<a name="2.0.0"></a> -# [2.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@1.0.1...pubsweet-component-users-manager@2.0.0) (2018-03-30) - - -### Features - -* **components:** remove react-bootstrap ([e66c933](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e66c933)) -* **users-manager:** add support for removing members ([bb06148](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bb06148)) -* **users-manager:** add way to add global teams ([9bbccab](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9bbccab)) - - -### BREAKING CHANGES - -* **users-manager:** Depends on a validation change for teamType -> string, and additionally, a validation change where team's objects are no longer required. - - - - -<a name="1.0.1"></a> - -## [1.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@1.0.0...pubsweet-component-users-manager@1.0.1) (2018-02-16) - -**Note:** Version bump only for package pubsweet-component-users-manager - -<a name="1.0.0"></a> - -# [1.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-users-manager@0.2.3...pubsweet-component-users-manager@1.0.0) (2018-02-02) - -### Features - -* **client:** upgrade React to version 16 ([626cf59](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/626cf59)), closes [#65](https://gitlab.coko.foundation/pubsweet/pubsweet/issues/65) - -### BREAKING CHANGES - -* **client:** Upgrade React to version 16 diff --git a/app/components/component-users-manager/package.json b/app/components/component-users-manager/package.json index e68f8ae840..d55c07d28d 100644 --- a/app/components/component-users-manager/package.json +++ b/app/components/component-users-manager/package.json @@ -1,27 +1,8 @@ { - "name": "pubsweet-component-users-manager", + "name": "kotahi-component-users-manager", "version": "3.1.10", "description": "Basic navigation bar component for PubSweet", "main": "src/UsersManager.jsx", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "dependencies": { - "@pubsweet/ui": "^12.5.0", - "prop-types": "^15.5.10", - "recompose": "^0.30.0" - }, - "peerDependencies": { - "@apollo/react-components": "^3.0.1", - "@apollo/react-hoc": "^3.0.1", - "config": "^3.0.1", - "graphql-tag": ">=2.10.0", - "pubsweet-client": ">=1.0.0", - "react": ">=16.9" - }, - "repository": { - "type": "git", - "url": "https://gitlab.coko.foundation/pubsweet/pubsweet", - "path": "UsersManager" - }, - "gitHead": "7de26ece1265898482ecd7f0e33961a55e8fccba" + "license": "MIT" } diff --git a/app/components/xpub-journal/CHANGELOG.md b/app/components/xpub-journal/CHANGELOG.md deleted file mode 100644 index ba85b2e66b..0000000000 --- a/app/components/xpub-journal/CHANGELOG.md +++ /dev/null @@ -1,173 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [0.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.22...xpub-journal@0.1.0) (2019-11-11) - - -### Features - -* **xpub:** bring back xpub components ([fb69994](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb69994098b4e2dbcca75b4786ebb1335af730b9)) - - - - - -## [0.0.22](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.21...xpub-journal@0.0.22) (2019-09-11) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.21](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.20...xpub-journal@0.0.21) (2019-09-04) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.20](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.19...xpub-journal@0.0.20) (2019-08-30) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.19](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.18...xpub-journal@0.0.19) (2019-08-08) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.18](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.17...xpub-journal@0.0.18) (2019-08-05) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.17](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.16...xpub-journal@0.0.17) (2019-07-12) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.15...xpub-journal@0.0.16) (2019-07-09) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.14...xpub-journal@0.0.15) (2019-07-03) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.13...xpub-journal@0.0.14) (2019-06-28) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.12...xpub-journal@0.0.13) (2019-06-24) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.11...xpub-journal@0.0.12) (2019-06-21) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.10...xpub-journal@0.0.11) (2019-06-13) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.9...xpub-journal@0.0.10) (2019-06-12) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.8...xpub-journal@0.0.9) (2019-05-27) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.7...xpub-journal@0.0.8) (2019-04-25) - -**Note:** Version bump only for package xpub-journal - - - - - -## [0.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.6...xpub-journal@0.0.7) (2019-04-18) - -**Note:** Version bump only for package xpub-journal - - - - - -<a name="0.0.6"></a> -## [0.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.5...xpub-journal@0.0.6) (2018-04-03) - - - - -**Note:** Version bump only for package xpub-journal - -<a name="0.0.5"></a> -## [0.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.4...xpub-journal@0.0.5) (2018-03-27) - - - - -**Note:** Version bump only for package xpub-journal - -<a name="0.0.4"></a> -## [0.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-journal@0.0.3...xpub-journal@0.0.4) (2018-03-15) - - - - -**Note:** Version bump only for package xpub-journal - -<a name="0.0.3"></a> - -## 0.0.3 (2018-03-09) - -**Note:** Version bump only for package xpub-journal diff --git a/app/components/xpub-journal/README.md b/app/components/xpub-journal/README.md deleted file mode 100644 index f0f0deea94..0000000000 --- a/app/components/xpub-journal/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## xpub-journal - -`xpub-collabra` is built for a single journal. As there was no place for a journal in the data model, the journal configuration is passed into the app via this JournalProvider component. - -_Note: -This will probably need to be replaced by journal configuration in the database, in order to support multiple journals in xpub apps. -To be revisited after we make a more final decision on xpub's data model._ diff --git a/app/components/xpub-journal/package.json b/app/components/xpub-journal/package.json index d0375e91ff..2df891e7e8 100644 --- a/app/components/xpub-journal/package.json +++ b/app/components/xpub-journal/package.json @@ -3,17 +3,5 @@ "version": "0.1.0", "main": "src", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "dependencies": { - "prop-types": "^15.5.10", - "recompose": "^0.30.0" - }, - "peerDependencies": { - "react": ">=16.9" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/app/components/xpub-validators/CHANGELOG.md b/app/components/xpub-validators/CHANGELOG.md deleted file mode 100644 index 0c2ed41c71..0000000000 --- a/app/components/xpub-validators/CHANGELOG.md +++ /dev/null @@ -1,213 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -## [0.0.28](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.27...xpub-validators@0.0.28) (2019-11-11) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.27](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.26...xpub-validators@0.0.27) (2019-09-11) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.26](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.25...xpub-validators@0.0.26) (2019-09-04) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.25](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.24...xpub-validators@0.0.25) (2019-08-30) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.24](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.23...xpub-validators@0.0.24) (2019-08-08) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.23](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.22...xpub-validators@0.0.23) (2019-08-05) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.22](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.21...xpub-validators@0.0.22) (2019-07-12) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.21](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.20...xpub-validators@0.0.21) (2019-07-09) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.20](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.19...xpub-validators@0.0.20) (2019-07-03) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.19](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.18...xpub-validators@0.0.19) (2019-06-28) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.18](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.17...xpub-validators@0.0.18) (2019-06-24) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.17](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.16...xpub-validators@0.0.17) (2019-06-21) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.15...xpub-validators@0.0.16) (2019-06-13) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.14...xpub-validators@0.0.15) (2019-06-12) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.13...xpub-validators@0.0.14) (2019-05-27) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.12...xpub-validators@0.0.13) (2019-04-25) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.11...xpub-validators@0.0.12) (2019-04-18) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.10...xpub-validators@0.0.11) (2019-04-09) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.9...xpub-validators@0.0.10) (2019-03-06) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.8...xpub-validators@0.0.9) (2019-03-05) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.7...xpub-validators@0.0.8) (2019-02-19) - -**Note:** Version bump only for package xpub-validators - - - - - -## [0.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.6...xpub-validators@0.0.7) (2019-02-19) - -**Note:** Version bump only for package xpub-validators - - - - - -<a name="0.0.6"></a> -## [0.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.5...xpub-validators@0.0.6) (2018-09-04) - - -### Bug Fixes - -* **fomrbuilder:** fix validation ([98b3b5e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/98b3b5e)) - - - - -<a name="0.0.5"></a> -## [0.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.4...xpub-validators@0.0.5) (2018-04-03) - - - - -**Note:** Version bump only for package xpub-validators - -<a name="0.0.4"></a> -## [0.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-validators@0.0.3...xpub-validators@0.0.4) (2018-03-15) - - - - -**Note:** Version bump only for package xpub-validators - -<a name="0.0.3"></a> - -## 0.0.3 (2018-03-09) - -**Note:** Version bump only for package xpub-validators diff --git a/app/components/xpub-validators/README.md b/app/components/xpub-validators/README.md deleted file mode 100644 index ebb99c0a9c..0000000000 --- a/app/components/xpub-validators/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# xpub-validators - -Common validator functions for form fields, for use with `redux-form`. diff --git a/app/components/xpub-validators/package.json b/app/components/xpub-validators/package.json index 99a3bdcc24..846ff4b3f8 100644 --- a/app/components/xpub-validators/package.json +++ b/app/components/xpub-validators/package.json @@ -3,9 +3,5 @@ "version": "0.0.28", "description": "Validators for use with redux-form", "main": "src", - "license": "MIT", - "dependencies": { - "striptags": "^3.1.0" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/app/components/xpub-with-context/CHANGELOG.md b/app/components/xpub-with-context/CHANGELOG.md deleted file mode 100644 index 9fc79ef58d..0000000000 --- a/app/components/xpub-with-context/CHANGELOG.md +++ /dev/null @@ -1,271 +0,0 @@ -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. - -# [0.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.30...xpub-with-context@0.2.0) (2019-11-11) - - -### Features - -* **xpub:** bring back xpub components ([fb69994](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fb69994098b4e2dbcca75b4786ebb1335af730b9)) - - - - - -## [0.1.30](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.29...xpub-with-context@0.1.30) (2019-09-11) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.29](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.28...xpub-with-context@0.1.29) (2019-09-04) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.28](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.27...xpub-with-context@0.1.28) (2019-08-30) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.27](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.26...xpub-with-context@0.1.27) (2019-08-08) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.26](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.25...xpub-with-context@0.1.26) (2019-08-05) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.25](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.24...xpub-with-context@0.1.25) (2019-07-12) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.24](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.23...xpub-with-context@0.1.24) (2019-07-09) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.23](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.22...xpub-with-context@0.1.23) (2019-07-03) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.22](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.21...xpub-with-context@0.1.22) (2019-06-28) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.21](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.20...xpub-with-context@0.1.21) (2019-06-24) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.20](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.19...xpub-with-context@0.1.20) (2019-06-21) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.19](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.18...xpub-with-context@0.1.19) (2019-06-13) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.18](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.17...xpub-with-context@0.1.18) (2019-06-12) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.17](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.16...xpub-with-context@0.1.17) (2019-05-27) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.15...xpub-with-context@0.1.16) (2019-04-25) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.14...xpub-with-context@0.1.15) (2019-04-18) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.13...xpub-with-context@0.1.14) (2019-04-09) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.12...xpub-with-context@0.1.13) (2019-03-06) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.11...xpub-with-context@0.1.12) (2019-03-05) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.10...xpub-with-context@0.1.11) (2019-02-19) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.9...xpub-with-context@0.1.10) (2019-02-19) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.8...xpub-with-context@0.1.9) (2019-02-01) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.7...xpub-with-context@0.1.8) (2019-01-16) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.6...xpub-with-context@0.1.7) (2019-01-14) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.5...xpub-with-context@0.1.6) (2019-01-13) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.4...xpub-with-context@0.1.5) (2019-01-09) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.3...xpub-with-context@0.1.4) (2018-12-12) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.2...xpub-with-context@0.1.3) (2018-12-04) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.1...xpub-with-context@0.1.2) (2018-11-30) - -**Note:** Version bump only for package xpub-with-context - - - - - -## [0.1.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/xpub-with-context@0.1.0...xpub-with-context@0.1.1) (2018-11-29) - -**Note:** Version bump only for package xpub-with-context - - - - - -<a name="0.1.0"></a> -# 0.1.0 (2018-11-05) - - -### Features - -* GraphQL Xpub submit component ([ba07060](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ba07060)) - - - - -# Change Log - -All notable changes to this project will be documented in this file. -See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. diff --git a/app/components/xpub-with-context/README.md b/app/components/xpub-with-context/README.md deleted file mode 100644 index f0f0deea94..0000000000 --- a/app/components/xpub-with-context/README.md +++ /dev/null @@ -1,7 +0,0 @@ -## xpub-journal - -`xpub-collabra` is built for a single journal. As there was no place for a journal in the data model, the journal configuration is passed into the app via this JournalProvider component. - -_Note: -This will probably need to be replaced by journal configuration in the database, in order to support multiple journals in xpub apps. -To be revisited after we make a more final decision on xpub's data model._ diff --git a/app/components/xpub-with-context/package.json b/app/components/xpub-with-context/package.json index e4f60269f9..2faf5367d2 100644 --- a/app/components/xpub-with-context/package.json +++ b/app/components/xpub-with-context/package.json @@ -3,13 +3,5 @@ "version": "0.2.0", "main": "src", "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "files": [ - "src", - "dist" - ], - "peerDependencies": { - "react": ">=16.9" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/server/auth-orcid/package.json b/server/auth-orcid/package.json index c3d4caee45..5127a4d244 100644 --- a/server/auth-orcid/package.json +++ b/server/auth-orcid/package.json @@ -4,21 +4,5 @@ "description": "", "license": "MIT", "author": "eLife", - "main": "index.js", - "scripts": {}, - "keywords": [], - "dependencies": { - "config": "^3.0.1", - "passport": "^0.4.0", - "passport-orcid": "^0.0.4" - }, - "peerDependencies": { - "pubsweet-server": ">=13.0.0" - }, - "devDependencies": { - "nock": "^9.2.3", - "replay": "^2.3.0", - "superagent": "^3.8.2", - "supertest": "^3.1.0" - } + "main": "index.js" } diff --git a/server/component-xpub-review-backend/package.json b/server/component-xpub-review-backend/package.json index da79cf01d8..d7b21e81eb 100644 --- a/server/component-xpub-review-backend/package.json +++ b/server/component-xpub-review-backend/package.json @@ -1,21 +1,8 @@ { - "name": "pubsweet-component-xpub-review-backend", + "name": "kotahi-component-review-backend", "version": "1.1.0", "main": "src", "keywords": [], "author": "Collaborative Knowledge Foundation", - "license": "MIT", - "dependencies": { - "@pubsweet/component-send-email": "^0.3.0", - "@pubsweet/errors": "^2.0.25", - "@pubsweet/models": "^0.3.0", - "lodash": "^4.17.11", - "passport": "^0.4.0" - }, - "peerDependencies": { - "@pubsweet/logger": ">=0.0.1", - "config": ">=3.0.1", - "pubsweet-server": ">=1.0.0" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } diff --git a/server/model-channel/package.json b/server/model-channel/package.json index 1c2d92532c..f0eaa1ddd3 100644 --- a/server/model-channel/package.json +++ b/server/model-channel/package.json @@ -3,14 +3,5 @@ "version": "1.0.0", "description": "", "license": "MIT", - "main": "src/index.js", - "scripts": {}, - "keywords": [], - "dependencies": { - }, - "peerDependencies": { - "pubsweet-server": ">=13.0.0" - }, - "devDependencies": { - } + "main": "src/index.js" } diff --git a/server/model-message/package.json b/server/model-message/package.json index 696dd05a0e..ad31779530 100644 --- a/server/model-message/package.json +++ b/server/model-message/package.json @@ -3,14 +3,5 @@ "version": "1.0.0", "description": "", "license": "MIT", - "main": "src/index.js", - "scripts": {}, - "keywords": [], - "dependencies": { - }, - "peerDependencies": { - "pubsweet-server": ">=13.0.0" - }, - "devDependencies": { - } + "main": "src/index.js" } diff --git a/server/model-team/package.json b/server/model-team/package.json index 8a45c301d2..1b2a6aae14 100644 --- a/server/model-team/package.json +++ b/server/model-team/package.json @@ -2,26 +2,5 @@ "name": "@pubsweet/model-team", "version": "2.2.1", "description": "A basic Team model", - "main": "src/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, - "author": "Adam Hyde", - "license": "MIT", - "dependencies": { - "@pubsweet/base-model": "^3.5.2", - "@pubsweet/logger": "^0.2.36", - "@pubsweet/models": "^0.3.1" - }, - "publishConfig": { - "access": "public" - }, - "peerDependencies": { - "@pubsweet/model-user": ">=2.0.0", - "@pubsweet/models": ">=0.1.3", - "config": ">=3.0.1", - "lodash": ">=4.17.11", - "pubsweet-server": ">=11.0.0" - }, - "gitHead": "86193e110389e1c8dbb241c07495c5c79179aa6f" + "main": "src/index.js" } diff --git a/server/model-user/package.json b/server/model-user/package.json index f7f13d9dff..9a9a6b98f7 100644 --- a/server/model-user/package.json +++ b/server/model-user/package.json @@ -1,27 +1,8 @@ { - "name": "@pubsweet/model-user-time0", + "name": "@pubsweet/model-user", "version": "5.1.12", "description": "A basic User model", "main": "src/index.js", - "scripts": { - "test": "echo \"Error: no test specified\" && exit 1" - }, "author": "Adam Hyde", - "license": "MIT", - "dependencies": { - "@pubsweet/base-model": "^3.6.2", - "@pubsweet/errors": "^2.0.32", - "@pubsweet/logger": "^0.2.42", - "@pubsweet/models": "^0.3.7", - "bcrypt": "^3.0.6" - }, - "publishConfig": { - "access": "public" - }, - "peerDependencies": { - "config": ">=3.0.1", - "lodash": ">=4.17.11", - "pubsweet-server": ">=11.0.0" - }, - "gitHead": "6b100b76f21785e5e50fca082a2743d3d0b1c88a" + "license": "MIT" } -- GitLab