From 4735c7841c3155caaced69ebb5e2d4b23f14b1c3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 13:11:50 -0400 Subject: [PATCH] chore(master): release 0.17.0 (#1177) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Brian Adams --- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ea3586b..5e3c74a00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [0.17.0](https://github.com/MESH-Research/CCR/compare/v0.16.7...v0.17.0) (2022-06-20) + + +### Features + +* **api:** Add publication home page and submission content fields ([#1201](https://github.com/MESH-Research/CCR/issues/1201)) ([18f5928](https://github.com/MESH-Research/CCR/commit/18f59286d24e314e3cbda7712dd78b3e5bfc6f92)) +* **api:** Add Validation for Inline and Overall Comments ([#1184](https://github.com/MESH-Research/CCR/issues/1184)) ([9a48945](https://github.com/MESH-Research/CCR/commit/9a489451e5eb2aa9d691251c1a0c5fc77a7ba7a5)), closes [#1162](https://github.com/MESH-Research/CCR/issues/1162) +* **api:** Update seeders to include inline comment positions ([ec77d22](https://github.com/MESH-Research/CCR/commit/ec77d224c4baf92e815dea01908ea36e9ce0c93d)) +* **client:** Display inline comment highlights on submission review ([c2b2e6b](https://github.com/MESH-Research/CCR/commit/c2b2e6bad5d68b9de9e49e571b21ec4ae7a80e1c)) +* **client:** implement inline comment creation functionality ([#1187](https://github.com/MESH-Research/CCR/issues/1187)) ([44e0912](https://github.com/MESH-Research/CCR/commit/44e0912490cfa4c99fc5313b8ab7f7acc0fa32a2)) +* **client:** Load submission content from API on submission review page ([c2b2e6b](https://github.com/MESH-Research/CCR/commit/c2b2e6bad5d68b9de9e49e571b21ec4ae7a80e1c)) + + +### Bug Fixes + +* **api:** add missing method preventing migration:reset from succeeding ([#1198](https://github.com/MESH-Research/CCR/issues/1198)) ([e1cec26](https://github.com/MESH-Research/CCR/commit/e1cec2671c2442ca5ad44f32c44542a1eaf53885)), closes [#1138](https://github.com/MESH-Research/CCR/issues/1138) + ### [0.16.7](https://github.com/MESH-Research/CCR/compare/v0.16.6...v0.16.7) (2022-06-13) diff --git a/package.json b/package.json index 0b286f7b4..a0acd793f 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,6 @@ "header": "\n# Changelog\n\nAll notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n" }, "type": "module", - "version": "0.16.7", + "version": "0.17.0", "dependencies": {} }