Skip to content

chore(release): prepare v2.3.0 - #133

Merged
mmcky merged 1 commit into
mainfrom
chore/release-v2.3.0
Aug 20, 2026
Merged

chore(release): prepare v2.3.0#133
mmcky merged 1 commit into
mainfrom
chore/release-v2.3.0

Conversation

@mmcky

@mmcky mmcky commented Aug 20, 2026

Copy link
Copy Markdown
Contributor

Release prep for v2.3.0, following the process in CONTRIBUTING.md § Releases:

  1. CHANGELOG.md: the [Unreleased] entries move under a new ## [2.3.0] - 2026-08-20 heading with a headline blockquote (matching the 2.1.0/2.2.0 convention), and the footer gains the compare link. The section carries everything since 2.2.0: git-history headers (feat: git history in lecture headers (PLAN Phase 1) #83), in-page live compute (feat(thebe): enable in-page live compute via JupyterLite (Phase 2) #98), the sidebar FOUC fix (fix: stop the contents sidebar flashing open on page load #123), and the CDN removals (perf: drop the render-blocking Font Awesome stylesheet #124, perf: self-host KaTeX and jupyter-matplotlib stylesheets #125) — complete after the repair in docs(changelog): repair the [Unreleased] section for the next release #132.
  2. package.json bumped to 2.3.0 via npm version 2.3.0 --no-git-tag-version (template.yml is stamped from package.json by release.yml, so it needs no change).

Minor bump: the section is features + fixes, nothing backwards-incompatible.

After this merges, tagging the merge commit v2.3.0 and pushing the tag triggers release.yml, which publishes the GitHub Release with quantecon-theme.zip attached and this section as the notes. Lecture repos then upgrade by bumping the pinned release URL in site.template.

🤖 Generated with Claude Code

Move the [Unreleased] entries under ## [2.3.0] - 2026-08-20 with a
headline blockquote, add the footer compare link, and bump package.json
(npm version 2.3.0 --no-git-tag-version). template.yml is stamped by
release.yml at build time.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Copilot AI lite review requested due to automatic review settings August 20, 2026 03:37
@github-actions

github-actions Bot commented Aug 20, 2026

Copy link
Copy Markdown
Contributor
PR Preview Action v1.8.1
Preview removed because the pull request was closed.
2026-08-20 03:40 UTC

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Prepares the @quantecon/lecture-theme repository for the v2.3.0 release by bumping package versions and promoting the [Unreleased] changelog entries into a dated 2.3.0 section so release.yml can publish correct release notes.

Changes:

  • Bump package version to 2.3.0 in package.json and package-lock.json.
  • Add ## [2.3.0] - 2026-08-20 section (with headline blockquote) and add the v2.2.0...v2.3.0 compare link in CHANGELOG.md.

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Bumps the package version to 2.3.0.
package-lock.json Syncs lockfile root/package version to 2.3.0.
CHANGELOG.md Adds the 2.3.0 release section and compare link (needs [Unreleased] compare base update).

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

Comment thread CHANGELOG.md
@@ -204,6 +214,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial version of the QuantEcon MyST theme: Remix + `@myst-theme` book theme with QuantEcon branding, toolbar (home, search, fullscreen, font scaling, dark mode, downloads, Colab/JupyterHub launch, edit-on-GitHub), content-driven site footer, and bundled brand assets.

[Unreleased]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.2.0...HEAD

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in PR #134 — the [Unreleased] compare base now points at v2.3.0, and CONTRIBUTING.md's release steps gained the re-point so future cuts don't miss it. Good catch.

@github-actions

Copy link
Copy Markdown
Contributor

🎭 Visual regression results

passed  17 passed
skipped  3 skipped

Details

stats  20 tests across 1 suite
duration  38.5 seconds
commit  8db6ca7

Skipped tests

mobile-chrome › theme.spec.ts › QuantEcon theme — visual regression › launch-colab
mobile-chrome › theme.spec.ts › QuantEcon theme — visual regression › live-compute-toggle
mobile-chrome › theme.spec.ts › QuantEcon theme — visual regression › live-compute-toggle-absent-without-thebe

@mmcky
mmcky merged commit 5102716 into main Aug 20, 2026
5 checks passed
@mmcky
mmcky deleted the chore/release-v2.3.0 branch August 20, 2026 03:40
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.

2 participants