Skip to content
Snippets Groups Projects
Commit c7373fbf authored by Jure's avatar Jure
Browse files

chore(release): publish

 - @pubsweet/base-model@1.0.6
 - pubsweet@3.0.6
 - pubsweet-client@6.0.1
 - pubsweet-components@9.8.0
 - @pubsweet/db-manager@2.0.6
 - pubsweet-server@10.0.1
 - @pubsweet/styleguide@3.1.12
 - @pubsweet/ui@8.7.1
 - pubsweet-component-epub@0.4.0
 - pubsweet-component-form-group@1.1.26
 - pubsweet-component-login@1.1.18
 - pubsweet-component-password-reset-frontend@2.0.16
 - pubsweet-component-posts-manager@1.0.41
 - pubsweet-component-signup@1.0.32
 - pubsweet-component-teams-manager@1.1.25
 - pubsweet-component-xpub-dashboard@3.0.15
 - pubsweet-component-xpub-formbuilder@0.1.5
 - pubsweet-component-xpub-manuscript@0.5.7
 - pubsweet-component-xpub-review@3.1.13
 - pubsweet-component-xpub-submit@4.1.4
 - pubsweet-component-xpub-teams-manager@0.1.4
parent 927c63a7
No related branches found
No related tags found
No related merge requests found
Showing
with 101 additions and 29 deletions
{ {
"name": "pubsweet-component-teams-manager", "name": "pubsweet-component-teams-manager",
"version": "1.1.24", "version": "1.1.25",
"description": "Basic teams manager component for PubSweet", "description": "Basic teams manager component for PubSweet",
"main": "src/index.js", "main": "src/index.js",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-redux": "^5.0.6", "react-redux": "^5.0.6",
......
{ {
"name": "pubsweet-components", "name": "pubsweet-components",
"version": "9.7.8", "version": "9.8.0",
"private": true, "private": true,
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@pubsweet/logger": "^0.2.7", "@pubsweet/logger": "^0.2.7",
"@pubsweet/styleguide": "^3.1.11", "@pubsweet/styleguide": "^3.1.12",
"babel-cli": "^6.26.0", "babel-cli": "^6.26.0",
"babel-eslint": "^8.0.3", "babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2", "babel-loader": "^7.1.2",
...@@ -25,9 +25,9 @@ ...@@ -25,9 +25,9 @@
"joi-browser": "^13.4.0", "joi-browser": "^13.4.0",
"lerna": "^2.5.1", "lerna": "^2.5.1",
"node-sass": "^4.5.3", "node-sass": "^4.5.3",
"pubsweet": "^3.0.5", "pubsweet": "^3.0.6",
"pubsweet-client": "^6.0.0", "pubsweet-client": "^6.0.1",
"pubsweet-server": "^10.0.0", "pubsweet-server": "^10.0.1",
"pubsweet-theme-plugin": "^0.0.3", "pubsweet-theme-plugin": "^0.0.3",
"react": "^16.3.2", "react": "^16.3.2",
"react-dom": "^16.3.2", "react-dom": "^16.3.2",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.0.15"></a>
## [3.0.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@3.0.14...pubsweet-component-xpub-dashboard@3.0.15) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-xpub-dashboard
<a name="3.0.14"></a> <a name="3.0.14"></a>
## [3.0.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@3.0.13...pubsweet-component-xpub-dashboard@3.0.14) (2018-09-27) ## [3.0.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-dashboard@3.0.13...pubsweet-component-xpub-dashboard@3.0.14) (2018-09-27)
......
{ {
"name": "pubsweet-component-xpub-dashboard", "name": "pubsweet-component-xpub-dashboard",
"version": "3.0.14", "version": "3.0.15",
"main": "src", "main": "src",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.2.0", "@pubsweet/ui-toolkit": "^1.2.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"lodash": "^4.17.4", "lodash": "^4.17.4",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<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> <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) ## [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)
......
{ {
"name": "pubsweet-component-xpub-formbuilder", "name": "pubsweet-component-xpub-formbuilder",
"version": "0.1.4", "version": "0.1.5",
"description": "Form builder component for Xpub", "description": "Form builder component for Xpub",
"main": "src/index.js", "main": "src/index.js",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.1.3", "@pubsweet/ui-toolkit": "^1.1.3",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.5.7"></a>
## [0.5.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.5.6...pubsweet-component-xpub-manuscript@0.5.7) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-xpub-manuscript
<a name="0.5.6"></a> <a name="0.5.6"></a>
## [0.5.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.5.5...pubsweet-component-xpub-manuscript@0.5.6) (2018-09-29) ## [0.5.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-manuscript@0.5.5...pubsweet-component-xpub-manuscript@0.5.6) (2018-09-29)
......
{ {
"name": "pubsweet-component-xpub-manuscript", "name": "pubsweet-component-xpub-manuscript",
"version": "0.5.6", "version": "0.5.7",
"license": "MIT", "license": "MIT",
"files": [ "files": [
"src", "src",
...@@ -31,7 +31,7 @@ ...@@ -31,7 +31,7 @@
"file-loader": "^1.1.5", "file-loader": "^1.1.5",
"node-sass": "^4.5.3", "node-sass": "^4.5.3",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"pubsweet-client": "^6.0.0", "pubsweet-client": "^6.0.1",
"react": "^16.2.0", "react": "^16.2.0",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
"react-redux": "^5.0.2", "react-redux": "^5.0.2",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.1.13"></a>
## [3.1.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@3.1.12...pubsweet-component-xpub-review@3.1.13) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-xpub-review
<a name="3.1.12"></a> <a name="3.1.12"></a>
## [3.1.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@3.1.11...pubsweet-component-xpub-review@3.1.12) (2018-09-27) ## [3.1.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-review@3.1.11...pubsweet-component-xpub-review@3.1.12) (2018-09-27)
......
{ {
"name": "pubsweet-component-xpub-review", "name": "pubsweet-component-xpub-review",
"version": "3.1.12", "version": "3.1.13",
"main": "src", "main": "src",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.2.0", "@pubsweet/ui-toolkit": "^1.2.0",
"classnames": "^2.2.5", "classnames": "^2.2.5",
"lodash": "^4.17.4", "lodash": "^4.17.4",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="4.1.4"></a>
## [4.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@4.1.3...pubsweet-component-xpub-submit@4.1.4) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-xpub-submit
<a name="4.1.3"></a> <a name="4.1.3"></a>
## [4.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@4.1.2...pubsweet-component-xpub-submit@4.1.3) (2018-09-27) ## [4.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-submit@4.1.2...pubsweet-component-xpub-submit@4.1.3) (2018-09-27)
......
{ {
"name": "pubsweet-component-xpub-submit", "name": "pubsweet-component-xpub-submit",
"version": "4.1.3", "version": "4.1.4",
"main": "src", "main": "src",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.2.0", "@pubsweet/ui-toolkit": "^1.2.0",
"apollo-client-preset": "^1.0.8", "apollo-client-preset": "^1.0.8",
"lodash": "^4.17.4", "lodash": "^4.17.4",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.1.4"></a>
## [0.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-teams-manager@0.1.3...pubsweet-component-xpub-teams-manager@0.1.4) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-xpub-teams-manager
<a name="0.1.3"></a> <a name="0.1.3"></a>
## [0.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-teams-manager@0.1.2...pubsweet-component-xpub-teams-manager@0.1.3) (2018-09-27) ## [0.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-teams-manager@0.1.2...pubsweet-component-xpub-teams-manager@0.1.3) (2018-09-27)
......
{ {
"name": "pubsweet-component-xpub-teams-manager", "name": "pubsweet-component-xpub-teams-manager",
"version": "0.1.3", "version": "0.1.4",
"description": "Teams manager component for Xpub", "description": "Teams manager component for Xpub",
"main": "src/index.js", "main": "src/index.js",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"dist" "dist"
], ],
"dependencies": { "dependencies": {
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.2.0", "@pubsweet/ui-toolkit": "^1.2.0",
"prop-types": "^15.5.10", "prop-types": "^15.5.10",
"react-dom": "^16.2.0", "react-dom": "^16.2.0",
......
...@@ -3,7 +3,15 @@ ...@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="2.0.5"></a> <a name="2.0.6"></a>
## [2.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@2.0.5...@pubsweet/db-manager@2.0.6) (2018-10-08)
**Note:** Version bump only for package @pubsweet/db-manager
<a name="2.0.5"></a>
## [2.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@2.0.4...@pubsweet/db-manager@2.0.5) (2018-09-29) ## [2.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@2.0.4...@pubsweet/db-manager@2.0.5) (2018-09-29)
...@@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ...@@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @pubsweet/db-manager **Note:** Version bump only for package @pubsweet/db-manager
<a name="2.0.4"></a> <a name="2.0.4"></a>
## [2.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@2.0.3...@pubsweet/db-manager@2.0.4) (2018-09-28) ## [2.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/db-manager@2.0.3...@pubsweet/db-manager@2.0.4) (2018-09-28)
......
{ {
"name": "@pubsweet/db-manager", "name": "@pubsweet/db-manager",
"version": "2.0.5", "version": "2.0.6",
"description": "Provides database management utilities to Pubsweet apps.", "description": "Provides database management utilities to Pubsweet apps.",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
"isomorphic-fetch": "^2.2.1", "isomorphic-fetch": "^2.2.1",
"joi": "^13.6.0", "joi": "^13.6.0",
"pg": "^7.4.1", "pg": "^7.4.1",
"pubsweet-server": "^10.0.0", "pubsweet-server": "^10.0.1",
"tmp": "^0.0.33", "tmp": "^0.0.33",
"umzug": "^2.1.0" "umzug": "^2.1.0"
} }
......
...@@ -3,7 +3,15 @@ ...@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="10.0.0"></a> <a name="10.0.1"></a>
## [10.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@10.0.0...pubsweet-server@10.0.1) (2018-10-08)
**Note:** Version bump only for package pubsweet-server
<a name="10.0.0"></a>
# [10.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@9.2.0...pubsweet-server@10.0.0) (2018-09-29) # [10.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@9.2.0...pubsweet-server@10.0.0) (2018-09-29)
...@@ -23,7 +31,7 @@ will break as the GraphQL schema will conflict. ...@@ -23,7 +31,7 @@ will break as the GraphQL schema will conflict.
<a name="9.2.0"></a> <a name="9.2.0"></a>
# [9.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@9.1.2...pubsweet-server@9.2.0) (2018-09-28) # [9.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@9.1.2...pubsweet-server@9.2.0) (2018-09-28)
......
{ {
"name": "pubsweet-server", "name": "pubsweet-server",
"version": "10.0.0", "version": "10.0.1",
"scripts": { "scripts": {
"test": "jest", "test": "jest",
"vuln-test": "nsp check" "vuln-test": "nsp check"
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
"winston": "^2.2.0" "winston": "^2.2.0"
}, },
"devDependencies": { "devDependencies": {
"@pubsweet/db-manager": "^2.0.5", "@pubsweet/db-manager": "^2.0.6",
"eventsource": "^1.0.4", "eventsource": "^1.0.4",
"jest-cli": "^23.5.0", "jest-cli": "^23.5.0",
"jest-environment-db": "^2.0.0", "jest-environment-db": "^2.0.0",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.1.12"></a>
## [3.1.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@3.1.11...@pubsweet/styleguide@3.1.12) (2018-10-08)
**Note:** Version bump only for package @pubsweet/styleguide
<a name="3.1.11"></a> <a name="3.1.11"></a>
## [3.1.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@3.1.10...@pubsweet/styleguide@3.1.11) (2018-09-27) ## [3.1.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@3.1.10...@pubsweet/styleguide@3.1.11) (2018-09-27)
......
{ {
"name": "@pubsweet/styleguide", "name": "@pubsweet/styleguide",
"version": "3.1.11", "version": "3.1.12",
"license": "MIT", "license": "MIT",
"files": [ "files": [
"src", "src",
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
"dependencies": { "dependencies": {
"@elifesciences/elife-theme": "^1.0.0", "@elifesciences/elife-theme": "^1.0.0",
"@pubsweet/default-theme": "^3.0.0", "@pubsweet/default-theme": "^3.0.0",
"@pubsweet/ui": "^8.7.0", "@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.2.0", "@pubsweet/ui-toolkit": "^1.2.0",
"faker": "^4.1.0", "faker": "^4.1.0",
"lodash": "^4.17.5", "lodash": "^4.17.5",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment