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 #2582

Merged
merged 1 commit into from
Aug 6, 2024
Merged

chore: version package #2582

merged 1 commit into from
Aug 6, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Aug 4, 2024

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

[email protected]

Minor Changes

  • #2570 fee80a9a Thanks @jxom! - Experimental: Added EIP-7702 Extension. See Docs

  • #2586 0b1693aa Thanks @tmm! - Renamed "zkSync" to "ZKsync":

    • Context: "zkSync" was officially renamed to "ZKsync" a while ago.
    • Variable names: zkSync -> zksync (for simplicity and consistency between folder/file names and variables).
    • Types: ZkSync -> Zksync.
    • Old naming still remains in Viem, however is marked as @deprecated and will be removed in the next major release.

    Removed deprecated zkSyncTestnet chain.

  • #2583 b5aa9651 Thanks @jxom! - Added ability for consumer (libraries built on top of Viem) to globally configure properties on BaseError.

    import { setErrorConfig } from 'viem'
    
    setErrorConfig({
      getDocsUrl({ name }) {
        return `https://examplelib.com?error=${name}`
      }
      version: '[email protected]'
    })

Patch Changes

Copy link

vercel bot commented Aug 4, 2024

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

Name Status Preview Updated (UTC)
viem ✅ Ready (Inspect) Visit Preview Aug 6, 2024 9:45pm

@github-actions github-actions bot changed the title chore: version package Version Packages Aug 4, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 5, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 5, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 5, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 5, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 5, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 6, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 6, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 6, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 6, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 6, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 6, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 6, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 6, 2024
@github-actions github-actions bot changed the title chore: version package Version Packages Aug 6, 2024
@github-actions github-actions bot changed the title Version Packages chore: version package Aug 6, 2024
@jxom jxom merged commit 2e8385f into main Aug 6, 2024
1 check was pending
@jxom jxom deleted the changeset-release/main branch August 6, 2024 21:25
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