Skip to content

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/[email protected]/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
@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.

4 participants