From 4cdd020cbbe26f62f359242fc47dc5a33262cded Mon Sep 17 00:00:00 2001 From: "Openverse (Bot)" <101814513+openverse-bot@users.noreply.github.com> Date: Fri, 17 Jan 2025 02:44:04 -0400 Subject: [PATCH] Publish changelog for frontend-2025.01.16.15.54.08 (#5340) Co-authored-by: obulat <15233243+obulat@users.noreply.github.com> --- .../frontend/2025.01.16.15.54.08.md | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 documentation/changelogs/frontend/2025.01.16.15.54.08.md diff --git a/documentation/changelogs/frontend/2025.01.16.15.54.08.md b/documentation/changelogs/frontend/2025.01.16.15.54.08.md new file mode 100644 index 00000000000..d13cd625f19 --- /dev/null +++ b/documentation/changelogs/frontend/2025.01.16.15.54.08.md @@ -0,0 +1,34 @@ +# 2025.01.16.15.54.08 + +## Internal Improvements + +- Simplify media `FetchState` and fix fetching errors + ([#5323](https://github.com/WordPress/openverse/pull/5323)) by @obulat +- Clean repeated static string interpolation + ([#5261](https://github.com/WordPress/openverse/pull/5261)) by @tejaswarathe +- Update dependency @nuxtjs/storybook to v8.3.3 + ([#5306](https://github.com/WordPress/openverse/pull/5306)) by @openverse-bot +- Update i18n-related dependencies + ([#5320](https://github.com/WordPress/openverse/pull/5320)) by @obulat +- Update dependency nock to v14.0.0-beta.19 + ([#5310](https://github.com/WordPress/openverse/pull/5310)) by @openverse-bot +- Use CSS for colors of VWordPress and VHomeLink + ([#5110](https://github.com/WordPress/openverse/pull/5110)) by @obulat +- Remove dependency node-html-parser to v7 + ([#5318](https://github.com/WordPress/openverse/pull/5318)) by @openverse-bot +- Update dependency typescript to v5.7.2 + ([#5316](https://github.com/WordPress/openverse/pull/5316)) by @openverse-bot +- Update dependency Nuxt + ([#5319](https://github.com/WordPress/openverse/pull/5319)) by @obulat +- Update pnpm to v9.15.3 + ([#5317](https://github.com/WordPress/openverse/pull/5317)) by @openverse-bot +- Update dependency @playwright/test to v1.49.1 + ([#5307](https://github.com/WordPress/openverse/pull/5307)) by @openverse-bot + +## Bug Fixes + +- Add bodyserializer/accept header to openverse api client to correctly + authenticate with the API + ([#5330](https://github.com/WordPress/openverse/pull/5330)) by @madewithkode +- Only show audio message when track ID matches active + ([#5305](https://github.com/WordPress/openverse/pull/5305)) by @Anuj012004