From c8af108f5e3a1bef6d5c74328f0b7d1f2312011e Mon Sep 17 00:00:00 2001 From: CodeyGuyDylan Date: Wed, 15 Jan 2025 19:53:58 +0000 Subject: [PATCH] Add/api sandboxed tag to my jetpack (#40971) * Add API Sandboxed tag to My Jetpack * changelog * Send apiRoot and apiNonce to AdminPage * Fix sandboxedDomain variable * Fix setting of api nonce and root * Fix bug that was causing the tag to not show Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/12795757605 Upstream-Ref: Automattic/jetpack@9932919a4dba9bd05fd34252373331f8b3c32295 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c1ab661..eef09be 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ ], "dependencies": { "@automattic/jetpack-analytics": "^0.1.34", - "@automattic/jetpack-components": "^0.65.3", + "@automattic/jetpack-components": "^0.65.4-alpha", "@automattic/jetpack-shared-extension-utils": "^0.17.0-alpha", "@wordpress/block-editor": "14.9.0", "@wordpress/blocks": "14.3.0",