From 7f2ae5d0d744fa0c2df849e909fc4caea63fc79e Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 31 Jan 2025 09:31:52 +0100 Subject: [PATCH 1/2] meta: Update Changelog for 8.53.0 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 213f6c7b84c2..fe1d6b0d492a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,13 @@ - "You miss 100 percent of the chances you don't take. — Wayne Gretzky" — Michael Scott +## 8.53.0 + +- feat(v8/nuxt): Add `url` to `SourcemapsUploadOptions` (#15202) +- fix(v8/react): From location can be undefined in Tanstack Router Instrumentation (#15237) + +Work in this release was contributed by @tannerlinsley. Thank you for your contribution! + ## 8.52.1 - fix(v8/nextjs): Fix nextjs build warning (#15226) From c91796f376e847d2aef189758989c0487ecaf9a7 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Fri, 31 Jan 2025 09:58:57 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md Co-authored-by: Francesco Gringl-Novy --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe1d6b0d492a..33c4723e254c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,7 @@ ## 8.53.0 - feat(v8/nuxt): Add `url` to `SourcemapsUploadOptions` (#15202) -- fix(v8/react): From location can be undefined in Tanstack Router Instrumentation (#15237) +- fix(v8/react): `fromLocation` can be undefined in Tanstack Router Instrumentation (#15237) Work in this release was contributed by @tannerlinsley. Thank you for your contribution!