diff --git a/.changeset/lazy-starfishes-drive.md b/.changeset/lazy-starfishes-drive.md deleted file mode 100644 index e353964ba..000000000 --- a/.changeset/lazy-starfishes-drive.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -"frontend-gelinkt-notuleren": patch ---- - -correctly deal with the 2 types of versionedNotulen - -- correctly show signatures even after document is published -- correctly show the full document when signing even if notulen is already published with some parts marked private (you always sign the whole document) - -> the page was showing the wrong document in the signing modal in - niche cases before, leading users to sign a different document than what they - were looking at diff --git a/CHANGELOG.md b/CHANGELOG.md index caa875f9c..95484e276 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # frontend-gelinkt-notuleren +## 5.9.3 + +### Patch Changes + +- [`af202b99`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/af202b996bc3d79f0c1c2c43fb122ca04e8e7558) Thanks [@abeforgit](https://github.com/abeforgit)! - correctly deal with the 2 types of versionedNotulen + + - correctly show signatures even after document is published + - correctly show the full document when signing even if notulen is already published with some parts marked private (you always sign the whole document) + -> the page was showing the wrong document in the signing modal in + niche cases before, leading users to sign a different document than what they + were looking at + ## 5.9.2 ### Patch Changes diff --git a/package-lock.json b/package-lock.json index b8b6e01c6..d4e4a614d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.9.2", + "version": "5.9.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-gelinkt-notuleren", - "version": "5.9.2", + "version": "5.9.3", "license": "MIT", "dependencies": { "@curvenote/prosemirror-utils": "^1.0.5", diff --git a/package.json b/package.json index f1e28a8c3..1b3ecc5db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.9.2", + "version": "5.9.3", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {