From 72aebab0ed0c25db0090ca89dce872aacad04849 Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Tue, 13 Feb 2024 14:58:49 +1100 Subject: [PATCH] Publish changelog for frontend-2024.02.12.23.34.43 (#3790) * Publish changelog for frontend-2024.02.12.23.34.43 * Update 2024.02.12.23.34.43.md * Lint --------- Co-authored-by: sarayourfriend Co-authored-by: sarayourfriend <24264157+sarayourfriend@users.noreply.github.com> Co-authored-by: Madison Swain-Bowden --- .../frontend/2024.02.12.23.34.43.md | 43 +++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 documentation/changelogs/frontend/2024.02.12.23.34.43.md diff --git a/documentation/changelogs/frontend/2024.02.12.23.34.43.md b/documentation/changelogs/frontend/2024.02.12.23.34.43.md new file mode 100644 index 00000000000..d0a20f6d224 --- /dev/null +++ b/documentation/changelogs/frontend/2024.02.12.23.34.43.md @@ -0,0 +1,43 @@ +# 2024.02.12.23.34.43 + +```{note} +The actual release corresponding to this tag is +https://github.com/WordPress/openverse/releases/tag/frontend-2024.02.12.23.34.43. + +As noted in the release's description, the actual changes are from +https://github.com/WordPress/openverse/releases/tag/frontend-2024.02.12.22.53.23. + +A one-time issue caused by testing a new version of the release workflow caused +this drift, and it shouldn't occur again (or for other apps). +``` + +## New Features + +- Add source and provider definition tooltips + ([#3407](https://github.com/WordPress/openverse/pull/3407)) by @obulat + +## Improvements + +- Change outdated links in about page for codebase and project board to current + links ([#3768](https://github.com/WordPress/openverse/pull/3768)) by + @enteragoodusername + +## Internal Improvements + +- Add SEARCH_RESPONSE_TIME analytics event to searches + ([#3632](https://github.com/WordPress/openverse/pull/3632)) by @adjeiv +- Update dependency @types/node to v18.19.14 + ([#3734](https://github.com/WordPress/openverse/pull/3734)) by @openverse-bot +- Update @openverse/eslint-plugin + ([#3737](https://github.com/WordPress/openverse/pull/3737)) by @openverse-bot +- Replace dependency npm-run-all with npm-run-all2 ^6.1.2 (edited by @obulat) + ([#3733](https://github.com/WordPress/openverse/pull/3733)) by @openverse-bot +- Update dependency @playwright/test to v1.41.2 + ([#3738](https://github.com/WordPress/openverse/pull/3738)) by @openverse-bot + +## Bug Fixes + +- Revert Add SEARCH_RESPONSE_TIME analytics event to searches (#3632) + ([#3779](https://github.com/WordPress/openverse/pull/3779)) by @obulat +- Fix flaky Playwright tests + ([#3759](https://github.com/WordPress/openverse/pull/3759)) by @obulat