Version Packages#377
Open
github-actions[bot] wants to merge 1 commit into
Open
Conversation
✅ Deploy Preview for gaiosub ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
github-actions
Bot
force-pushed
the
changeset-release/main
branch
3 times, most recently
from
July 21, 2026 20:23
7fc1bb5 to
6a5eab5
Compare
github-actions
Bot
force-pushed
the
changeset-release/main
branch
from
July 21, 2026 20:27
6a5eab5 to
ee3e441
Compare
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.
This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.
Releases
@inkandswitch/patchwork@0.2.0
Minor Changes
2fffabe:
setup()now usespackageListURLas given instead of lettinglocalStorage.systemPackageListURLsilently replace it. A site that wants a dev override resolves it itself and passes the result in:This keeps the precedence in one place — the site — so a site can add its own override sources without fighting the library for priority.
Patch Changes
repositorymetadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.@inkandswitch/patchwork-e2e@0.2.0
Minor Changes
48e292a: Publish the e2e suite as a package with a
patchwork-e2ebin, so any Patchwork site repo can run it against its own build. Run it from the repo root after a build; it starts the site's preview server (pnpm preview, overridable with--preview-commandand--site-dir) and points the suite at it, writing reports and traces into the directory you ran from.The cross-profile sync test against a deployed site now takes its origin from
--live-site=<url>(orPATCHWORK_E2E_LIVE_SITE) instead of a hardcoded patchwork.inkandswitch.com, and skips when neither is set. Also new:--base-urlto test an already-running server,--port, and--extra-tests-dirto run a site's own specs alongside the suite as a<browser>:extraproject — those get the same fixtures, baseURL and preview server, and can importcreateDoc,waitForRepoReadyand friends from@inkandswitch/patchwork-e2e/helpers.The preview server now takes the first free port from 5173 up, and runs with
--strictPort. Before,vite previewwould quietly move to another port when 5173 was busy and the run would hang until Playwright's two-minute webServer timeout expired.The suite is compiled to
dist/and published as JavaScript. Playwright does not transform files undernode_modules, so shipping the TypeScript sources made the config unloadable for consumers.@inkandswitch/patchwork-bootloader@0.5.1
Patch Changes
repositorymetadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.@inkandswitch/patchwork-elements@4.0.3
Patch Changes
repositorymetadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.@inkandswitch/patchwork-filesystem@0.2.4
Patch Changes
repositorymetadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.@inkandswitch/patchwork-plugins@1.0.2
Patch Changes
repositorymetadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.@inkandswitch/edge-handles@0.1.1
Patch Changes
repositorymetadata pointing at inkandswitch/patchwork-next, so npm links each package to its source directory and can attest provenance when published from CI.