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
......@@ -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/elife-theme@0.1.0...@pubsweet/elife-theme@0.1.1) (2018-04-11)
**Note:** Version bump only for package @pubsweet/elife-theme
<a name="0.1.0"></a>
# 0.1.0 (2018-03-05)
......
{
"name": "@pubsweet/elife-theme",
"version": "0.1.0",
"version": "0.1.1",
"description": "Theme for eLife apps",
"main": "src",
"license": "MIT",
......
......@@ -3,7 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="4.0.0"></a>
<a name="5.0.0"></a>
# [5.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@4.0.0...pubsweet-server@5.0.0) (2018-04-11)
### Bug Fixes
* **graphql:** make teamType a string ([d2005ac](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d2005ac))
* **pubsweet-server:** typo correction ([ed88381](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/ed88381))
* **pubsweet-server:** update teams api ([6652307](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6652307))
* **teams:** add object.team to authsome query ([79b39b5](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/79b39b5))
* **teams:** fix test authsome mode for PATCH ([f448c19](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f448c19))
### BREAKING CHANGES
* **pubsweet-server:** The teams API endpoints now work differently in terms of filtering capabilities & in combination with Authsome, in the same way as the collections and fragments API endpoints work. See https://gitlab.coko.foundation/pubsweet/pubsweet/merge_requests/177 for more information.
<a name="4.0.0"></a>
# [4.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@3.0.0...pubsweet-server@4.0.0) (2018-04-03)
......@@ -20,7 +40,7 @@ ids, as it's stored in the database.
<a name="3.0.0"></a>
<a name="3.0.0"></a>
# [3.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-server@2.0.5...pubsweet-server@3.0.0) (2018-03-30)
......
{
"name": "pubsweet-server",
"version": "4.0.0",
"version": "5.0.0",
"scripts": {
"test": "jest",
"vuln-test": "nsp check"
......@@ -41,7 +41,7 @@
"pg": "^7.4.1",
"promise-queue": "^2.2.3",
"prompt": "^1.0.0",
"pubsweet-sse": "^0.1.4",
"pubsweet-sse": "^0.1.5",
"require-relative": "^0.8.7",
"uuid": "^3.0.1",
"winston": "^2.2.0"
......
# Change Log
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.5"></a>
## [0.1.5](http://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-sse@0.1.4...pubsweet-sse@0.1.5) (2018-04-11)
### Bug Fixes
* bump standard dependency ([0c599db](http://gitlab.coko.foundation/pubsweet/pubsweet/commit/0c599db))
{
"name": "pubsweet-sse",
"description": "Broadcast server-sent events to connected Express clients",
"version": "0.1.4",
"version": "0.1.5",
"homepage": "https://gitlab.coko.foundation/pubsweet/pubsweet",
"repository": {
"type": "git",
......@@ -10,7 +10,9 @@
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"main": "lib/SSE.js",
"files": ["lib"],
"files": [
"lib"
],
"engines": {
"node": ">= 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.2.3"></a>
## [1.2.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@1.2.2...@pubsweet/styleguide@1.2.3) (2018-04-11)
**Note:** Version bump only for package @pubsweet/styleguide
<a name="1.2.2"></a>
## [1.2.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/styleguide@1.2.1...@pubsweet/styleguide@1.2.2) (2018-03-30)
......
{
"name": "@pubsweet/styleguide",
"version": "1.2.2",
"version": "1.2.3",
"files": [
"src",
"dist"
],
"main": "src",
"dependencies": {
"@pubsweet/default-theme": "^0.2.1",
"@pubsweet/elife-theme": "^0.1.0",
"@pubsweet/ui": "^3.3.2",
"@pubsweet/default-theme": "^0.2.2",
"@pubsweet/elife-theme": "^0.1.1",
"@pubsweet/ui": "^3.3.3",
"faker": "^4.1.0",
"lodash": "^4.17.5",
"react": "^16.2.0",
......
......@@ -3,7 +3,15 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
<a name="3.3.2"></a>
<a name="3.3.3"></a>
## [3.3.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@3.3.2...@pubsweet/ui@3.3.3) (2018-04-11)
**Note:** Version bump only for package @pubsweet/ui
<a name="3.3.2"></a>
## [3.3.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@3.3.1...@pubsweet/ui@3.3.2) (2018-03-30)
......@@ -11,7 +19,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
**Note:** Version bump only for package @pubsweet/ui
<a name="3.3.1"></a>
<a name="3.3.1"></a>
## [3.3.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/ui@3.3.0...@pubsweet/ui@3.3.1) (2018-03-28)
......
{
"name": "@pubsweet/ui",
"version": "3.3.2",
"version": "3.3.3",
"files": [
"docs",
"dist",
......@@ -32,7 +32,7 @@
"styled-components": "^3.2.5"
},
"devDependencies": {
"@pubsweet/styleguide": "^1.2.2",
"@pubsweet/styleguide": "^1.2.3",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-preset-env": "^1.6.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