diff --git a/.changeset/early-students-marry.md b/.changeset/early-students-marry.md deleted file mode 100644 index 74c73bbc6..000000000 --- a/.changeset/early-students-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': minor ---- - -Add inital mandatee table config containing the different configurations/queries needed for the inauguration meeting diff --git a/.changeset/loud-schools-hang.md b/.changeset/loud-schools-hang.md deleted file mode 100644 index bef625fbe..000000000 --- a/.changeset/loud-schools-hang.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': minor ---- - -Correctly instantiate templates coming from RB diff --git a/.changeset/nervous-chefs-pretend.md b/.changeset/nervous-chefs-pretend.md deleted file mode 100644 index b2ee79a70..000000000 --- a/.changeset/nervous-chefs-pretend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': patch ---- - -Insert menu is open by default now and moved insert snippet button to the bottom of the list diff --git a/.changeset/pre.json b/.changeset/pre.json deleted file mode 100644 index 2ba440aa3..000000000 --- a/.changeset/pre.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "mode": "exit", - "tag": "next", - "initialVersions": { - "frontend-gelinkt-notuleren": "5.27.2" - }, - "changesets": [ - "early-students-marry", - "loud-ducks-laugh", - "serious-countries-provide" - ] -} diff --git a/.changeset/small-stingrays-tie.md b/.changeset/small-stingrays-tie.md deleted file mode 100644 index a9c4a92ab..000000000 --- a/.changeset/small-stingrays-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': minor ---- - -Inital version of loading correct templates upon IV creation diff --git a/.changeset/tender-olives-punch.md b/.changeset/tender-olives-punch.md deleted file mode 100644 index e6576e102..000000000 --- a/.changeset/tender-olives-punch.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'frontend-gelinkt-notuleren': minor ---- - -Users can now download certain meeting parts as HTML diff --git a/CHANGELOG.md b/CHANGELOG.md index c9bb49d5f..8d3c29234 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,21 @@ # frontend-gelinkt-notuleren +## 5.31.0 + +### Minor Changes + +- [#711](https://github.com/lblod/frontend-gelinkt-notuleren/pull/711) [`d3f4f25`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/d3f4f255eace6a55f67122a2faba7fdc35d14a97) Thanks [@elpoelma](https://github.com/elpoelma)! - Add inital mandatee table config containing the different configurations/queries needed for the inauguration meeting + +- [#724](https://github.com/lblod/frontend-gelinkt-notuleren/pull/724) [`f71851b`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/f71851b6cb3e95e65cc91fb87733277b8c2802e6) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Correctly instantiate templates coming from RB + +- [#714](https://github.com/lblod/frontend-gelinkt-notuleren/pull/714) [`f5570f6`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/f5570f6a6c7e665e35d58178d7792386ff554d3c) Thanks [@abeforgit](https://github.com/abeforgit)! - Inital version of loading correct templates upon IV creation + +- [#722](https://github.com/lblod/frontend-gelinkt-notuleren/pull/722) [`b14af9d`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/b14af9dbb711036bad924be48a2bf9b78060e39b) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Users can now download certain meeting parts as HTML + +### Patch Changes + +- [#726](https://github.com/lblod/frontend-gelinkt-notuleren/pull/726) [`a46d2ed`](https://github.com/lblod/frontend-gelinkt-notuleren/commit/a46d2edecadc2a166ca4794b036ff2687249af86) Thanks [@lagartoverde](https://github.com/lagartoverde)! - Insert menu is open by default now and moved insert snippet button to the bottom of the list + ## 5.30.0 ### Minor Changes diff --git a/package-lock.json b/package-lock.json index e961261f3..48536fd94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.30.0", + "version": "5.31.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-gelinkt-notuleren", - "version": "5.30.0", + "version": "5.31.0", "license": "MIT", "dependencies": { "@curvenote/prosemirror-utils": "^1.0.5", diff --git a/package.json b/package.json index d77368044..3f05b5ebf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.30.0", + "version": "5.31.0", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {