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

chore(release): publish

 - @pubsweet/base-model@2.0.2
 - pubsweet@3.1.3
 - pubsweet-client@8.0.4
 - @pubsweet/coko-theme@5.0.7
 - pubsweet-components@12.0.2
 - @pubsweet/db-manager@2.2.3
 - @pubsweet/default-theme@4.0.7
 - @pubsweet/errors@2.0.2
 - jest-environment-db@2.0.3
 - @pubsweet/logger@0.2.12
 - @pubsweet/models@0.1.3
 - pubsweet-server@12.0.2
 - pubsweet-sse@1.0.6
 - @pubsweet/styleguide@5.0.3
 - @pubsweet/ui-toolkit@2.0.7
 - @pubsweet/ui@9.1.3
 - @pubsweet/component-aws-s3@1.2.5
 - pubsweet-component-blog@1.0.10
 - @pubsweet/component-email-templating@0.1.4
 - pubsweet-component-epub@0.5.10
 - pubsweet-component-form-group@2.0.3
 - pubsweet-component-html@0.2.12
 - pubsweet-component-ink-backend@0.2.19
 - pubsweet-component-login@1.2.8
 - pubsweet-component-navigation@1.0.8
 - pubsweet-component-password-reset-backend@2.0.3
 - pubsweet-component-password-reset-frontend@3.0.7
 - @pubsweet/component-polling-client@0.0.6
 - pubsweet-component-posts-manager@1.0.52
 - @pubsweet/component-send-email@0.2.8
 - pubsweet-component-signup@1.0.41
 - pubsweet-component-sortable-list@0.1.8
 - pubsweet-component-teams-manager@1.1.34
 - pubsweet-component-users-manager@2.0.6
 - @pubsweet/model-blog@0.0.5
 - @pubsweet/model-blogpost@0.0.5
 - @pubsweet/model-collection@3.0.2
 - @pubsweet/model-fragment@2.0.2
 - @pubsweet/model-team@1.0.4
 - @pubsweet/model-user@3.0.2
 - xpub-connect@2.0.7
 - pubsweet-component-xpub-dashboard@4.0.7
 - xpub-edit@2.5.10
 - pubsweet-component-xpub-find-reviewers@0.0.24
 - pubsweet-component-xpub-formbuilder@1.0.7
 - pubsweet-component-xpub-manuscript@0.6.8
 - pubsweet-component-xpub-review-backend@1.0.2
 - pubsweet-component-xpub-review@4.0.7
 - xpub-selectors@0.2.8
 - pubsweet-component-xpub-submit@5.0.7
 - pubsweet-component-xpub-teams-manager@1.0.7
 - xpub-with-context@0.1.8
parent 72dfa212
No related branches found
No related tags found
No related merge requests found
Showing
with 131 additions and 22 deletions
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@2.0.1...@pubsweet/base-model@2.0.2) (2019-01-16)
**Note:** Version bump only for package @pubsweet/base-model
## [2.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@2.0.0...@pubsweet/base-model@2.0.1) (2019-01-14) ## [2.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/base-model@2.0.0...@pubsweet/base-model@2.0.1) (2019-01-14)
**Note:** Version bump only for package @pubsweet/base-model **Note:** Version bump only for package @pubsweet/base-model
......
{ {
"name": "@pubsweet/base-model", "name": "@pubsweet/base-model",
"version": "2.0.1", "version": "2.0.2",
"description": "", "description": "",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
...@@ -9,9 +9,9 @@ ...@@ -9,9 +9,9 @@
"author": "Adam Hyde", "author": "Adam Hyde",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pubsweet/db-manager": "^2.2.2", "@pubsweet/db-manager": "^2.2.3",
"@pubsweet/errors": "^2.0.1", "@pubsweet/errors": "^2.0.2",
"@pubsweet/logger": "^0.2.11", "@pubsweet/logger": "^0.2.12",
"http-status-codes": "^1.3.0", "http-status-codes": "^1.3.0",
"knex": "^0.16.3", "knex": "^0.16.3",
"lodash": "^4.17.11", "lodash": "^4.17.11",
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
"uuid": "^3.3.2" "uuid": "^3.3.2"
}, },
"devDependencies": { "devDependencies": {
"pubsweet-server": "^12.0.1" "pubsweet-server": "^12.0.2"
}, },
"peerDependencies": { "peerDependencies": {
"config": "^3.0.1" "config": "^3.0.1"
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [3.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.1.2...pubsweet@3.1.3) (2019-01-16)
**Note:** Version bump only for package pubsweet
## [3.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.1.1...pubsweet@3.1.2) (2019-01-14) ## [3.1.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet@3.1.1...pubsweet@3.1.2) (2019-01-14)
**Note:** Version bump only for package pubsweet **Note:** Version bump only for package pubsweet
......
{ {
"name": "pubsweet", "name": "pubsweet",
"version": "3.1.2", "version": "3.1.3",
"description": "Pubsweet command-line interface, app generator and manager", "description": "Pubsweet command-line interface, app generator and manager",
"bin": "./bin/pubsweet.js", "bin": "./bin/pubsweet.js",
"scripts": { "scripts": {
...@@ -14,8 +14,8 @@ ...@@ -14,8 +14,8 @@
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pubsweet/db-manager": "^2.2.2", "@pubsweet/db-manager": "^2.2.3",
"@pubsweet/logger": "^0.2.11", "@pubsweet/logger": "^0.2.12",
"bluebird": "^3.5.0", "bluebird": "^3.5.0",
"colors": "^1.1.2", "colors": "^1.1.2",
"commander": "^2.9.0", "commander": "^2.9.0",
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
"inflection": "^1.12.0", "inflection": "^1.12.0",
"lodash": "^4.17.11", "lodash": "^4.17.11",
"prompt": "flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87", "prompt": "flatiron/prompt#1c95d1d8d333b5fbc13fa5f0619f3dcf0d514f87",
"pubsweet-server": "^12.0.1", "pubsweet-server": "^12.0.2",
"uuid": "^3.0.1", "uuid": "^3.0.1",
"webpack": "^3.8.1", "webpack": "^3.8.1",
"webpack-dev-middleware": "^1.12.0", "webpack-dev-middleware": "^1.12.0",
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
}, },
"devDependencies": { "devDependencies": {
"jest": "^23.5.0", "jest": "^23.5.0",
"jest-environment-db": "^2.0.2", "jest-environment-db": "^2.0.3",
"nsp": "^2.8.1" "nsp": "^2.8.1"
} }
} }
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [8.0.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@8.0.3...pubsweet-client@8.0.4) (2019-01-16)
**Note:** Version bump only for package pubsweet-client
## [8.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@8.0.2...pubsweet-client@8.0.3) (2019-01-14) ## [8.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-client@8.0.2...pubsweet-client@8.0.3) (2019-01-14)
**Note:** Version bump only for package pubsweet-client **Note:** Version bump only for package pubsweet-client
......
{ {
"name": "pubsweet-client", "name": "pubsweet-client",
"version": "8.0.3", "version": "8.0.4",
"main": "src/index.js", "main": "src/index.js",
"scripts": { "scripts": {
"compile": "babel -d lib/ src/", "compile": "babel -d lib/ src/",
...@@ -13,8 +13,8 @@ ...@@ -13,8 +13,8 @@
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pubsweet/ui": "^9.1.2", "@pubsweet/ui": "^9.1.3",
"@pubsweet/ui-toolkit": "^2.0.6", "@pubsweet/ui-toolkit": "^2.0.7",
"apollo-cache-inmemory": "^1.2.4", "apollo-cache-inmemory": "^1.2.4",
"apollo-client": "^2.3.4", "apollo-client": "^2.3.4",
"apollo-link": "^1.2.1", "apollo-link": "^1.2.1",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [5.0.7](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.6...@pubsweet/coko-theme@5.0.7) (2019-01-16)
**Note:** Version bump only for package @pubsweet/coko-theme
## [5.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.5...@pubsweet/coko-theme@5.0.6) (2019-01-14) ## [5.0.6](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/coko-theme@5.0.5...@pubsweet/coko-theme@5.0.6) (2019-01-14)
**Note:** Version bump only for package @pubsweet/coko-theme **Note:** Version bump only for package @pubsweet/coko-theme
......
{ {
"name": "@pubsweet/coko-theme", "name": "@pubsweet/coko-theme",
"version": "5.0.6", "version": "5.0.7",
"description": "This is a coko theme for Apps", "description": "This is a coko theme for Apps",
"main": "src", "main": "src",
"license": "MIT", "license": "MIT",
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
"access": "public" "access": "public"
}, },
"dependencies": { "dependencies": {
"@pubsweet/ui-toolkit": "^2.0.6", "@pubsweet/ui-toolkit": "^2.0.7",
"cokourier-prime-sans": "git+https://gitlab.coko.foundation/julientaq/cokourier-sans-prime.git", "cokourier-prime-sans": "git+https://gitlab.coko.foundation/julientaq/cokourier-sans-prime.git",
"styled-components": "^4.1.1", "styled-components": "^4.1.1",
"typeface-fira-sans-condensed": "^0.0.54", "typeface-fira-sans-condensed": "^0.0.54",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.2.5](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.4...@pubsweet/component-aws-s3@1.2.5) (2019-01-16)
**Note:** Version bump only for package @pubsweet/component-aws-s3
## [1.2.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.3...@pubsweet/component-aws-s3@1.2.4) (2019-01-14) ## [1.2.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-aws-s3@1.2.3...@pubsweet/component-aws-s3@1.2.4) (2019-01-14)
**Note:** Version bump only for package @pubsweet/component-aws-s3 **Note:** Version bump only for package @pubsweet/component-aws-s3
......
{ {
"name": "@pubsweet/component-aws-s3", "name": "@pubsweet/component-aws-s3",
"version": "1.2.4", "version": "1.2.5",
"description": "AWS S3 upload component for PubSweet", "description": "AWS S3 upload component for PubSweet",
"license": "MIT", "license": "MIT",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [1.0.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-blog@1.0.9...pubsweet-component-blog@1.0.10) (2019-01-16)
**Note:** Version bump only for package pubsweet-component-blog
## [1.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-blog@1.0.8...pubsweet-component-blog@1.0.9) (2019-01-14) ## [1.0.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-blog@1.0.8...pubsweet-component-blog@1.0.9) (2019-01-14)
**Note:** Version bump only for package pubsweet-component-blog **Note:** Version bump only for package pubsweet-component-blog
......
{ {
"name": "pubsweet-component-blog", "name": "pubsweet-component-blog",
"version": "1.0.9", "version": "1.0.10",
"description": "Basic blog component for PubSweet", "description": "Basic blog component for PubSweet",
"main": "index.js", "main": "index.js",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
......
...@@ -3,6 +3,35 @@ ...@@ -3,6 +3,35 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [12.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@12.0.1...pubsweet-components@12.0.2) (2019-01-16)
### Bug Fixes
* **components:** change back teams model to previous model ([a5eeae0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/a5eeae0))
* **components:** fixing components after new manuscript version ([89537ff](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/89537ff))
* **components:** generals fixes on the components ([4a78cfe](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4a78cfe))
* **components:** graphql data model changes ([4b61093](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/4b61093))
* **formbuilder:** delete forms ([17c52d0](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/17c52d0))
* **formbuilder:** save to file ([c4f4196](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/c4f4196))
* **formik:** improve formik usage ([24b42ff](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/24b42ff))
* **graphql:** review components fixes ([8094d9e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8094d9e))
* **login:** error on integration test failed login ([f061e58](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/f061e58))
* **login:** redirect to the dashboard ([41a7cc9](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/41a7cc9))
* **login:** unneeded vars ([7610f94](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/7610f94))
* **manuscript:** wax did not show ([80ae8c6](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/80ae8c6))
* **merge:** merging to master ([8603808](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/8603808))
* **submit:** intro template ([6c850e1](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/6c850e1))
* **submit:** intro template fix eslint ([fcc2599](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/fcc2599))
* **test:** formbuilder ([93c55fd](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/93c55fd))
* **test:** login tests ([438ab2e](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/438ab2e))
* **test:** problems with eslint and test ([48f7fe2](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/48f7fe2))
* **xpub-review:** changes tp reviews ([5ae4240](https://gitlab.coko.foundation/pubsweet/pubsweet/commit/5ae4240))
## [12.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@12.0.0...pubsweet-components@12.0.1) (2019-01-14) ## [12.0.1](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-components@12.0.0...pubsweet-components@12.0.1) (2019-01-14)
**Note:** Version bump only for package pubsweet-components **Note:** Version bump only for package pubsweet-components
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.1.4](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.1.3...@pubsweet/component-email-templating@0.1.4) (2019-01-16)
**Note:** Version bump only for package @pubsweet/component-email-templating
## [0.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.1.2...@pubsweet/component-email-templating@0.1.3) (2019-01-14) ## [0.1.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/@pubsweet/component-email-templating@0.1.2...@pubsweet/component-email-templating@0.1.3) (2019-01-14)
**Note:** Version bump only for package @pubsweet/component-email-templating **Note:** Version bump only for package @pubsweet/component-email-templating
......
{ {
"name": "@pubsweet/component-email-templating", "name": "@pubsweet/component-email-templating",
"version": "0.1.3", "version": "0.1.4",
"description": "Send journal emails using templates from xPub/PubSweet", "description": "Send journal emails using templates from xPub/PubSweet",
"license": "MIT", "license": "MIT",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
], ],
"main": "index.js", "main": "index.js",
"dependencies": { "dependencies": {
"@pubsweet/component-send-email": "^0.2.7", "@pubsweet/component-send-email": "^0.2.8",
"handlebars": "^4.0.2" "handlebars": "^4.0.2"
}, },
"peerDependencies": { "peerDependencies": {
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.5.10](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.9...pubsweet-component-epub@0.5.10) (2019-01-16)
**Note:** Version bump only for package pubsweet-component-epub
## [0.5.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.8...pubsweet-component-epub@0.5.9) (2019-01-14) ## [0.5.9](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-epub@0.5.8...pubsweet-component-epub@0.5.9) (2019-01-14)
**Note:** Version bump only for package pubsweet-component-epub **Note:** Version bump only for package pubsweet-component-epub
......
{ {
"name": "pubsweet-component-epub", "name": "pubsweet-component-epub",
"version": "0.5.9", "version": "0.5.10",
"description": "Backend EPUB export component for PubSweet", "description": "Backend EPUB export component for PubSweet",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {
"@pubsweet/logger": "^0.2.11", "@pubsweet/logger": "^0.2.12",
"cheerio": "^1.0.0-rc.2", "cheerio": "^1.0.0-rc.2",
"highlight.js": "^9.13.1", "highlight.js": "^9.13.1",
"html-epub": "git+https://git@gitlab.coko.foundation/pubsweet/html-epub#updated-libtidy", "html-epub": "git+https://git@gitlab.coko.foundation/pubsweet/html-epub#updated-libtidy",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [2.0.3](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@2.0.2...pubsweet-component-form-group@2.0.3) (2019-01-16)
**Note:** Version bump only for package pubsweet-component-form-group
## [2.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@2.0.1...pubsweet-component-form-group@2.0.2) (2019-01-14) ## [2.0.2](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-form-group@2.0.1...pubsweet-component-form-group@2.0.2) (2019-01-14)
**Note:** Version bump only for package pubsweet-component-form-group **Note:** Version bump only for package pubsweet-component-form-group
......
{ {
"name": "pubsweet-component-form-group", "name": "pubsweet-component-form-group",
"version": "2.0.2", "version": "2.0.3",
"description": "Form component with validation support for PubSweet", "description": "Form component with validation support for PubSweet",
"main": "index.js", "main": "index.js",
"author": "Collaborative Knowledge Foundation", "author": "Collaborative Knowledge Foundation",
......
...@@ -3,6 +3,14 @@ ...@@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
## [0.2.12](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-html@0.2.11...pubsweet-component-html@0.2.12) (2019-01-16)
**Note:** Version bump only for package pubsweet-component-html
## [0.2.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-html@0.2.10...pubsweet-component-html@0.2.11) (2019-01-14) ## [0.2.11](https://gitlab.coko.foundation/pubsweet/pubsweet/compare/pubsweet-component-html@0.2.10...pubsweet-component-html@0.2.11) (2019-01-14)
**Note:** Version bump only for package pubsweet-component-html **Note:** Version bump only for package pubsweet-component-html
......
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