From b608e86b13dbf4e49acbe26d42ac102e3665b513 Mon Sep 17 00:00:00 2001 From: abeforgit Date: Fri, 8 Apr 2022 13:25:29 +0200 Subject: [PATCH] Release 2.24.0-0 --- CHANGELOG.md | 22 ++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3ecb810..fd043c88e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,28 @@ + +## 2.24.0-0 (2022-04-08) + +#### :rocket: Enhancement +* [#266](https://github.com/lblod/frontend-gelinkt-notuleren/pull/266) Bump editor to v0.55.2 and update plugins to new versions ([@abeforgit](https://github.com/abeforgit)) + +#### :bug: Bug Fix +* [#265](https://github.com/lblod/frontend-gelinkt-notuleren/pull/265) Trim title on validation and on saving Agendapoint ([@benjay10](https://github.com/benjay10)) +* [#264](https://github.com/lblod/frontend-gelinkt-notuleren/pull/264) Fixed off by one errors on adding agendapoints ([@benjay10](https://github.com/benjay10)) + +#### :house: Internal +* [#262](https://github.com/lblod/frontend-gelinkt-notuleren/pull/262) bump appuniversum to 1.0.3 ([@nvdk](https://github.com/nvdk)) +* [#259](https://github.com/lblod/frontend-gelinkt-notuleren/pull/259) Chore/remove ember wormhole ([@nvdk](https://github.com/nvdk)) +* [#246](https://github.com/lblod/frontend-gelinkt-notuleren/pull/246) bump template and decision type plugin ([@nvdk](https://github.com/nvdk)) +* [#260](https://github.com/lblod/frontend-gelinkt-notuleren/pull/260) Chore/upgrade editor ([@nvdk](https://github.com/nvdk)) + +#### Committers: 3 +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) +- Ben ([@benjay10](https://github.com/benjay10)) +- Niels V ([@nvdk](https://github.com/nvdk)) + + ## 2.23.1 (2022-03-30) #### :bug: Bug Fix diff --git a/package-lock.json b/package-lock.json index cf2a2764e..eccf307fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.23.1", + "version": "2.24.0-0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6ba1ca5b3..efc00f13d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "2.23.1", + "version": "2.24.0-0", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {