Skip to content

Commit

Permalink
chore: release 10.0.0 (#743)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot committed May 18, 2022
1 parent 462771e commit 8119e12
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,33 @@
# Changelog

## [10.0.0](https://www.github.com/dasch-swiss/dsp-app/compare/v9.8.1...v10.0.0) (2022-05-18)


### ⚠ BREAKING CHANGES

* **representation:** new navigation in still-image viewer (DEV-895) (#742)

### Bug Fixes

* **error:** resolve error handler issues (DEV-938) ([#744](https://www.github.com/dasch-swiss/dsp-app/issues/744)) ([ceebf7b](https://www.github.com/dasch-swiss/dsp-app/commit/ceebf7bab1ac2e825ae01207441a9b56fe05a306))
* **ontology:** unsupported property type was displayed wrong (DEV-936) ([#740](https://www.github.com/dasch-swiss/dsp-app/issues/740)) ([87124e9](https://www.github.com/dasch-swiss/dsp-app/commit/87124e9be7e53a6d4d4e831dfdf339dd9e88fce2))


### Maintenance

* **message:** use only one static error component (DEV-900) ([#727](https://www.github.com/dasch-swiss/dsp-app/issues/727)) ([404f1f6](https://www.github.com/dasch-swiss/dsp-app/commit/404f1f6da03e1de695bbe8a06db9e555eb0d5a92))
* **project:** resolve issues in lists and with status 204 ([#738](https://www.github.com/dasch-swiss/dsp-app/issues/738)) ([52f904b](https://www.github.com/dasch-swiss/dsp-app/commit/52f904b953f4e6cf603d72a3d1378221edc8c532))


### Enhancements

* **error:** add file representation error message (DEV-791) ([#729](https://www.github.com/dasch-swiss/dsp-app/issues/729)) ([462771e](https://www.github.com/dasch-swiss/dsp-app/commit/462771e9b5916cb0233b34f72dd19fcea32b24db))
* **error:** handle 504 timeout error with snackbar (DEV-751) ([#739](https://www.github.com/dasch-swiss/dsp-app/issues/739)) ([8f6c409](https://www.github.com/dasch-swiss/dsp-app/commit/8f6c4092f12e53e6a831968b1fd451c0bec30d9b))
* **hint:** display hint about fulltext search (DEV-901) ([#734](https://www.github.com/dasch-swiss/dsp-app/issues/734)) ([f54dafc](https://www.github.com/dasch-swiss/dsp-app/commit/f54dafc4498a3bec43049a32bd9d91cc2bce6572))
* **link-value:** UI now shows that there are no search results ([#736](https://www.github.com/dasch-swiss/dsp-app/issues/736)) ([88b81bf](https://www.github.com/dasch-swiss/dsp-app/commit/88b81bf39ee192bf8738824147a241022ef68365))
* **ontology:** select link class from all ontologies (DEV-688) ([#737](https://www.github.com/dasch-swiss/dsp-app/issues/737)) ([8dcdd8f](https://www.github.com/dasch-swiss/dsp-app/commit/8dcdd8f7b15bf918777da3f1b046da2c4031053c))
* **representation:** new navigation in still-image viewer (DEV-895) ([#742](https://www.github.com/dasch-swiss/dsp-app/issues/742)) ([dbc75ff](https://www.github.com/dasch-swiss/dsp-app/commit/dbc75ff5283ef995d4d9757e12c9391d17b7c493))

### [9.8.1](https://www.github.com/dasch-swiss/dsp-app/compare/v9.8.0...v9.8.1) (2022-05-09)


Expand Down
4 changes: 2 additions & 2 deletions 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": "9.8.1",
"version": "10.0.0",
"repository": {
"type": "git",
"url": "https://github.com/dasch-swiss/dsp-app.git"
Expand Down

0 comments on commit 8119e12

Please sign in to comment.