From 8db6ca7153ed21bbe05ecb1394884fbcbfffddad Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Thu, 20 Aug 2026 13:37:07 +1000 Subject: [PATCH] chore(release): prepare v2.3.0 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 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 158b4241e..9929db00d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [2.3.0] - 2026-08-20 + +> Headline: lecture pages gain **in-page live compute** (a JupyterLite/Pyodide +> Power toggle in the header toolbar) and an inline **git-history changelog** on +> the page header's author line. All third-party CDN stylesheets are gone — +> KaTeX and jupyter-matplotlib are served from the site's own origin and Font +> Awesome is dropped — so maths and styling no longer degrade where +> jsdelivr/cdnjs are unreachable (notably mainland China). Consumers upgrade by +> bumping the pinned release URL in `site.template`. + ### Added - In-page live compute via Thebe (Phase 2 of [`PLAN.md`](./PLAN.md), closes #88): setting the standard MyST `project.thebe` config surfaces a **Power** toggle in @@ -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 +[2.3.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.2.0...v2.3.0 [2.2.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.1.0...v2.2.0 [2.1.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v2.0.0...v2.1.0 [2.0.0]: https://github.com/QuantEcon/quantecon-theme.mystmd/compare/v1.1.1...v2.0.0 diff --git a/package-lock.json b/package-lock.json index ab14d4a99..e46dfd0a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@quantecon/lecture-theme", - "version": "2.2.0", + "version": "2.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@quantecon/lecture-theme", - "version": "2.2.0", + "version": "2.3.0", "hasInstallScript": true, "dependencies": { "@myst-theme/common": "^1.3.0", diff --git a/package.json b/package.json index 3046903b9..db59b7598 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@quantecon/lecture-theme", - "version": "2.2.0", + "version": "2.3.0", "private": true, "sideEffects": false, "scripts": {