We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ee32ba commit fdccb48Copy full SHA for fdccb48
client/modules/IDE/hooks/useP5Version.jsx
@@ -8,6 +8,7 @@ import PropTypes from 'prop-types';
8
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
9
// TODO: use their API for this to grab these at build time?
10
export const p5Versions = [
11
+ '2.0.1',
12
'2.0.0',
13
'1.11.5',
14
'1.11.4',
0 commit comments