chore(release): prepare v3.3.0 — five-adapter ecosystem release#250
Merged
Conversation
Headline: three new framework adapters ship alongside React and Angular. Vue 3, Svelte 5, and SolidJS are now officially supported. The core library itself is functionally unchanged from 3.2.0 — `dist/` is byte-identical (zero diffs under src/, build.clj, deps.edn, or shadow-cljs.edn since v3.2.0). This release ships an updated README + CHANGELOG so the npm-registry view reflects the now-complete five-adapter ecosystem. Version bumps (per docs/RELEASING.md): - package.json: 3.2.0 → 3.3.0 - build.clj: 3.2.0 → 3.3.0 - deps.edn: baredom-3.2.0.jar → baredom-3.3.0.jar - docs/installation.md: three Clojars/npm install snippets bumped CHANGELOG.md gains a new ## [3.3.0] entry that leads with the adapter ecosystem (Vue, Svelte, Solid), then covers the supporting changes (README restructure, scripts/codegen_shared.bb dedupe, docs/components.md catalogue split, CLAUDE.md registration-checklist update, release-solid.yml workflow). Two adapter bug fixes are listed: Angular x-select CVA event name (PR #242) and Vue reserved prop names (PR #243). After this PR merges, the release is triggered by: git tag v3.3.0 && git push origin v3.3.0 That fires .github/workflows/release.yml, which publishes to npm, Clojars, and creates a GitHub Release. 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
Prepares
@vanelsas/baredom@3.3.0— the five-adapter ecosystem release.Headline: three new framework adapters ship alongside React and Angular:
@vanelsas/baredom-vue@vanelsas/baredom-svelte@vanelsas/baredom-solidAll three are already on npm — published via PR #248's release infrastructure.
What this PR contains
Version bumps in the four canonical source-of-truth locations per
docs/RELEASING.md:package.json—3.2.0→3.3.0build.clj—(def version "3.3.0")deps.edn—target/baredom-3.3.0.jardocs/installation.md— three Clojars/npm install snippets bumpedPlus a new
## [3.3.0]entry inCHANGELOG.md, leading with the adapter ecosystem story and covering the supporting changes (README restructure, codegen dedupe, components catalogue split, release-solid workflow).What the core library actually changes
Nothing functional. Zero diffs under
src/,build.clj,deps.edn, orshadow-cljs.ednsincev3.2.0.dist/is byte-identical.What ships differently in the npm tarball (per
files: ["dist","custom-elements.json","README.md","LICENSE","CHANGELOG.md"]):README.md— restructured to surface all five adapters and the Time-Travel Debugger (PR docs(readme): promote framework adapters, trim theming, fix structure #247)CHANGELOG.md— gains the## [3.3.0]entryThe substantive ecosystem expansion lives in the three new adapter packages, which are versioned independently.
Test plan
clj-kondo --lint src test→ 0 errors, 0 warningsgit tag v3.3.0 && git push origin v3.3.0→release.ymlpublishes to npm + Clojars + creates GitHub ReleaseRelated
v*glob fix) —v3.3.0matches both old and new globs, so order is independent.🤖 Generated with Claude Code