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

chore(release): publish

 - pubsweet@2.3.0
 - pubsweet-client@4.1.0
 - pubsweet-components@9.6.0
 - @pubsweet/db-manager@1.3.0
 - @pubsweet/logger@0.2.5
 - pubsweet-server@8.0.0
 - @pubsweet/styleguide@3.1.6
 - @pubsweet/ui@8.4.0
 - @pubsweet/component-aws-s3@1.2.1
 - pubsweet-component-epub@0.3.2
 - pubsweet-component-form-group@1.1.16
 - pubsweet-component-ink-backend@0.2.12
 - pubsweet-component-login@1.1.12
 - pubsweet-component-password-reset-frontend@2.0.10
 - pubsweet-component-posts-manager@1.0.30
 - pubsweet-component-signup@1.0.26
 - pubsweet-component-teams-manager@1.1.18
 - pubsweet-component-xpub-dashboard@3.0.8
 - xpub-edit@2.5.0
 - pubsweet-component-xpub-manuscript@0.4.2
 - pubsweet-component-xpub-review-backend@0.2.4
 - pubsweet-component-xpub-review@3.1.6
 - pubsweet-component-xpub-submit@4.0.8
parent 2b6a3b4d
No related branches found
No related tags found
No related merge requests found
Showing
with 149 additions and 24 deletions
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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",
......
......@@ -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)
......
{
"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"
......
......@@ -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)
......
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