chore(release): prepare v2.0.0#64
Merged
Merged
Conversation
Bump 1.1.1 -> 2.0.0 across package.json, package-lock.json and template.yml, and finalize the CHANGELOG [2.0.0] section. 2.0.0 is the @myst-theme 0.14 -> 1.x upgrade (breaking: new notebook output-node AST; Node engine >=20) plus the technical-review pass, the visual-regression harness (#60), and three pre-release fixes for regressions the 1.x upgrade introduced and caught before deploy: the BannerStateProvider 500 (#61), the full-bleed content column (#62), and the Remix 1.19 hydration reload loop (#63). CHANGELOG corrections vs the old [Unreleased] draft: drop the reverted #29 Remix 1.17->1.19 bump (2.0.0 stays on the v1.0.1 ~1.17.0 pin, so no net Remix change), correct the Node floor to >=20, and restate the Security note now that the older Remix v1 toolchain remains. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
There was a problem hiding this comment.
Pull request overview
Prepares the repository metadata for the v2.0.0 release by bumping versions and finalizing the CHANGELOG entry (no runtime/behavior code changes in this PR).
Changes:
- Bump project version to 2.0.0 in
package.json,package-lock.json, andtemplate.yml. - Finalize the CHANGELOG by promoting the prior “Unreleased” v2.0.0 notes into a dated 2.0.0 section, with updated/revised bullet points and links.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
template.yml |
Updates template metadata version to 2.0.0. |
package.json |
Bumps npm package version to 2.0.0. |
package-lock.json |
Aligns lockfile’s top-level/package entry versions to 2.0.0. |
CHANGELOG.md |
Finalizes the 2.0.0 release notes and updates the reference link definitions. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Prepare v2.0.0
Version bump + CHANGELOG finalization for the 2.0.0 release. No code/behaviour changes.
What's in this PR
2.0.0:package.json+package-lock.json(1.1.1 → 2.0.0), andtemplate.yml(1.0.0 → 2.0.0— itsversionhad drifted from the package version; now aligned).[2.0.0]section (was[Unreleased]), with corrections:1.17→1.19bump — 2.0.0 stays on the long-standing~1.17.0pin (restored at v1.0.1), so there's no net Remix change.>=20(matchingengines).npm auditfindings remain until the Remix v2 migration (Migrate from Remix v1 to v2 #28).Why we're ready
2.0.0 is the
@myst-theme0.14 → 1.x upgrade. The three regressions the upgrade introduced are fixed and verified on both the visual-regression fixture and reallecture-wasmcontent — centered content column, restored "On this page" outline, and no hydration reload loop ("flashing"). None reached users; the 1.x upgrade had never been deployed.After merge — shipping the release (manual)
Deploy is not automated by merge. From
mainon Node 24:This builds the bundle and pushes a
🚀 v2.0.0 from <sha>commit toQuantEcon/quantecon-theme. Consumers track that repo'smain.zip, so the deploy is the production cutover — render-check a lecture immediately afterwards.Notes / follow-ups (out of scope here)
release.ymlstill runs the Changesets action (harmless now — no changeset files — but conflicts with the decided manual-CHANGELOG +make deployflow). Clean up as part of Phase 0.🤖 Generated with Claude Code