chore: open 2.0.1 development line + regenerate social card#68
Merged
Conversation
- gradle.properties 2.0.0-SNAPSHOT -> 2.0.1-SNAPSHOT; browser SDK package.json 2.0.0 -> 2.0.1-SNAPSHOT (committed dev version mirrors gradle per RELEASE.md; the publish step pins the concrete version). New @SInCE tags now target 2.0.1. - Update the current-development-line references in CLAUDE.md, README.md, and docs/stability.md to 2.0.1-SNAPSHOT, and add 2.0 to the shipped-releases list. - Regenerate site/og-image.png from og-image.svg (now shows v2.0.0); rendered 1200x630 with Inkscape, Georgia present so it matches the design. Existing @SInCE 2.0.0 tags are unchanged (that API shipped in 2.0.0). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
wolpert
enabled auto-merge (rebase)
June 13, 2026 15:48
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.



Post-2.0.0-release housekeeping so new changes target the right version, plus the deferred social-card regen.
Version → 2.0.1-SNAPSHOT
gradle.properties:2.0.0-SNAPSHOT→2.0.1-SNAPSHOTclients/passkeys-browser/package.json:2.0.0→2.0.1-SNAPSHOT(the committed dev version mirrors gradle perRELEASE.md; the publish step pins the concrete release version, and-SNAPSHOTis a valid prerelease so it can't publish by accident).CLAUDE.md,README.md,docs/stability.md;2.0added to the shipped-releases list instability.md.New public API added from here on will carry
@since 2.0.1. The existing@since 2.0.0tags (26 across 14 files) are intentionally left as-is — that API shipped in 2.0.0.site/og-image.pngregeneratedThe social-share card still showed
v1.3.1(binary; only the SVG source was updated at release). Regenerated fromsite/og-image.svg(nowv2.0.0) at 1200×630 with Inkscape — Georgia is installed, so it matches the design, and the output is byte-comparable to the original (≈154 KB).No functional code changes.
🤖 Generated with Claude Code