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

chore(release): publish

 - @pubsweet/base-model@3.0.4
 - pubsweet@4.0.4
 - pubsweet-client@9.1.0
 - @pubsweet/coko-theme@5.0.12
 - pubsweet-components@13.2.1
 - @pubsweet/db-manager@3.0.3
 - @pubsweet/default-theme@4.0.12
 - @pubsweet/errors@2.0.7
 - jest-environment-db@3.0.4
 - @pubsweet/logger@0.2.17
 - @pubsweet/models@0.2.4
 - pubsweet-server@13.2.0
 - pubsweet-sse@1.0.11
 - @pubsweet/styleguide@6.0.4
 - @pubsweet/ui-toolkit@2.1.4
 - @pubsweet/ui@10.0.4
 - @pubsweet/component-aws-s3@1.2.10
 - @pubsweet/component-email-templating@0.1.9
 - pubsweet-component-epub@0.5.15
 - pubsweet-component-form-group@2.0.8
 - pubsweet-component-login@2.1.1
 - pubsweet-component-navigation@1.0.13
 - @pubsweet/component-send-email@0.2.13
 - pubsweet-component-sortable-list@0.1.13
 - pubsweet-component-users-manager@3.0.4
 - @pubsweet/job-xsweet@1.1.2
 - @pubsweet/model-blog@0.0.10
 - @pubsweet/model-blogpost@0.0.10
 - @pubsweet/model-collection@4.0.4
 - @pubsweet/model-fragment@3.0.4
 - @pubsweet/model-team@2.0.4
 - @pu...
Showing
with 120 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.
## [3.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@3.0.3...@pubsweet/base-model@3.0.4) (2019-03-06)
**Note:** Version bump only for package @pubsweet/base-model
## [3.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@3.0.2...@pubsweet/base-model@3.0.3) (2019-03-05)
**Note:** Version bump only for package @pubsweet/base-model
......
{
"name": "@pubsweet/base-model",
"version": "3.0.3",
"version": "3.0.4",
"description": "",
"main": "src/index.js",
"scripts": {
......@@ -9,9 +9,9 @@
"author": "Adam Hyde",
"license": "MIT",
"dependencies": {
"@pubsweet/db-manager": "^3.0.2",
"@pubsweet/errors": "^2.0.6",
"@pubsweet/logger": "^0.2.16",
"@pubsweet/db-manager": "^3.0.3",
"@pubsweet/errors": "^2.0.7",
"@pubsweet/logger": "^0.2.17",
"http-status-codes": "^1.3.0",
"knex": "^0.16.3",
"lodash": "^4.17.11",
......@@ -19,7 +19,7 @@
"uuid": "^3.3.2"
},
"devDependencies": {
"pubsweet-server": "^13.1.0"
"pubsweet-server": "^13.2.0"
},
"peerDependencies": {
"config": "^3.0.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.
## [4.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@4.0.3...pubsweet@4.0.4) (2019-03-06)
**Note:** Version bump only for package pubsweet
## [4.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@4.0.2...pubsweet@4.0.3) (2019-03-05)
**Note:** Version bump only for package pubsweet
......
{
"name": "pubsweet",
"version": "4.0.3",
"version": "4.0.4",
"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": "^3.0.2",
"@pubsweet/logger": "^0.2.16",
"@pubsweet/db-manager": "^3.0.3",
"@pubsweet/logger": "^0.2.17",
"bluebird": "^3.5.0",
"colors": "^1.1.2",
"commander": "^2.9.0",
......@@ -26,7 +26,7 @@
"inflection": "^1.12.0",
"lodash": "^4.17.11",
"prompt": "flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87",
"pubsweet-server": "^13.1.0",
"pubsweet-server": "^13.2.0",
"uuid": "^3.0.1",
"webpack": "^4.29.0",
"webpack-dev-middleware": "^3.5.1",
......@@ -38,7 +38,7 @@
},
"devDependencies": {
"jest": "^24.0.0",
"jest-environment-db": "^3.0.3",
"jest-environment-db": "^3.0.4",
"nsp": "^2.8.1"
}
}
......@@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [9.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@9.0.3...pubsweet-client@9.1.0) (2019-03-06)
### Bug Fixes
* **authorize:** change teamType to role ([f1a83f2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f1a83f2))
* **authorize:** fix test for role ([10a8aea](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/10a8aea))
### Features
* **authorize:** add more team fields on GetUser ([eab6257](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/eab6257))
## [9.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@9.0.2...pubsweet-client@9.0.3) (2019-03-05)
**Note:** Version bump only for package pubsweet-client
......
{
"name": "pubsweet-client",
"version": "9.0.3",
"version": "9.1.0",
"main": "src/index.js",
"scripts": {
"compile": "babel -d lib/ src/",
......@@ -13,8 +13,8 @@
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^10.0.3",
"@pubsweet/ui-toolkit": "^2.1.3",
"@pubsweet/ui": "^10.0.4",
"@pubsweet/ui-toolkit": "^2.1.4",
"apollo-cache-inmemory": "^1.4.2",
"apollo-client": "^2.4.12",
"apollo-link": "^1.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.
## [5.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.11...@pubsweet/coko-theme@5.0.12) (2019-03-06)
**Note:** Version bump only for package @pubsweet/coko-theme
## [5.0.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.10...@pubsweet/coko-theme@5.0.11) (2019-03-05)
**Note:** Version bump only for package @pubsweet/coko-theme
......
{
"name": "@pubsweet/coko-theme",
"version": "5.0.11",
"version": "5.0.12",
"description": "This is a coko theme for Apps",
"main": "src",
"license": "MIT",
......@@ -8,7 +8,7 @@
"access": "public"
},
"dependencies": {
"@pubsweet/ui-toolkit": "^2.1.3",
"@pubsweet/ui-toolkit": "^2.1.4",
"cokourier-prime-sans": "git+https://gitlab.coko.foundation/julientaq/cokourier-sans-prime.git",
"styled-components": "^4.1.1",
"typeface-fira-sans-condensed": "^0.0.54",
......
......@@ -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.
## [1.2.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.9...@pubsweet/component-aws-s3@1.2.10) (2019-03-06)
**Note:** Version bump only for package @pubsweet/component-aws-s3
## [1.2.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.8...@pubsweet/component-aws-s3@1.2.9) (2019-03-05)
**Note:** Version bump only for package @pubsweet/component-aws-s3
......
{
"name": "@pubsweet/component-aws-s3",
"version": "1.2.9",
"version": "1.2.10",
"description": "AWS S3 upload component for PubSweet",
"license": "MIT",
"author": "Collaborative Knowledge Foundation",
......
......@@ -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.
## [13.2.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@13.2.0...pubsweet-components@13.2.1) (2019-03-06)
**Note:** Version bump only for package pubsweet-components
# [13.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@13.1.0...pubsweet-components@13.2.0) (2019-03-05)
......
......@@ -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.
## [0.1.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.1.8...@pubsweet/component-email-templating@0.1.9) (2019-03-06)
**Note:** Version bump only for package @pubsweet/component-email-templating
## [0.1.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.1.7...@pubsweet/component-email-templating@0.1.8) (2019-03-05)
**Note:** Version bump only for package @pubsweet/component-email-templating
......
{
"name": "@pubsweet/component-email-templating",
"version": "0.1.8",
"version": "0.1.9",
"description": "Send journal emails using templates from xPub/PubSweet",
"license": "MIT",
"author": "Collaborative Knowledge Foundation",
......@@ -9,7 +9,7 @@
],
"main": "index.js",
"dependencies": {
"@pubsweet/component-send-email": "^0.2.12",
"@pubsweet/component-send-email": "^0.2.13",
"handlebars": "^4.0.2"
},
"peerDependencies": {
......
......@@ -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.
## [0.5.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.14...pubsweet-component-epub@0.5.15) (2019-03-06)
**Note:** Version bump only for package pubsweet-component-epub
## [0.5.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.13...pubsweet-component-epub@0.5.14) (2019-03-05)
**Note:** Version bump only for package pubsweet-component-epub
......
{
"name": "pubsweet-component-epub",
"version": "0.5.14",
"version": "0.5.15",
"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.16",
"@pubsweet/logger": "^0.2.17",
"cheerio": "^1.0.0-rc.2",
"highlight.js": "^9.13.1",
"html-epub": "^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.
## [2.0.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@2.0.7...pubsweet-component-form-group@2.0.8) (2019-03-06)
**Note:** Version bump only for package pubsweet-component-form-group
## [2.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@2.0.6...pubsweet-component-form-group@2.0.7) (2019-03-05)
**Note:** Version bump only for package pubsweet-component-form-group
......
{
"name": "pubsweet-component-form-group",
"version": "2.0.7",
"version": "2.0.8",
"description": "Form component with validation support for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
......
......@@ -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.
## [2.1.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@2.1.0...pubsweet-component-login@2.1.1) (2019-03-06)
**Note:** Version bump only for package pubsweet-component-login
# [2.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-login@2.0.2...pubsweet-component-login@2.1.0) (2019-03-05)
......
{
"name": "pubsweet-component-login",
"version": "2.1.0",
"version": "2.1.1",
"description": "Basic login component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^10.0.3",
"@pubsweet/ui": "^10.0.4",
"@pubsweet/ui-toolkit": "2.0.7",
"formik": "^1.3.0",
"prop-types": "^15.5.10",
......
......@@ -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.
## [1.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-navigation@1.0.12...pubsweet-component-navigation@1.0.13) (2019-03-06)
**Note:** Version bump only for package pubsweet-component-navigation
## [1.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-navigation@1.0.11...pubsweet-component-navigation@1.0.12) (2019-03-05)
**Note:** Version bump only for package pubsweet-component-navigation
......
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