Skip to content

Commit dff2ce0

Browse files
committed
Merge branch 'release-2.20.5' into develop
2 parents 9f02cad + 964828b commit dff2ce0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

client/modules/IDE/components/Banner.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ const Banner = ({ onClose }) => {
3737
const bannerTempCopy = (
3838
<>
3939
p5js.org will be undergoing scheduled maintenance on{' '}
40-
<strong>Sunday March 22, 2026 2026 8:00am CET</strong>. The editor and the
41-
website may be down for up to 24 hours.
40+
<strong>Sunday March 22, 2026 8:00am CET</strong>. The p5.js website may
41+
be down for up to 24 hours.
4242
</>
4343
);
4444

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.4",
3+
"version": "2.20.5",
44
"description": "The web editor for p5.js.",
55
"scripts": {
66
"clean": "rimraf dist",

0 commit comments

Comments
 (0)