From 4a7468584d77e9c4a5eb9872b9f1aa31d5737989 Mon Sep 17 00:00:00 2001 From: John Duprey Date: Fri, 24 Oct 2025 09:57:53 -0400 Subject: [PATCH 1/2] move release notes inside of private route --- src/pages/_app.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/pages/_app.js b/src/pages/_app.js index b7af5f4a3bcc..b00c3889bbca 100644 --- a/src/pages/_app.js +++ b/src/pages/_app.js @@ -299,9 +299,11 @@ const App = (props) => { - - {getLayout()} - + + + {getLayout()} + + Date: Fri, 24 Oct 2025 16:49:01 -0400 Subject: [PATCH 2/2] Update version.json --- public/version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/version.json b/public/version.json index c9486452da33..571782873e0e 100644 --- a/public/version.json +++ b/public/version.json @@ -1,3 +1,3 @@ { - "version": "8.6.0" + "version": "8.6.1" }