Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Giorgio Sironi
pubsweet
Commits
113ef1fc
Commit
113ef1fc
authored
Dec 13, 2018
by
Jure
Browse files
Merge branch 'release' into 'master'
chore(release): publish See merge request
pubsweet/pubsweet!468
parents
f2883722
22b0773f
Changes
78
Hide whitespace changes
Inline
Side-by-side
packages/base-model/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [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)
### Bug Fixes
*
**base-model:**
ensure updated is set on insert (
[
d04688b
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/d04688b
)
)
*
**base-model:**
make funcs private and rename vars (
[
3e64aa6
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/3e64aa6
)
)
*
**base-model:**
use trx within transaction (
[
8330615
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8330615
)
)
### Features
*
**base-model:**
add test to check exception when saving stale data (
[
9d73525
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/9d73525
)
)
*
**base-model:**
protect save from stale data (
[
836a9b8
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/836a9b8
)
)
## [1.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@1.0.11...@pubsweet/base-model@1.0.12) (2018-12-04)
**Note:**
Version bump only for package @pubsweet/base-model
...
...
packages/base-model/package.json
View file @
113ef1fc
{
"name"
:
"@pubsweet/base-model"
,
"version"
:
"1.
0.12
"
,
"version"
:
"1.
1.0
"
,
"description"
:
""
,
"main"
:
"src/index.js"
,
"scripts"
:
{
...
...
@@ -10,7 +10,7 @@
"license"
:
"MIT"
,
"dependencies"
:
{
"objection"
:
"^1.2.3"
,
"pubsweet-server"
:
"^10.1.
3
"
"pubsweet-server"
:
"^10.1.
4
"
},
"publishConfig"
:
{
"access"
:
"public"
...
...
packages/cli/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
## [3.0.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.0.11...pubsweet@3.0.12) (2018-12-04)
**Note:**
Version bump only for package pubsweet
...
...
packages/cli/package.json
View file @
113ef1fc
{
"name"
:
"pubsweet"
,
"version"
:
"3.0.1
2
"
,
"version"
:
"3.0.1
3
"
,
"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.
2
"
,
"@pubsweet/logger"
:
"^0.2.
7
"
,
"@pubsweet/db-manager"
:
"^2.1.
3
"
,
"@pubsweet/logger"
:
"^0.2.
8
"
,
"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.
3
"
,
"pubsweet-server"
:
"^10.1.
4
"
,
"uuid"
:
"^3.0.1"
,
"webpack"
:
"^3.8.1"
,
"webpack-dev-middleware"
:
"^1.12.0"
,
...
...
packages/client/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [8.0.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@7.0.2...pubsweet-client@8.0.0) (2018-12-12)
### Features
*
**client:**
remove export of validations.js (
[
1fc94fe
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/1fc94fe
)
)
### BREAKING CHANGES
*
**client:**
pubsweet-client no longer exports validations
## [7.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@7.0.1...pubsweet-client@7.0.2) (2018-12-04)
**Note:**
Version bump only for package pubsweet-client
...
...
packages/client/package.json
View file @
113ef1fc
{
"name"
:
"pubsweet-client"
,
"version"
:
"
7
.0.
2
"
,
"version"
:
"
8
.0.
0
"
,
"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.
2
"
,
"@pubsweet/ui-toolkit"
:
"^2.0.
2
"
,
"@pubsweet/ui"
:
"^9.0.
3
"
,
"@pubsweet/ui-toolkit"
:
"^2.0.
3
"
,
"apollo-cache-inmemory"
:
"^1.2.4"
,
"apollo-client"
:
"^2.3.4"
,
"apollo-link"
:
"^1.2.1"
,
...
...
packages/coko-theme/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
## [5.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.1...@pubsweet/coko-theme@5.0.2) (2018-12-04)
**Note:**
Version bump only for package @pubsweet/coko-theme
...
...
packages/coko-theme/package.json
View file @
113ef1fc
{
"name"
:
"@pubsweet/coko-theme"
,
"version"
:
"5.0.
2
"
,
"version"
:
"5.0.
3
"
,
"description"
:
"This is a coko theme for Apps"
,
"main"
:
"src"
,
"license"
:
"MIT"
,
...
...
@@ -8,7 +8,7 @@
"access"
:
"public"
},
"dependencies"
:
{
"@pubsweet/ui-toolkit"
:
"^2.0.
2
"
,
"@pubsweet/ui-toolkit"
:
"^2.0.
3
"
,
"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"
,
...
...
packages/components/Blog/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
<a
name=
"1.0.5"
></a>
## [1.0.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-blog@1.0.4...pubsweet-component-blog@1.0.5) (2018-07-02)
...
...
packages/components/Blog/package.json
View file @
113ef1fc
{
"name"
:
"pubsweet-component-blog"
,
"version"
:
"1.0.
5
"
,
"version"
:
"1.0.
6
"
,
"description"
:
"Basic blog component for PubSweet"
,
"main"
:
"index.js"
,
"author"
:
"Collaborative Knowledge Foundation"
,
...
...
packages/components/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# [10.1.0](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@10.0.2...pubsweet-components@10.1.0) (2018-12-12)
### Bug Fixes
*
**xpub-manuscript:**
ensure file is present before accessing properties (
[
15945d4
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/15945d4
)
)
### Features
*
add email templating component (
[
4baa6e0
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4baa6e0
)
)
## [10.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@10.0.1...pubsweet-components@10.0.2) (2018-12-04)
**Note:**
Version bump only for package pubsweet-components
...
...
packages/components/EmailTemplating-server/CHANGELOG.md
0 → 100644
View file @
113ef1fc
# Change Log
All notable changes to this project will be documented in this file.
See
[
Conventional Commits
](
https://conventionalcommits.org
)
for commit guidelines.
# 0.1.0 (2018-12-12)
### Features
*
add email templating component (
[
4baa6e0
](
https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4baa6e0
)
)
packages/components/EmailTemplating-server/package.json
View file @
113ef1fc
{
"name"
:
"@pubsweet/component-email-templating"
,
"version"
:
"0.
0.1
"
,
"version"
:
"0.
1.0
"
,
"description"
:
"Send journal emails using templates from xPub/PubSweet"
,
"license"
:
"MIT"
,
"author"
:
"Collaborative Knowledge Foundation"
,
...
...
packages/components/Epub/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
## [0.5.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.4...pubsweet-component-epub@0.5.5) (2018-12-04)
**Note:**
Version bump only for package pubsweet-component-epub
...
...
packages/components/Epub/package.json
View file @
113ef1fc
{
"name"
:
"pubsweet-component-epub"
,
"version"
:
"0.5.
5
"
,
"version"
:
"0.5.
6
"
,
"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.
7
"
,
"@pubsweet/logger"
:
"^0.2.
8
"
,
"cheerio"
:
"^1.0.0-rc.2"
,
"highlight.js"
:
"^9.13.1"
,
"html-epub"
:
"git+https://git@gitlab.coko.foundation/pubsweet/html-epub#updated-libtidy"
,
...
...
packages/components/FormGroup/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
## [1.1.32](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@1.1.31...pubsweet-component-form-group@1.1.32) (2018-12-04)
**Note:**
Version bump only for package pubsweet-component-form-group
...
...
packages/components/FormGroup/package.json
View file @
113ef1fc
{
"name"
:
"pubsweet-component-form-group"
,
"version"
:
"1.1.3
2
"
,
"version"
:
"1.1.3
3
"
,
"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.
3
"
"pubsweet-server"
:
"^10.1.
4
"
},
"peerDependencies"
:
{
"pubsweet-client"
:
">=1.0.0"
,
...
...
packages/components/HTML/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
<a
name=
"0.2.7"
></a>
## [0.2.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-html@0.2.6...pubsweet-component-html@0.2.7) (2018-04-03)
...
...
packages/components/HTML/package.json
View file @
113ef1fc
{
"name"
:
"pubsweet-component-html"
,
"version"
:
"0.2.
7
"
,
"version"
:
"0.2.
8
"
,
"description"
:
"PubSweet component that displays the HTML of a fragment"
,
"main"
:
"index.js"
,
"author"
:
"Collaborative Knowledge Foundation"
,
...
...
packages/components/Ink-server/CHANGELOG.md
View file @
113ef1fc
...
...
@@ -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.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
<a
name=
"0.2.14"
></a>
## [0.2.14](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-ink-backend@0.2.13...pubsweet-component-ink-backend@0.2.14) (2018-09-25)
...
...
Prev
1
2
3
4
Next
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment