diff --git a/CHANGELOG-bump-vitessce.md b/CHANGELOG-bump-vitessce.md deleted file mode 100644 index 4c4e315475..0000000000 --- a/CHANGELOG-bump-vitessce.md +++ /dev/null @@ -1,2 +0,0 @@ -- Upgrade Vitessce to v3.0.1. -- Remove extra UUID suffix logic added when bumping from v2.x to v3.0.0, which is no longer required. \ No newline at end of file diff --git a/CHANGELOG-collection-dataset-query.md b/CHANGELOG-collection-dataset-query.md deleted file mode 100644 index 209ebc30fd..0000000000 --- a/CHANGELOG-collection-dataset-query.md +++ /dev/null @@ -1 +0,0 @@ -- Get collection datasets from separate search-api query instead of the collection es document. \ No newline at end of file diff --git a/CHANGELOG-hmp-103-round-2.md b/CHANGELOG-hmp-103-round-2.md deleted file mode 100644 index e5e2744edd..0000000000 --- a/CHANGELOG-hmp-103-round-2.md +++ /dev/null @@ -1 +0,0 @@ -- Expand test suite for Publication pages. \ No newline at end of file diff --git a/CHANGELOG-hmp-235.md b/CHANGELOG-hmp-235.md deleted file mode 100644 index 74760ff298..0000000000 --- a/CHANGELOG-hmp-235.md +++ /dev/null @@ -1 +0,0 @@ -- Add support for text-only publication vignettes without Vitessce visualizations. diff --git a/CHANGELOG-hubmap-logo.md b/CHANGELOG-hubmap-logo.md deleted file mode 100644 index 294d20970c..0000000000 --- a/CHANGELOG-hubmap-logo.md +++ /dev/null @@ -1 +0,0 @@ -- Restore footer HuBMAP logo visibility. \ No newline at end of file diff --git a/CHANGELOG-publications-requests.md b/CHANGELOG-publications-requests.md deleted file mode 100644 index 6fe0737fb3..0000000000 --- a/CHANGELOG-publications-requests.md +++ /dev/null @@ -1,3 +0,0 @@ -- Use swr in search-api fetch hooks. -- Split publications landing page requests. -- Change label of published publications tab to peer reviewed on publications landing page. \ No newline at end of file diff --git a/CHANGELOG-react-18.md b/CHANGELOG-react-18.md deleted file mode 100644 index d60f641352..0000000000 --- a/CHANGELOG-react-18.md +++ /dev/null @@ -1,4 +0,0 @@ -- Upgraded to React 18. -- Upgraded various dependencies to work with React 18. -- Fixed undefined count tooltips popping up for entity counts on homepage. -- Upgraded React-PDF to speed up display of PDF attachments. diff --git a/context/app/markdown/CHANGELOG.md b/context/app/markdown/CHANGELOG.md index 8f989148db..57fe934dfa 100644 --- a/context/app/markdown/CHANGELOG.md +++ b/context/app/markdown/CHANGELOG.md @@ -1,3 +1,20 @@ +## v0.74.1 - 2023-07-12 + +- Upgrade Vitessce to v3.0.1. +- Remove extra UUID suffix logic added when bumping from v2.x to v3.0.0, which is no longer required. +- Get collection datasets from separate search-api query instead of the collection es document. +- Expand test suite for Publication pages. +- Add support for text-only publication vignettes without Vitessce visualizations. +- Restore footer HuBMAP logo visibility. +- Use swr in search-api fetch hooks. +- Split publications landing page requests. +- Change label of published publications tab to peer reviewed on publications landing page. +- Upgraded to React 18. +- Upgraded various dependencies to work with React 18. +- Fixed undefined count tooltips popping up for entity counts on homepage. +- Upgraded React-PDF to speed up display of PDF attachments. + + ## v0.74.0 - 2023-07-06 - Add messaging for fair data principles to homepage, vitessce, and the dataset file browser.