chore: bump pinned antd installer v0.11.1 -> v0.11.2 - #14
Open
Nic-dorman wants to merge 1 commit into
Open
Conversation
Point the "Download daemon" onboarding flow at the latest stable antd (v0.11.2, released 2026-08-10). Verified the release carries the three installer assets the extension links to (antd-windows-x64-setup.msi / antd-macos.pkg / antd-linux-x64.deb). MIN_ANTD_VERSION stays 0.11.0. typecheck clean; 22/22 tests pass; build verified to inline v0.11.2. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Bump the pinned antd installer tag
ANTD_RELEASE_TAGv0.11.1 → v0.11.2 so the onboarding "Download daemon" flow installs the latest stable antd (released 2026-08-10). The extension's runtime update-checker already surfaces 0.11.2 to users; this brings the shipped installer in line.Safety check
The download URL is
releases/download/<tag>/<asset>, so the pin is only valid if v0.11.2 carries the installer assets. Verified present:antd-windows-x64-setup.msiantd-macos.pkgantd-linux-x64.debMIN_ANTD_VERSIONstays0.11.0(unchanged) — no reason to raise the floor.Verification
tsc --noEmit— cleannode --test— 22/22 pass (version-comparison logic)node build.mjs— built; confirmed the bundle inlinesv0.11.2with no stalev0.11.1Note for release
Did not bump the extension version (
src/manifest.json/package.jsonat0.2.2) — leaving that to the maintainer to batch at publish time, per how the pin was handled before.🤖 Generated with Claude Code