Skip to content

chore: version packages - #77

Merged
jxom merged 1 commit into
mainfrom
changeset-release/main
Aug 4, 2026
Merged

chore: version packages#77
jxom merged 1 commit into
mainfrom
changeset-release/main

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 4, 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

frog@1.1.0

Minor Changes

  • 5225ab5: Added pluggable friction stores, a Postgres.js-backed Store.postgres({ connectionString }) factory, and the Frog.create logging API.

    import { Frog, Store } from "frog";
    
    const store = Store.postgres({ connectionString: process.env.DATABASE_URL! });
    const frog = Frog.create({ store });
    await frog.log({
      body: "The workaround used.",
      severity: "minor",
      title: "Tool required a workaround",
    });
    const logs = await frog.logs();
    await store.close();

@vercel

vercel Bot commented Aug 4, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
frog Ready Ready Preview Aug 4, 2026 5:02am

Request Review

@github-actions
github-actions Bot force-pushed the changeset-release/main branch from c14efde to 8ad8c76 Compare August 4, 2026 05:02
@jxom
jxom merged commit 7b71c09 into main Aug 4, 2026
4 checks passed
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.

1 participant