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

chore(release): publish

 - pubsweet@2.1.8
 - pubsweet-client@2.4.0
 - @pubsweet/coko-theme@0.1.1
 - pubsweet-components@5.2.0
 - @pubsweet/db-manager@1.0.8
 - @pubsweet/default-theme@0.2.2
 - @pubsweet/elife-theme@0.1.1
 - pubsweet-server@5.0.0
 - pubsweet-sse@0.1.5
 - @pubsweet/styleguide@1.2.3
 - @pubsweet/ui@3.3.3
 - pubsweet-component-form-group@1.1.8
 - pubsweet-component-password-reset-frontend@1.0.11
 - pubsweet-component-posts-manager@1.0.12
 - pubsweet-component-signup@1.0.11
 - pubsweet-component-teams-manager@1.1.2
 - pubsweet-component-xpub-app@0.0.10
 - xpub-connect@0.0.10
 - pubsweet-component-xpub-dashboard@0.2.0
 - xpub-edit@0.0.10
 - pubsweet-component-xpub-find-reviewers@0.0.10
 - pubsweet-component-xpub-manuscript@0.0.11
 - pubsweet-component-xpub-review@0.1.4
 - xpub-styleguide@0.0.10
 - pubsweet-component-xpub-submit@0.0.10
parent 5b43f5b1
No related branches found
No related tags found
No related merge requests found
Showing
with 133 additions and 30 deletions
......@@ -3,7 +3,20 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="2.1.7"></a>
<a name="2.1.8"></a>
## [2.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.1.7...pubsweet@2.1.8) (2018-04-11)
### Bug Fixes
* **cli:** fail early when database exists and clobber not set ([67dbe20](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/67dbe20))
* **test:** set the clobber option for setupdb test ([bb81d21](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bb81d21))
* add back clobber undefined to false override ([c966115](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c966115))
<a name="2.1.7"></a>
## [2.1.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.1.6...pubsweet@2.1.7) (2018-04-03)
......@@ -11,7 +24,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package pubsweet
<a name="2.1.6"></a>
<a name="2.1.6"></a>
## [2.1.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@2.1.5...pubsweet@2.1.6) (2018-03-30)
......
{
"name": "pubsweet",
"version": "2.1.7",
"version": "2.1.8",
"description": "Pubsweet command-line interface, app generator and manager",
"bin": "./bin/pubsweet.js",
"scripts": {
......@@ -14,7 +14,7 @@
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/db-manager": "^1.0.7",
"@pubsweet/db-manager": "^1.0.8",
"@pubsweet/logger": "^0.2.2",
"bluebird": "^3.5.0",
"colors": "^1.1.2",
......@@ -24,7 +24,7 @@
"fs-extra": "^4.0.2",
"inflection": "^1.12.0",
"prompt": "flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87",
"pubsweet-server": "^4.0.0",
"pubsweet-server": "^5.0.0",
"require-relative": "^0.8.7",
"uuid": "^3.0.1",
"webpack": "^3.8.1",
......
......@@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="2.4.0"></a>
# [2.4.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@2.3.1...pubsweet-client@2.4.0) (2018-04-11)
### Features
* enable the Apollo client to be customised ([0546acc](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0546acc))
<a name="2.3.1"></a>
## [2.3.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@2.3.0...pubsweet-client@2.3.1) (2018-03-30)
......
{
"name": "pubsweet-client",
"version": "2.3.1",
"version": "2.4.0",
"main": "src/index.js",
"scripts": {
"compile": "babel -d lib/ src/",
......@@ -13,7 +13,7 @@
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^3.3.2",
"@pubsweet/ui": "^3.3.3",
"apollo-client-preset": "^1.0.8",
"apollo-link": "^1.2.1",
"apollo-link-context": "^1.0.5",
......
......@@ -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.1.1"></a>
## [0.1.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@0.1.0...@pubsweet/coko-theme@0.1.1) (2018-04-11)
**Note:** Version bump only for package @pubsweet/coko-theme
<a name="0.1.0"></a>
# 0.1.0 (2018-03-28)
......
{
"name": "@pubsweet/coko-theme",
"version": "0.1.0",
"version": "0.1.1",
"description": "This is a coko theme for Apps",
"main": "src",
"license": "MIT",
......
......@@ -3,7 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="5.1.0"></a>
<a name="5.2.0"></a>
# [5.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@5.1.0...pubsweet-components@5.2.0) (2018-04-11)
### Bug Fixes
* **components:** change title styling ([3c154ba](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3c154ba))
* bump standard dependency ([0c599db](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/0c599db))
### Features
* **components:** add Link to control panel ([85458b9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/85458b9))
* **components:** fix import add link ([dfe4818](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/dfe4818))
<a name="5.1.0"></a>
# [5.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@5.0.0...pubsweet-components@5.1.0) (2018-04-03)
......@@ -24,7 +42,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
<a name="5.0.0"></a>
<a name="5.0.0"></a>
# [5.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@4.3.0...pubsweet-components@5.0.0) (2018-03-30)
......
......@@ -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.8"></a>
## [1.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.7...pubsweet-component-form-group@1.1.8) (2018-04-11)
**Note:** Version bump only for package pubsweet-component-form-group
<a name="1.1.7"></a>
## [1.1.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.6...pubsweet-component-form-group@1.1.7) (2018-04-03)
......
{
"name": "pubsweet-component-form-group",
"version": "1.1.7",
"version": "1.1.8",
"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": "^4.0.0"
"pubsweet-server": "^5.0.0"
},
"peerDependencies": {
"pubsweet-client": ">=1.0.0",
......
......@@ -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.11"></a>
## [1.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@1.0.10...pubsweet-component-password-reset-frontend@1.0.11) (2018-04-11)
**Note:** Version bump only for package pubsweet-component-password-reset-frontend
<a name="1.0.10"></a>
## [1.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@1.0.9...pubsweet-component-password-reset-frontend@1.0.10) (2018-04-03)
......
{
"name": "pubsweet-component-password-reset-frontend",
"version": "1.0.10",
"version": "1.0.11",
"description": "Password reset frontend component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^3.3.2",
"@pubsweet/ui": "^3.3.3",
"prop-types": "^15.5.10",
"query-string": "^5.0.0",
"react-router": "^4.2.0",
......
......@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="1.0.12"></a>
## [1.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.11...pubsweet-component-posts-manager@1.0.12) (2018-04-11)
**Note:** Version bump only for package pubsweet-component-posts-manager
<a name="1.0.11"></a>
## [1.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.10...pubsweet-component-posts-manager@1.0.11) (2018-04-03)
......
{
"name": "pubsweet-component-posts-manager",
"version": "1.0.11",
"version": "1.0.12",
"description": "Basic Posts manager component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^3.3.2",
"@pubsweet/ui": "^3.3.3",
"prop-types": "^15.5.10",
"pubsweet-component-form-group": "^1.1.7",
"pubsweet-component-form-group": "^1.1.8",
"react-redux": "^5.0.6",
"react-router-dom": "^4.2.2",
"redux": "^3.7.2"
......
......@@ -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.11"></a>
## [1.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.10...pubsweet-component-signup@1.0.11) (2018-04-11)
**Note:** Version bump only for package pubsweet-component-signup
<a name="1.0.10"></a>
## [1.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.9...pubsweet-component-signup@1.0.10) (2018-04-03)
......
{
"name": "pubsweet-component-signup",
"version": "1.0.10",
"version": "1.0.11",
"description": "Basic signup form component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^3.3.2",
"@pubsweet/ui": "^3.3.3",
"prop-types": "^15.5.10",
"react-bootstrap": "^0.32.0",
"react-redux": "^5.0.6",
......
......@@ -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.2"></a>
## [1.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.1...pubsweet-component-teams-manager@1.1.2) (2018-04-11)
**Note:** Version bump only for package pubsweet-component-teams-manager
<a name="1.1.1"></a>
## [1.1.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.0...pubsweet-component-teams-manager@1.1.1) (2018-04-03)
......
{
"name": "pubsweet-component-teams-manager",
"version": "1.1.1",
"version": "1.1.2",
"description": "Basic teams manager component for PubSweet",
"main": "src/index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^3.3.2",
"@pubsweet/ui": "^3.3.3",
"prop-types": "^15.5.10",
"react-dom": "^16.2.0",
"react-redux": "^5.0.6",
......
{
"name": "pubsweet-components",
"version": "5.1.0",
"version": "5.2.0",
"private": true,
"scripts": {
"test": "jest --coverage"
},
"devDependencies": {
"@pubsweet/logger": "^0.2.1",
"@pubsweet/styleguide": "^1.2.2",
"@pubsweet/styleguide": "^1.2.3",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.0.3",
"babel-loader": "^7.1.2",
......@@ -26,9 +26,9 @@
"joi-browser": "^13.0.1",
"lerna": "^2.5.1",
"node-sass": "^4.5.3",
"pubsweet": "^2.1.7",
"pubsweet-client": "^2.3.1",
"pubsweet-server": "^4.0.0",
"pubsweet": "^2.1.8",
"pubsweet-client": "^2.4.0",
"pubsweet-server": "^5.0.0",
"pubsweet-theme-plugin": "^0.0.3",
"react": "^16.2.0",
"react-dom": "^16.2.0",
......@@ -48,8 +48,13 @@
"moduleNameMapper": {
"\\.s?css$": "identity-obj-proxy"
},
"transformIgnorePatterns": ["/node_modules/(?!@?pubsweet)"],
"testPathIgnorePatterns": ["/node_modules", "config/"],
"transformIgnorePatterns": [
"/node_modules/(?!@?pubsweet)"
],
"testPathIgnorePatterns": [
"/node_modules",
"config/"
],
"globals": {
"PUBSWEET_COMPONENTS": [],
"fetch": true
......
......@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="0.0.10"></a>
## [0.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-app@0.0.9...pubsweet-component-xpub-app@0.0.10) (2018-04-11)
**Note:** Version bump only for package pubsweet-component-xpub-app
<a name="0.0.9"></a>
## [0.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-xpub-app@0.0.8...pubsweet-component-xpub-app@0.0.9) (2018-04-03)
......
{
"name": "pubsweet-component-xpub-app",
"version": "0.0.9",
"version": "0.0.10",
"main": "src",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
......@@ -9,7 +9,7 @@
"dist"
],
"dependencies": {
"@pubsweet/ui": "^3.3.2",
"@pubsweet/ui": "^3.3.3",
"prop-types": "^15.5.10",
"react-redux": "^5.0.2",
"recompose": "^0.26.0",
......
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