Conversation
CHANGELOG.md gains a [0.1.1] entry summarising the six post-launch PRs that fixed the blank Pages demo (asset-path absolutes), bumped BareDOM 2.4.0 → 2.4.1 (upstream patch), surfaced vanilla-JS in the README Features list, and added the Why-Bareforge motivation section. package.json + package-lock.json version bumped 0.0.1 → 0.1.1 (0.0.1 was the placeholder that never moved to 0.1.0 at launch — catching up here, since the git tag is the canonical source). After this lands, cut v0.1.1 against the merged commit and the Pages workflow auto-fires on `release: published`, redeploying the demo with the asset-path fixes and 2.4.1 components.
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
Patch release. Bundles the six post-launch fixes that landed on
mainafter v0.1.0:public/index.html, the toolbar brand<picture>, and the CLJS-export plugin's emitted script tag all referenced/<path>(absolute) where<path>(relative) was correct for sub-path hosting on Pages. Fixed across the board.This PR itself bumps
package.json0.0.1 → 0.1.1, syncspackage-lock.json, and adds the[0.1.1]entry toCHANGELOG.mdwith the full breakdown.Merge plan
Squash-merge → cut
v0.1.1against the resulting commit onmain→ Pages workflow fires onrelease: published→ demo redeploys with the asset-path fixes and 2.4.1 components.Test plan
@2.4.1.