Skip to content

chore: bump pinned antd installer v0.11.1 -> v0.11.2 - #14

Open
Nic-dorman wants to merge 1 commit into
mainfrom
chore/bump-antd-pin-v0.11.2
Open

chore: bump pinned antd installer v0.11.1 -> v0.11.2#14
Nic-dorman wants to merge 1 commit into
mainfrom
chore/bump-antd-pin-v0.11.2

Conversation

@Nic-dorman

Copy link
Copy Markdown
Member

What

Bump the pinned antd installer tag ANTD_RELEASE_TAG v0.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.msi
  • antd-macos.pkg
  • antd-linux-x64.deb

MIN_ANTD_VERSION stays 0.11.0 (unchanged) — no reason to raise the floor.

Verification

  • tsc --noEmit — clean
  • node --test — 22/22 pass (version-comparison logic)
  • node build.mjs — built; confirmed the bundle inlines v0.11.2 with no stale v0.11.1

Note for release

Did not bump the extension version (src/manifest.json / package.json at 0.2.2) — leaving that to the maintainer to batch at publish time, per how the pin was handled before.

🤖 Generated with Claude Code

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>
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.

1 participant