From b22447f066e752d862a5001d82ecab36eb9181dd Mon Sep 17 00:00:00 2001 From: abeforgit Date: Wed, 28 Jun 2023 20:05:58 +0200 Subject: [PATCH] Release 5.2.1 --- CHANGELOG.md | 21 +++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 602e358fd..348d74154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,27 @@ + + + +## 5.2.1 (2023-06-28) + +#### :rocket: Enhancement +* [#503](https://github.com/lblod/frontend-gelinkt-notuleren/pull/503) Make design of publication-actions page consistent with designs of other publication pages ([@elpoelma](https://github.com/elpoelma)) + +#### :bug: Bug Fix +* [#511](https://github.com/lblod/frontend-gelinkt-notuleren/pull/511) GN-4403: use correct config for variables ([@abeforgit](https://github.com/abeforgit)) +* [#499](https://github.com/lblod/frontend-gelinkt-notuleren/pull/499) GN-4362 fix signatures disappearing after publishing ([@abeforgit](https://github.com/abeforgit)) +* [#510](https://github.com/lblod/frontend-gelinkt-notuleren/pull/510) fix translation issues on publication actions page ([@elpoelma](https://github.com/elpoelma)) +* [#496](https://github.com/lblod/frontend-gelinkt-notuleren/pull/496) GN-4359: improve publish page translations ([@elpoelma](https://github.com/elpoelma)) + +#### :house: Internal +* [#507](https://github.com/lblod/frontend-gelinkt-notuleren/pull/507) build(deps-dev): bump ember-plausible from 0.1.1 to 0.2.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) +* [#508](https://github.com/lblod/frontend-gelinkt-notuleren/pull/508) build(deps-dev): bump webpack from 5.87.0 to 5.88.0 ([@dependabot[bot]](https://github.com/apps/dependabot)) + +#### Committers: 2 +- Arne Bertrand ([@abeforgit](https://github.com/abeforgit)) +- Elena Poelman ([@elpoelma](https://github.com/elpoelma)) ## 5.2.0 (2023-06-22) diff --git a/package-lock.json b/package-lock.json index e70e4b725..49fb77762 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.2.0", + "version": "5.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "frontend-gelinkt-notuleren", - "version": "5.2.0", + "version": "5.2.1", "license": "MIT", "dependencies": { "@curvenote/prosemirror-utils": "^1.0.5", diff --git a/package.json b/package.json index 3d82c7386..c610253ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "frontend-gelinkt-notuleren", - "version": "5.2.0", + "version": "5.2.1", "private": true, "description": "Ember frontend of the Gelinkt Notuleren application", "repository": {