Skip to content

Commit fa7d3a3

Browse files
committed
Merge branch 'release-2.20.9' into develop
2 parents 90d3ea6 + b7ac908 commit fa7d3a3

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

common/p5URLs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
export const p5SoundURLOldTemplate =
22
'https://cdn.jsdelivr.net/npm/p5@$VERSION/lib/addons/p5.sound.min.js';
33
export const p5SoundURL =
4-
'https://cdn.jsdelivr.net/npm/p5.sound@0.2.0/dist/p5.sound.min.js';
4+
'https://cdn.jsdelivr.net/npm/p5.sound@0.3.0/dist/p5.sound.min.js';
55
export const p5PreloadAddonURL =
66
'https://cdn.jsdelivr.net/npm/p5.js-compatibility@0.2.0/src/preload.js';
77
export const p5ShapesAddonURL =

common/p5Versions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ export const currentP5Version = '1.11.13'; // 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-
{ version: '2.2.3', label: '(Beta)' },
8+
{ version: '2.3.0', label: '(Beta)' },
9+
'2.2.3',
910
'2.2.2',
1011
'2.2.1',
1112
'2.2.0',

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "p5.js-web-editor",
3-
"version": "2.20.8",
3+
"version": "2.20.9",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)