From 45cf268fe89ad6f34e5bef76b8423edd78ef00ab Mon Sep 17 00:00:00 2001 From: DaSCH Bot <50987250+daschbot@users.noreply.github.com> Date: Fri, 9 Sep 2022 12:22:42 +0200 Subject: [PATCH] chore: release 10.8.0 (#819) --- CHANGELOG.md | 30 ++++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 32 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a6ce37ef4..f0354567ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## [10.8.0](https://www.github.com/dasch-swiss/dsp-app/compare/v10.7.0...v10.8.0) (2022-09-09) + + +### Bug Fixes + +* **audio:** download audio file with original filename ([#810](https://www.github.com/dasch-swiss/dsp-app/issues/810)) ([8001fab](https://www.github.com/dasch-swiss/dsp-app/commit/8001fab46b4395a8367a134387d09e7272d65e25)) +* **int-value:** fix int-value validation (DEV-1277) ([#815](https://www.github.com/dasch-swiss/dsp-app/issues/815)) ([d86dc7b](https://www.github.com/dasch-swiss/dsp-app/commit/d86dc7b61ac4cc70fb28393da65bbc8cc5480921)) +* **ontology:** don't show 403 error is user is a system admin or project admin and not a project member ([#816](https://www.github.com/dasch-swiss/dsp-app/issues/816)) ([ffe00c0](https://www.github.com/dasch-swiss/dsp-app/commit/ffe00c054148fd7bb2030f16c2e2b902ae179ae9)) +* **resource:** fix properties sorting (DEV-1204) ([#818](https://www.github.com/dasch-swiss/dsp-app/issues/818)) ([fbee603](https://www.github.com/dasch-swiss/dsp-app/commit/fbee603b5aefd61e76f39676af5c39d85389b7b0)) +* **resource:** reinit representationsToDisplay array to fix undefined issue in template ([#813](https://www.github.com/dasch-swiss/dsp-app/issues/813)) ([375166a](https://www.github.com/dasch-swiss/dsp-app/commit/375166a1fb58ee8e317cce80dc782bb76eacc17a)) +* rollbar fixes (DEV-1324) ([#817](https://www.github.com/dasch-swiss/dsp-app/issues/817)) ([e79eee5](https://www.github.com/dasch-swiss/dsp-app/commit/e79eee53bc0f3bca3e21c8efb557218a214f1022)) + + +### Enhancements + +* **document:** document viewer for non-pdf documents (DEV-1303) ([#812](https://www.github.com/dasch-swiss/dsp-app/issues/812)) ([36008c6](https://www.github.com/dasch-swiss/dsp-app/commit/36008c6f8d5883e92492bd39e7e85564310fae36)) + + +### Maintenance + +* **deps:** bump js-lib to 7.4.4 ([#820](https://www.github.com/dasch-swiss/dsp-app/issues/820)) ([57e3ccf](https://www.github.com/dasch-swiss/dsp-app/commit/57e3ccfa8658e10bee45ba851a658883c79e7fbc)) +* **deps:** bump js-lib version to 7.4.3 ([#814](https://www.github.com/dasch-swiss/dsp-app/issues/814)) ([c97c569](https://www.github.com/dasch-swiss/dsp-app/commit/c97c5696ab423e727fc1868c6efdaff086b9e603)) +* **upload:** use file extensions for valid file types instead of MIME types (DEV-1203) ([#808](https://www.github.com/dasch-swiss/dsp-app/issues/808)) ([448e783](https://www.github.com/dasch-swiss/dsp-app/commit/448e7832aef7c97439a88e55482993abf1fb56ee)) + + +### Documentation + +* Add documentation about the different file types and their functionalities ([#804](https://www.github.com/dasch-swiss/dsp-app/issues/804)) ([8c64276](https://www.github.com/dasch-swiss/dsp-app/commit/8c642767a76232fb22cc261367d04490d5917fa6)) +* Reorganise the main menu and the data menu ([#807](https://www.github.com/dasch-swiss/dsp-app/issues/807)) ([f8ef81d](https://www.github.com/dasch-swiss/dsp-app/commit/f8ef81d506aaf8fd4a0c29ddc28474f0bf93215d)) + ## [10.7.0](https://www.github.com/dasch-swiss/dsp-app/compare/v10.6.0...v10.7.0) (2022-08-24) diff --git a/package-lock.json b/package-lock.json index 9fa51d829e..1c066a0ecb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "10.7.0", + "version": "10.8.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index cd2e22f4ec..386bc387da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dsp-app", - "version": "10.7.0", + "version": "10.8.0", "repository": { "type": "git", "url": "https://github.com/dasch-swiss/dsp-app.git"