Skip to content

Commit 8a89c9b

Browse files
committed
Update search indices and p5.js version number
1 parent 428c989 commit 8a89c9b

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

public/search-indices/en.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/es.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/hi.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/ko.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

public/search-indices/zh-Hans.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

src/globals/globals.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const sketchesPerPage = 12 as const;
1414
export const eventsPerPage = 12 as const;
1515

1616
export const cdnLibraryUrl =
17-
import.meta.env.PUBLIC_P5_LIBRARY_PATH ||
17+
import.meta.env?.PUBLIC_P5_LIBRARY_PATH ||
1818
(`https://cdn.jsdelivr.net/npm/p5@${p5Version}/lib/p5.min.js` as const);
1919
export const fullDownloadUrl =
2020
`https://github.com/processing/p5.js/releases/download/v${p5Version}/p5.zip` as const;

src/globals/p5-version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const p5Version = "1.11.1" as const;
1+
export const p5Version = "1.11.2" as const;
22
export const p5SoundVersion = "0.1.0" as const;

0 commit comments

Comments
 (0)