Release v0.6.1#60
Merged
Merged
Conversation
Patch release picking up BareDOM 3.1.0 (internal-audit cycle). No Bareforge code changes beyond the deps bump that landed in #59 — this commit only promotes [Unreleased] → [0.6.1] in CHANGELOG and bumps package.json. Co-Authored-By: Claude Opus 4.7 (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.
Summary
package.json0.6.0 → 0.6.1, and CHANGELOG[Unreleased]body promoted to[0.6.1] — 2026-05-16.define-parsed-prop!migrations, listener-leak hygiene,du/discipline). No public API changes; no new components.Upstream release notes: https://github.com/avanelsas/baredom/releases/tag/v3.1.0
Test plan
clojure -X:release :bump :patch :confirm true— all four PR-readiness gates green (re-run by the release helper before it writes)clj-kondo --lint src test scripts— cleancljfmt check— cleannpx shadow-cljs compile test— 847 tests / 2454 assertions / 0 failures, 0 errorsnpx shadow-cljs release app— 0 warningsgit tag v0.6.1 && git push origin v0.6.1— tag push triggers the Pages deploy workflow (ci: deploy Pages on tag push and bump Node 20 → 22 #58)🤖 Generated with Claude Code