Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update reference for v11, fix locked version on p5 update #578

Merged
merged 6 commits into from
Sep 28, 2024

Conversation

davepagurek
Copy link
Collaborator

Note: do not merge this until https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.11.0/p5.min.js is live! It updates src/globals/p5-version.ts, which will cause the reference to use the new built library.

Previously, I had locked the version number in the reference building script to v1.10.0 so we could rebuild it whenever without getting newer, unreleased contents from main. Now that we've done a v1.11.0 release, I realize we already have a p5 version constant in our codebase, so when we updated, the reference was still being built from the previous release.

I've updated the reference builder script to now use the p5 version that is outputted by npm run build:p5-version, and I've rebuilt the reference with the new content.

@davepagurek
Copy link
Collaborator Author

Looks like it's a cdnjs issue: cdnjs/cdnjs#14261

@davepagurek
Copy link
Collaborator Author

davepagurek commented Sep 28, 2024

If we want to use another CDN in the mean time, https://cdn.jsdelivr.net/npm/p5@1.11.0/lib/p5.min.js is working.

Edit: just put up #579 in case we want to release using an alternative CDN

@davepagurek davepagurek mentioned this pull request Sep 28, 2024
@Qianqianye Qianqianye merged commit d1cae09 into main Sep 28, 2024
4 checks passed
@Qianqianye Qianqianye deleted the v1.11.0-reference branch September 28, 2024 20:05
@Qianqianye
Copy link
Collaborator

Thanks @davepagurek!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants