Skip to content

chore: version packages#17

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main
Open

chore: version packages#17
github-actions[bot] wants to merge 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

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

@dashcommerce/core@0.1.5

Patch Changes

  • #16 b865dd7 Thanks @cavewebs! - Support EmDash 0.28.

    Migrate from emdash 0.6 to 0.28.1. The plugin now builds its native
    ResolvedPlugin via definePlugin with single-argument RouteContext
    handlers (emdash's native route shape) instead of adaptSandboxEntry, whose
    0.28 form flattens the request and would break the Stripe webhook's raw-body
    signature check. Capability names are updated to the current vocabulary
    (network:request, content:read, content:write, media:read,
    users:read), and the emdash peer range is now >=0.28.0 <0.29.0.

    The bundled emdash patch is re-authored for 0.28.1: plugin route handlers may
    still return a raw Response (cookies, redirects, webhook 200s), and the raw
    request body is preserved so ctx.request.text() works for Stripe webhook
    signature verification.

    The starter adds a Cloudflare Worker entry (src/worker.ts) plus a Cron
    Trigger so plugin cron — abandoned-cart recovery, subscription dunning, and
    stock-lock sweeps — runs on Workers (emdash 0.19+ drives cron from a
    scheduled() handler, not request side effects).

@dashcommerce/starter@0.3.1

Patch Changes

  • #16 b865dd7 Thanks @cavewebs! - Support EmDash 0.28.

    Migrate from emdash 0.6 to 0.28.1. The plugin now builds its native
    ResolvedPlugin via definePlugin with single-argument RouteContext
    handlers (emdash's native route shape) instead of adaptSandboxEntry, whose
    0.28 form flattens the request and would break the Stripe webhook's raw-body
    signature check. Capability names are updated to the current vocabulary
    (network:request, content:read, content:write, media:read,
    users:read), and the emdash peer range is now >=0.28.0 <0.29.0.

    The bundled emdash patch is re-authored for 0.28.1: plugin route handlers may
    still return a raw Response (cookies, redirects, webhook 200s), and the raw
    request body is preserved so ctx.request.text() works for Stripe webhook
    signature verification.

    The starter adds a Cloudflare Worker entry (src/worker.ts) plus a Cron
    Trigger so plugin cron — abandoned-cart recovery, subscription dunning, and
    stock-lock sweeps — runs on Workers (emdash 0.19+ drives cron from a
    scheduled() handler, not request side effects).

  • Updated dependencies [b865dd7]:

    • @dashcommerce/core@0.1.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants