Skip to content

Commit

Permalink
chore: release 10.8.0 (#819)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed Sep 9, 2022
1 parent f8ef81d commit 45cf268
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions 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)


Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion 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"
Expand Down

0 comments on commit 45cf268

Please sign in to comment.