diff --git a/.changeset/angry-guests-poke.md b/.changeset/angry-guests-poke.md deleted file mode 100644 index f44670062..000000000 --- a/.changeset/angry-guests-poke.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': patch ---- - -Fix agendapoint not generated bug when creating a IV with Ronse and Voeren diff --git a/.changeset/honest-frogs-smile.md b/.changeset/honest-frogs-smile.md deleted file mode 100644 index 8110f3dc5..000000000 --- a/.changeset/honest-frogs-smile.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': patch ---- - -Adjust mandatee queries to explicitly include the `rdf:type` of URIs which are consumed from LMB. This prevents us from querying tombstones. diff --git a/CHANGELOG.md b/CHANGELOG.md index bb0454c0b..0560596ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # frontend-gelinkt-notuleren +## 5.43.1 + +### Patch Changes + +- [#780](https://github.com/lblod/frontend-gelinkt-notuleren/pull/780) [`509dc29`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/509dc29eb851342642aaea696347061e1637c71d) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Fix agendapoint not generated bug when creating a IV with Ronse and Voeren + +- [#779](https://github.com/lblod/frontend-gelinkt-notuleren/pull/779) [`25a7190`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/25a71905beaf4b0b871f89b8fb384757e1d955dd) Thanks [@elpoelma](https://github.com/elpoelma)! - Adjust mandatee queries to explicitly include the `rdf:type` of URIs which are consumed from LMB. This prevents us from querying tombstones. + ## 5.43.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index fd771675a..abf3a8372 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.43.0", + "version": "5.43.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-gelinkt-notuleren", - "version": "5.43.0", + "version": "5.43.1", "license": "MIT", "dependencies": { "@curvenote/prosemirror-utils": "^1.0.5", diff --git a/package.json b/package.json index 18e776ff0..5b6439f2a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.43.0", + "version": "5.43.1", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {