Skip to content

Commit 5473069

Browse files
Merge branch 'develop' into feat/privatesketch
2 parents 673457f + f381dea commit 5473069

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

client/modules/IDE/components/Banner.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ const Banner = ({ onClose }) => {
2828
<>
2929
We’re accepting p5.js sketches for a special curation exploring mental
3030
health and the newest features in p5.js 2.0!{' '}
31-
<span style={{ fontWeight: 600 }}>Submit by July 13!</span>
31+
<span style={{ fontWeight: 600 }}>Submit by July 20!</span>
3232
</>
3333
);
3434

contributor_docs/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ You can save a snapshot of what the HTML looks like when the component is render
107107
- Many of the existing components don't have tests yet, and you could write one :-) You can find a few suggested files to start with [in this section](#Files-to-start-with).
108108
- They are a good place to start if you're learning the codebase.
109109
- It benefits all future contributors by allowing them to check their changes for errors.
110-
- It increases usage: most code with only ever have a single invocation point, but this means that code might not be particularly robust and lead to bugs if a different developer reuses it in a different context. Writing tests increases the usage of the code in question and may improve the long-term durability, along with leading developers to refactor their code to be more usable. [[3]](#References)
110+
- It increases usage: most code will only ever have a single invocation point, but this means that code might not be particularly robust and lead to bugs if a different developer reuses it in a different context. Writing tests increases the usage of the code in question and may improve the long-term durability, along with leading developers to refactor their code to be more usable. [[3]](#References)
111111
- Testing lets you check your own work and feel more comfortable submitting PRs.
112112
- It catches easy-to-miss errors.
113113
- It is good practice for large projects.

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

0 commit comments

Comments
 (0)