diff --git a/RELEASES.md b/RELEASES.md index 233c22abc..f32b30ae2 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -1,3 +1,14 @@ +## VERSION 5.8.0 (2024-09-30) + +### Features + +- [SKFP-1208](https://d3b.atlassian.net/browse/SKFP-1208) Feature: [Landing] Implement revamped Landing page + +### Technical / Other changes + +- [SKFP-1281](https://d3b.atlassian.net/browse/SKFP-1281) Issue: [Statistics] Updated the logic to count the number of families in the portal displayed in the statistics banner + + ## VERSION 5.7.0 (2024-08-29) ### Features diff --git a/package-lock.json b/package-lock.json index 53bfc7c99..70b3b05a5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kids-first-portal-ui", - "version": "5.7.0", + "version": "5.8.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kids-first-portal-ui", - "version": "5.7.0", + "version": "5.8.0", "dependencies": { "@ant-design/icons": "^4.8.1", "@apollo/client": "^3.5.10", diff --git a/package.json b/package.json index 310080afb..33b076054 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "kids-first-portal-ui", - "version": "5.7.0", + "version": "5.8.0", "private": true, "lint-staged": { "src/**/*.{ts,tsx}": [