From fdccb4890e9f685f10f9ad28685ca2b1c0f86f61 Mon Sep 17 00:00:00 2001 From: Dave Pagurek Date: Wed, 23 Apr 2025 15:17:49 -0400 Subject: [PATCH] Add 2.0.1 to version picker --- 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 d6be8cbaed..37e937d5f9 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.1', '2.0.0', '1.11.5', '1.11.4',