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

chore(release): publish

 - @pubsweet/base-model@1.2.0
 - pubsweet@3.1.0
 - pubsweet-client@8.0.1
 - @pubsweet/coko-theme@5.0.4
 - pubsweet-components@11.0.0
 - @pubsweet/db-manager@2.2.0
 - @pubsweet/default-theme@4.0.4
 - @pubsweet/logger@0.2.9
 - @pubsweet/models@0.1.0
 - pubsweet-server@11.0.0
 - pubsweet-sse@1.0.3
 - @pubsweet/styleguide@5.0.0
 - @pubsweet/ui-toolkit@2.0.4
 - @pubsweet/ui@9.1.0
 - pubsweet-component-blog@1.0.7
 - @pubsweet/component-email-templating@0.1.1
 - pubsweet-component-epub@0.5.7
 - pubsweet-component-form-group@2.0.0
 - pubsweet-component-html@0.2.9
 - pubsweet-component-ink-backend@0.2.16
 - pubsweet-component-login@1.2.5
 - pubsweet-component-navigation@1.0.5
 - pubsweet-component-password-reset-backend@2.0.0
 - pubsweet-component-password-reset-frontend@3.0.4
 - pubsweet-component-posts-manager@1.0.49
 - @pubsweet/component-send-email@0.2.5
 - pubsweet-component-signup@1.0.38
 - pubsweet-component-sortable-list@0.1.5
 - pubsweet-component-teams-manager@1.1.31
 - pubsweet-component-users-manager@2.0.3
 - @pubsweet/model-blog@0.0.2
 - @pubsweet/model-blogpost@0.0.2
 - @pubsweet/model-collection@2.0.0
 - @pubsweet/model-fragment@1.1.0
 - @pubsweet/model-team@1.0.1
 - @pubsweet/model-user@2.0.0
 - xpub-connect@2.0.4
 - pubsweet-component-xpub-dashboard@4.0.4
 - xpub-edit@2.5.7
 - pubsweet-component-xpub-find-reviewers@0.0.21
 - pubsweet-component-xpub-formbuilder@1.0.4
 - pubsweet-component-xpub-manuscript@0.6.5
 - pubsweet-component-xpub-review-backend@0.3.0
 - pubsweet-component-xpub-review@4.0.4
 - xpub-selectors@0.2.5
 - pubsweet-component-xpub-submit@5.0.4
 - pubsweet-component-xpub-teams-manager@1.0.4
 - xpub-with-context@0.1.5
parent cb0121c8
No related branches found
No related tags found
No related merge requests found
Showing
with 175 additions and 20 deletions
......@@ -3,6 +3,27 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [1.2.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@1.1.0...@pubsweet/base-model@1.2.0) (2019-01-09)
### Bug Fixes
* fix BaseModel's updateProperties and findByField ([418a27a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/418a27a))
* improve BaseModel's handling of schema and updateProperties ([80f7f3f](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/80f7f3f))
* **base-model:** improve BaseModel's save() ([bf8a438](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bf8a438))
* various migration related fixes ([2aef24a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2aef24a))
* **base-model:** updated is always present ([c9e645d](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c9e645d))
### Features
* **base-model:** remove proxy for setting model properties ([e9ad1fa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e9ad1fa))
* introduce [@pubsweet](https://gitlab.coko.foundation/pubsweet)/models package ([7c1a364](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c1a364))
# [1.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@1.0.12...@pubsweet/base-model@1.1.0) (2018-12-12)
......
{
"name": "@pubsweet/base-model",
"version": "1.1.0",
"version": "1.2.0",
"description": "",
"main": "src/index.js",
"scripts": {
......@@ -9,9 +9,9 @@
"author": "Adam Hyde",
"license": "MIT",
"dependencies": {
"objection": "^1.2.3",
"knex": "^0.16.3",
"pubsweet-server": "^10.1.4"
"objection": "^1.2.3",
"pubsweet-server": "^11.0.0"
},
"publishConfig": {
"access": "public"
......
......@@ -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.
# [3.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.0.13...pubsweet@3.1.0) (2019-01-09)
### Features
* introduce [@pubsweet](https://gitlab.coko.foundation/pubsweet)/models package ([7c1a364](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c1a364))
## [3.0.13](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.0.12...pubsweet@3.0.13) (2018-12-12)
**Note:** Version bump only for package pubsweet
......
{
"name": "pubsweet",
"version": "3.0.13",
"version": "3.1.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": "^2.1.3",
"@pubsweet/logger": "^0.2.8",
"@pubsweet/db-manager": "^2.2.0",
"@pubsweet/logger": "^0.2.9",
"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": "^10.1.4",
"pubsweet-server": "^11.0.0",
"uuid": "^3.0.1",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.0",
......
......@@ -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.
## [8.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@8.0.0...pubsweet-client@8.0.1) (2019-01-09)
### Bug Fixes
* **client:** cover case of no content-type ([71ffb5a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/71ffb5a))
# [8.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@7.0.2...pubsweet-client@8.0.0) (2018-12-12)
......
{
"name": "pubsweet-client",
"version": "8.0.0",
"version": "8.0.1",
"main": "src/index.js",
"scripts": {
"compile": "babel -d lib/ src/",
......@@ -13,8 +13,8 @@
"author": "Collaborative Knowledge Foundation",
"license": "MIT",
"dependencies": {
"@pubsweet/ui": "^9.0.3",
"@pubsweet/ui-toolkit": "^2.0.3",
"@pubsweet/ui": "^9.1.0",
"@pubsweet/ui-toolkit": "^2.0.4",
"apollo-cache-inmemory": "^1.2.4",
"apollo-client": "^2.3.4",
"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.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.3...@pubsweet/coko-theme@5.0.4) (2019-01-09)
**Note:** Version bump only for package @pubsweet/coko-theme
## [5.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.2...@pubsweet/coko-theme@5.0.3) (2018-12-12)
**Note:** Version bump only for package @pubsweet/coko-theme
......
{
"name": "@pubsweet/coko-theme",
"version": "5.0.3",
"version": "5.0.4",
"description": "This is a coko theme for Apps",
"main": "src",
"license": "MIT",
......@@ -8,7 +8,7 @@
"access": "public"
},
"dependencies": {
"@pubsweet/ui-toolkit": "^2.0.3",
"@pubsweet/ui-toolkit": "^2.0.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.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-blog@1.0.6...pubsweet-component-blog@1.0.7) (2019-01-09)
**Note:** Version bump only for package pubsweet-component-blog
## [1.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-blog@1.0.5...pubsweet-component-blog@1.0.6) (2018-12-12)
**Note:** Version bump only for package pubsweet-component-blog
......
{
"name": "pubsweet-component-blog",
"version": "1.0.6",
"version": "1.0.7",
"description": "Basic blog component for PubSweet",
"main": "index.js",
"author": "Collaborative Knowledge Foundation",
......
......@@ -3,6 +3,53 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
# [11.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@10.1.0...pubsweet-components@11.0.0) (2019-01-09)
### Bug Fixes
* adjust xpub-review-server to use the new BaseModel models ([7f745f0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7f745f0))
* **model-team:** use correct dependencies ([21552e1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/21552e1))
* change password reset timestamp generation ([600be3a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/600be3a))
* various migration related fixes ([2aef24a](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/2aef24a))
* **model-user:** change passwordResetTimestamp schema ([e0aafff](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e0aafff))
* **model-user:** omit passwordHash from JSON representation ([c33fbee](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c33fbee))
* **model-user:** passwordResetTimestamp can be null ([abfc095](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/abfc095))
* **password-reset-server:** align mailer config with send email ([d1cf251](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d1cf251)), closes [#432](https://gitlab.coko.foundation/pubsweet/pubsweet/issues/432)
* **server:** additionally protect /api/users ([78ae476](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/78ae476))
* **xpub-review-server:** use correct requires ([f8fe5d7](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f8fe5d7))
### Features
* add standalone user model ([240beca](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/240beca))
* **base-model:** remove proxy for setting model properties ([e9ad1fa](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/e9ad1fa))
* **components:** remove FormGroup component ([507b242](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/507b242))
* **server:** migrate Collection to a model component ([8380b69](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8380b69))
* introduce [@pubsweet](https://gitlab.coko.foundation/pubsweet)/models package ([7c1a364](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7c1a364))
* migrate Fragment to use BaseModel ([bd4c7f9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/bd4c7f9))
* migrate team to BaseModel ([512a562](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/512a562))
### BREAKING CHANGES
* **password-reset-server:** Config for mailer is now read from mailer.path, not mailer.transport
* **server:** This adds additional authorization checks for the new user creation REST endpoint.
Your authsome modes have to be updated.
* Previously, passwordResetTimestamp was generated as a number of seconds since
epoch. In the new user data model, all dates are strings in ISO8601 format. This commit fixes the
incosistency and makes password reset work again.
* **server:** Collections, currently stored in a NoSQL-like entities table, are now living in
standalone collections table. Since the constraints from PostgreSQLs columns are stricter than a
JSON data field, where the collection data currently lives, no automatic migration of data is
possible - and migrations will have to be done on a app-by-app basis.
* **components:** FormGroup component has been removed as it is unused. It also uses the old
model/validation system, that will shortly no longer exist.
# [10.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@10.0.2...pubsweet-components@10.1.0) (2018-12-12)
......
......@@ -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.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.1.0...@pubsweet/component-email-templating@0.1.1) (2019-01-09)
**Note:** Version bump only for package @pubsweet/component-email-templating
# 0.1.0 (2018-12-12)
......
{
"name": "@pubsweet/component-email-templating",
"version": "0.1.0",
"version": "0.1.1",
"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.4",
"@pubsweet/component-send-email": "^0.2.5",
"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.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.6...pubsweet-component-epub@0.5.7) (2019-01-09)
**Note:** Version bump only for package pubsweet-component-epub
## [0.5.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.5...pubsweet-component-epub@0.5.6) (2018-12-12)
**Note:** Version bump only for package pubsweet-component-epub
......
{
"name": "pubsweet-component-epub",
"version": "0.5.6",
"version": "0.5.7",
"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.8",
"@pubsweet/logger": "^0.2.9",
"cheerio": "^1.0.0-rc.2",
"highlight.js": "^9.13.1",
"html-epub": "git+https://git@gitlab.coko.foundation/pubsweet/html-epub#updated-libtidy",
......
......@@ -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.
# [2.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.33...pubsweet-component-form-group@2.0.0) (2019-01-09)
### Features
* **components:** remove FormGroup component ([507b242](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/507b242))
### BREAKING CHANGES
* **components:** FormGroup component has been removed as it is unused. It also uses the old
model/validation system, that will shortly no longer exist.
## [1.1.33](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.32...pubsweet-component-form-group@1.1.33) (2018-12-12)
**Note:** Version bump only for package pubsweet-component-form-group
......
{
"name": "pubsweet-component-form-group",
"version": "1.1.33",
"version": "2.0.0",
"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.1.4"
"pubsweet-server": "^11.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.
## [0.2.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-html@0.2.8...pubsweet-component-html@0.2.9) (2019-01-09)
**Note:** Version bump only for package pubsweet-component-html
## [0.2.8](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-html@0.2.7...pubsweet-component-html@0.2.8) (2018-12-12)
**Note:** Version bump only for package pubsweet-component-html
......
{
"name": "pubsweet-component-html",
"version": "0.2.8",
"version": "0.2.9",
"description": "PubSweet component that displays the HTML of a fragment",
"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.
## [0.2.16](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-ink-backend@0.2.15...pubsweet-component-ink-backend@0.2.16) (2019-01-09)
**Note:** Version bump only for package pubsweet-component-ink-backend
## [0.2.15](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-ink-backend@0.2.14...pubsweet-component-ink-backend@0.2.15) (2018-12-12)
**Note:** Version bump only for package pubsweet-component-ink-backend
......
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