Skip to content

chore: version packages#113

Merged
ryangoree merged 4 commits intomainfrom
changeset-release/main
Mar 18, 2025
Merged

chore: version packages#113
ryangoree merged 4 commits intomainfrom
changeset-release/main

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Mar 14, 2025

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

@delvtech/drift@0.7.0

Minor Changes

  • 8163702: Simplified option types:
    • ContractCallOptions is now CallOptions
    • ContractGetEventsOptions is now GetEventsOptions
    • ContractReadOptions is now ReadOptions
    • ContractWriteOptions is now TransactionOptions
    • OnMinedParam was combined with TransactionOptions in new type, WriteOptions.
    • Eip4844CallOptions is now Eip4844Options
  • 10d4d97: Renamed all *Config types to *Options for clarity and alignment with existing patterns.
  • 2eeb5c3: Renamed AbiFriendlyType to AbiSimplifiedType, and arrayToFriendly to arrayToSimplified.
  • bf5463d: Removed Store operations on the ClientCache and made a couple methods private to simplify the API. Store operations can still be accessed via the store property on the cache.
  • bf5463d: Removed cache operation methods from the Contract class, e.g., preloadRead. The methods have been moved to a new ContractCache class which is accessible on the contract via the cache property. This streamlines the API and mirrors the design of the underlying Client and ClientCache.

Patch Changes

  • 0d20425: Fixed formatting for nested DriftErrors by filtering out repeated lines.
  • bf5463d: Removed unused ReadClient and ReadWriteClient type aliases.

@delvtech/drift-ethers@0.7.0

Patch Changes

@delvtech/drift-ethers-v5@0.7.0

Patch Changes

@delvtech/drift-viem@0.7.0

Patch Changes

@delvtech/drift-web3@0.7.0

Patch Changes

@github-actions github-actions bot force-pushed the changeset-release/main branch from 6d57f32 to cd97570 Compare March 14, 2025 05:36
@github-actions github-actions bot force-pushed the changeset-release/main branch from cd97570 to baa37d9 Compare March 18, 2025 04:42
@ryangoree ryangoree merged commit a893a3c into main Mar 18, 2025
1 of 4 checks passed
@ryangoree ryangoree deleted the changeset-release/main branch March 18, 2025 05:08
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