Skip to content

@unisim/sdk 0.128.1 — pick up the "designed by" colophon - #43

Merged
JamesmarkeyUK merged 1 commit into
mainfrom
claude/sdk-0-128-1-colophon
Sep 5, 2026
Merged

JamesmarkeyUK merged 1 commit into
mainfrom
claude/sdk-0-128-1-colophon

Conversation

@JamesmarkeyUK

Copy link
Copy Markdown
Contributor

Moves this app onto @unisim/sdk@^0.128.1 so the About dialog actually shows "App designed by James Markey MBE and the UNI·SIM team." One of 15 identical PRs.

Why the pin edit isn't a formality

A caret on a 0.x pins the MINOR. ^0.127.0 means >=0.127.0 <0.128.0 — so nothing published to the 0.128 line would ever have reached this app. Every consumer had to be edited by hand or the release reached nobody.

Verified per app, before pushing

  • npm install → typecheck → production build
  • a grep for AUTHORSHIP_DESIGNER in the installed node_modules/@unisim/sdk/dist — resolving a version is not the same as shipping the code

15/15 typecheck and build clean. Worth noting the three apps on ^0.122.x (Beam, DIY, PalsPayIn) jumped six minors and all built clean.

🤖 Generated with Claude Code

https://claude.ai/code/session_01M49D85H2FcSGrfbTMQsv3o


Generated by Claude Code

Moves this app off its old pin so the About dialog actually shows
"App designed by James Markey MBE and the UNI-SIM team."

The pin edit is not a formality: a caret on a 0.x pins the MINOR, so
^0.127.0 means >=0.127.0 <0.128.0. The seven apps on ^0.127.0 were
already not receiving 0.128.0, and nothing published to the 0.128 line
would ever have reached them. Every consumer had to be edited by hand or
the release reached nobody.

Verified before pushing, per app: npm install, typecheck, production
build, and a grep for AUTHORSHIP_DESIGNER in the INSTALLED
node_modules/@unisim/sdk/dist - resolving the version is not the same as
shipping the code.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01M49D85H2FcSGrfbTMQsv3o
@JamesmarkeyUK
JamesmarkeyUK merged commit 8dfe352 into main Sep 5, 2026
1 of 2 checks passed
@JamesmarkeyUK
JamesmarkeyUK deleted the claude/sdk-0-128-1-colophon branch September 5, 2026 20:58
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