Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: version package #3543

Merged
merged 1 commit into from
Apr 6, 2025
Merged

chore: version package #3543

merged 1 commit into from
Apr 6, 2025

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Apr 5, 2025

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and publish to npm yourself or setup this action to publish 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

viem@2.26.0

Minor Changes

  • #3542 082c3d0fcc2e376954116d380c65c6ac95293681 Thanks @jxom! - Breaking (Experimental): Updated EIP-5792 to the latest spec changes. The following APIs have been updated:

    getCallsStatus

    const result = await client.getCallsStatus({ id })
    //    ^?
          {
    +       atomic: boolean
    +       chainId: number
    +       id: string
            receipts: Receipt[]
    -       status: 'PENDING' | 'CONFIRMED'
    +       status: 'pending' | 'success' | 'failure' | undefined
    +       statusCode: number
    +       version: string
    }

    sendCalls

    const result = await client.sendCalls({ calls })
    //    ^?
    -     string
    +     { id: string, capabilities?: Capabilities }

    waitForCallsStatus

    const result = await client.waitForCallsStatus({ id })
    //    ^?
          {
    +       atomic: boolean
    +       chainId: number
    +       id: string
            receipts: Receipt[]
    -       status: 'PENDING' | 'CONFIRMED'
    +       status: 'pending' | 'success' | 'failure' | undefined
    +       statusCode: number
    +       version: string
    }

Patch Changes

Copy link

vercel bot commented Apr 5, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
viem ❌ Failed (Inspect) Apr 6, 2025 10:00pm

Copy link

socket-security bot commented Apr 5, 2025

New and removed dependencies detected. Learn more about Socket for GitHub ↗︎

Package New capabilities Transitives Size Publisher
npm/typescript@5.8.3 None 0 22.9 MB typescript-bot

🚮 Removed packages: npm/viem@2.24.2

View full report↗︎

@github-actions github-actions bot changed the title chore: version package Version Packages Apr 5, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from c9c1b6e to 68d80f6 Compare April 5, 2025 02:46
@github-actions github-actions bot changed the title Version Packages chore: version package Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 68d80f6 to bb48d67 Compare April 6, 2025 05:05
@github-actions github-actions bot changed the title chore: version package Version Packages Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from bb48d67 to 916ee21 Compare April 6, 2025 05:29
@github-actions github-actions bot changed the title Version Packages chore: version package Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 916ee21 to 039f9fd Compare April 6, 2025 05:57
@github-actions github-actions bot changed the title chore: version package Version Packages Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from 039f9fd to e2d4c5b Compare April 6, 2025 06:18
@github-actions github-actions bot changed the title Version Packages chore: version package Apr 6, 2025
@github-actions github-actions bot force-pushed the changeset-release/main branch from e2d4c5b to a06b12d Compare April 6, 2025 21:20
@jxom jxom merged commit c8378d2 into main Apr 6, 2025
2 of 3 checks passed
@jxom jxom deleted the changeset-release/main branch April 6, 2025 21:24
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