From e14f4d7fad8989640a0d84f1a45cb3df23c31ee0 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Thu, 15 May 2025 18:24:04 +0200 Subject: [PATCH] Update useP5Version.jsx to include 2.0.2 patch --- client/modules/IDE/hooks/useP5Version.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/client/modules/IDE/hooks/useP5Version.jsx b/client/modules/IDE/hooks/useP5Version.jsx index 37e937d5f9..6f97b13715 100644 --- a/client/modules/IDE/hooks/useP5Version.jsx +++ b/client/modules/IDE/hooks/useP5Version.jsx @@ -8,6 +8,7 @@ import PropTypes from 'prop-types'; // JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2) // TODO: use their API for this to grab these at build time? export const p5Versions = [ + '2.0.2', '2.0.1', '2.0.0', '1.11.5',