Skip to content

Commit 60bc9a0

Browse files
authored
Update p5Versions.js to include 2.0.4 and 1.11.9
We recently [released p5.js 2.0.4](https://github.com/processing/p5.js/releases/tag/v2.0.4)! This adds it to the version picker. 1.11.9 has been released earlier but is also added here. Changes: I have verified that this pull request: * [x] has no linting errors (`npm run lint`) * [x] has no test errors (`npm run test`) * [x] is from a uniquely-named feature branch and is up to date with the `develop` branch. * [ ] is descriptively named and links to an issue number, i.e. `Fixes #123`
1 parent 8d7c29f commit 60bc9a0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/p5Versions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ export const currentP5Version = '1.11.8'; // Don't update to 2.x until 2026
55
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
66
// TODO: use their API for this to grab these at build time?
77
export const p5Versions = [
8+
'2.0.4',
89
'2.0.3',
910
'2.0.2',
1011
'2.0.1',
1112
'2.0.0',
13+
'1.11.9',
1214
'1.11.8',
1315
'1.11.7',
1416
'1.11.6',

0 commit comments

Comments
 (0)