From a12ca72493604a56345b5d3825552fb7e2c20fe6 Mon Sep 17 00:00:00 2001 From: kit <1304340+ksen0@users.noreply.github.com> Date: Tue, 21 Jul 2026 13:58:29 +0200 Subject: [PATCH] Update current p5 version and version labels --- common/p5Versions.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/common/p5Versions.js b/common/p5Versions.js index f7b0a33911..ebfbe2c3cb 100644 --- a/common/p5Versions.js +++ b/common/p5Versions.js @@ -1,11 +1,11 @@ -export const currentP5Version = '1.11.13'; // Don't update to 2.x until 2026 +export const currentP5Version = '2.TODO'; // Generated from https://www.npmjs.com/package/p5?activeTab=versions // Run this in the console: // 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 = [ - { version: '2.3.0', label: '(Beta)' }, + { version: '2.3.0', label: '(Default)'}, '2.2.3', '2.2.2', '2.2.1', @@ -18,7 +18,7 @@ export const p5Versions = [ '2.0.2', '2.0.1', '2.0.0', - { version: '1.11.13', label: '(Default)' }, + { version: '1.11.13', label: '(v1.p5js.org)' }, '1.11.12', '1.11.11', '1.11.10',