Skip to content

Commit 5bd5993

Browse files
authored
Update useP5Version.jsx to include 2.0.3 patch
We recently [released p5.js 2.0.3](https://github.com/processing/p5.js/releases/tag/v2.0.3)! This adds it to the version picker. 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 6c4c288 commit 5bd5993

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

client/modules/IDE/hooks/useP5Version.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ import PropTypes from 'prop-types';
88
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
99
// TODO: use their API for this to grab these at build time?
1010
export const p5Versions = [
11+
'2.0.3',
1112
'2.0.2',
1213
'2.0.1',
1314
'2.0.0',

0 commit comments

Comments
 (0)