diff --git a/CHANGES.md b/CHANGES.md index f962ecfd..c967abda 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ # Changes +Version 4.5.0 (release 2024-11-27) + +- affiliations: render organization acronym in subheader +- affiliations: fix serialization values +- RemoteSelectField: fix handling of multiple value selection +- affiliations: exporting helper functions + Version 4.4.0 (released 2024-11-14) - deps: adds react-overridable diff --git a/package-lock.json b/package-lock.json index 4363ae9b..b75287e8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "react-invenio-forms", - "version": "4.4.0", + "version": "4.5.0", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index 5cf993eb..c432e3b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-invenio-forms", - "version": "4.4.0", + "version": "4.5.0", "description": "Reusable React components for forms and other in Invenio", "main": "dist/cjs/index.js", "browser": "dist/cjs/index.js",