chore(release): v0.8.0 — touch, audio, Octane, and four new machine families - #221
Merged
Conversation
…amilies Bump package.json, tools/cli/package.json, and pocket.json to 0.8.0 and add the changelog entry: Octane as the third framework, the touch system, the credit-based audio module, Symbian/PocketBook/ESP32-P4/Playdate, Vita system services, and the landing reframe. The tag on this commit's merge publishes @pocketjs/framework and @pocketjs/cli and cuts the GitHub Release from this entry. Co-Authored-By: Claude Fable 5 <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
Release housekeeping for v0.8.0: version bumps in the three authorities (
package.json,tools/cli/package.json,pocket.json) plus thesite/content/changelog.mdentry the tag-time GitHub Release is cut from.The release rolls up everything since v0.7.0 (2026-07-23):
Breaking (native embedders only):
render_scaled_argbnow emits the documented little-endian ARGB8888 word layout (#160).Validation (full release.yml gate list, run locally)
bun tools/wasm.tsthenbun run test: 11/11 stages greenbunx tsc --noEmitcleancargo test --lockedon engine/core, engine workspace, engine/symbian: all targets okbun tests/golden.ts: 54 passed, 0 failed (afterrm -f dist/*.js dist/*.pak)bun run tape:check: 180 frames matchbun run site:build+cmp contracts/schema/pocket-2.json site/dist/schema/pocket-2.jsonokbun tools/release-check.ts 0.8.0verifies the three version authorities agreeAfter merge
Tag the squash commit as
v0.8.0and push; release.yml publishes both npm packages via trusted publishing and creates the GitHub Release from the changelog entry.🤖 Generated with Claude Code