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
Showing
with 122 additions and 23 deletions
......@@ -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.6"></a>
## [1.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@1.0.5...@pubsweet/base-model@1.0.6) (2018-10-08)
**Note:** Version bump only for package @pubsweet/base-model
<a name="1.0.5"></a>
## [1.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@1.0.4...@pubsweet/base-model@1.0.5) (2018-09-29)
......
{
"name": "@pubsweet/base-model",
"version": "1.0.5",
"version": "1.0.6",
"description": "",
"main": "src/index.js",
"scripts": {
......@@ -10,7 +10,7 @@
"license": "MIT",
"dependencies": {
"objection": "^1.2.3",
"pubsweet-server": "^10.0.0"
"pubsweet-server": "^10.0.1"
},
"publishConfig": {
"access": "public"
......
......@@ -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="3.0.5"></a>
<a name="3.0.6"></a>
## [3.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.0.5...pubsweet@3.0.6) (2018-10-08)
### Bug Fixes
* **cli:** update migration teardown to use knex instead of pg ([8cc2a3e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8cc2a3e))
<a name="3.0.5"></a>
## [3.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.0.4...pubsweet@3.0.5) (2018-09-29)
......@@ -11,7 +22,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package pubsweet
<a name="3.0.4"></a>
<a name="3.0.4"></a>
## [3.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.0.3...pubsweet@3.0.4) (2018-09-28)
......
{
"name": "pubsweet",
"version": "3.0.5",
"version": "3.0.6",
"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": "^2.0.5",
"@pubsweet/db-manager": "^2.0.6",
"@pubsweet/logger": "^0.2.7",
"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": "^10.0.0",
"pubsweet-server": "^10.0.1",
"uuid": "^3.0.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.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="6.0.1"></a>
## [6.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@6.0.0...pubsweet-client@6.0.1) (2018-10-08)
**Note:** Version bump only for package pubsweet-client
<a name="6.0.0"></a>
# [6.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@5.0.2...pubsweet-client@6.0.0) (2018-09-29)
......
{
"name": "pubsweet-client",
"version": "6.0.0",
"version": "6.0.1",
"main": "src/index.js",
"scripts": {
"compile": "babel -d lib/ src/",
......@@ -13,7 +13,7 @@
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^8.7.0",
"@pubsweet/ui": "^8.7.1",
"@pubsweet/ui-toolkit": "^1.2.0",
"apollo-cache-inmemory": "^1.2.4",
"apollo-client": "^2.3.4",
......
......@@ -3,7 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="9.7.8"></a>
<a name="9.8.0"></a>
# [9.8.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@9.7.8...pubsweet-components@9.8.0) (2018-10-08)
### Features
* **$epub:** additional converter for ucp ([293274d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/293274d))
* **epub:** additional converter for UCP ([87b3041](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/87b3041))
<a name="9.7.8"></a>
## [9.7.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@9.7.7...pubsweet-components@9.7.8) (2018-09-29)
......@@ -11,7 +23,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package pubsweet-components
<a name="9.7.7"></a>
<a name="9.7.7"></a>
## [9.7.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@9.7.6...pubsweet-components@9.7.7) (2018-09-28)
......
......@@ -3,6 +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="0.4.0"></a>
# [0.4.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.3.5...pubsweet-component-epub@0.4.0) (2018-10-08)
### Features
* **$epub:** additional converter for ucp ([293274d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/293274d))
* **epub:** additional converter for UCP ([87b3041](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/87b3041))
<a name="0.3.5"></a>
## [0.3.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.3.4...pubsweet-component-epub@0.3.5) (2018-09-25)
......
{
"name": "pubsweet-component-epub",
"version": "0.3.5",
"version": "0.4.0",
"description": "Backend EPUB export component for PubSweet",
"main": "index.js",
"scripts": {
......
......@@ -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.26"></a>
## [1.1.26](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.25...pubsweet-component-form-group@1.1.26) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-form-group
<a name="1.1.25"></a>
## [1.1.25](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.24...pubsweet-component-form-group@1.1.25) (2018-09-29)
......
{
"name": "pubsweet-component-form-group",
"version": "1.1.25",
"version": "1.1.26",
"description": "Form component with validation support for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
......@@ -8,7 +8,7 @@
"dependencies": {
"joi-browser": "^13.4.0",
"prop-types": "^15.5.10",
"pubsweet-server": "^10.0.0"
"pubsweet-server": "^10.0.1"
},
"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.1.18"></a>
## [1.1.18](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@1.1.17...pubsweet-component-login@1.1.18) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-login
<a name="1.1.17"></a>
## [1.1.17](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@1.1.16...pubsweet-component-login@1.1.17) (2018-09-27)
......
{
"name": "pubsweet-component-login",
"version": "1.1.17",
"version": "1.1.18",
"description": "Basic login component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^8.7.0",
"@pubsweet/ui": "^8.7.1",
"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.16"></a>
## [2.0.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@2.0.15...pubsweet-component-password-reset-frontend@2.0.16) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-password-reset-frontend
<a name="2.0.15"></a>
## [2.0.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-password-reset-frontend@2.0.14...pubsweet-component-password-reset-frontend@2.0.15) (2018-09-27)
......
{
"name": "pubsweet-component-password-reset-frontend",
"version": "2.0.15",
"version": "2.0.16",
"description": "Password reset frontend component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^8.7.0",
"@pubsweet/ui": "^8.7.1",
"@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.41"></a>
## [1.0.41](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.40...pubsweet-component-posts-manager@1.0.41) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-posts-manager
<a name="1.0.40"></a>
## [1.0.40](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-posts-manager@1.0.39...pubsweet-component-posts-manager@1.0.40) (2018-09-29)
......
{
"name": "pubsweet-component-posts-manager",
"version": "1.0.40",
"version": "1.0.41",
"description": "Basic Posts manager component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^8.7.0",
"@pubsweet/ui": "^8.7.1",
"prop-types": "^15.5.10",
"pubsweet-component-form-group": "^1.1.25",
"pubsweet-component-form-group": "^1.1.26",
"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.32"></a>
## [1.0.32](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.31...pubsweet-component-signup@1.0.32) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-signup
<a name="1.0.31"></a>
## [1.0.31](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-signup@1.0.30...pubsweet-component-signup@1.0.31) (2018-09-27)
......
{
"name": "pubsweet-component-signup",
"version": "1.0.31",
"version": "1.0.32",
"description": "Basic signup form component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^8.7.0",
"@pubsweet/ui": "^8.7.1",
"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.25"></a>
## [1.1.25](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.24...pubsweet-component-teams-manager@1.1.25) (2018-10-08)
**Note:** Version bump only for package pubsweet-component-teams-manager
<a name="1.1.24"></a>
## [1.1.24](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-teams-manager@1.1.23...pubsweet-component-teams-manager@1.1.24) (2018-09-27)
......
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