Skip to content

Version Packages#516

Merged
krzkaczor merged 1 commit intomasterfrom
changeset-release/master
Oct 27, 2021
Merged

Version Packages#516
krzkaczor merged 1 commit intomasterfrom
changeset-release/master

Conversation

@github-actions
Copy link
Contributor

@github-actions github-actions bot commented Oct 12, 2021

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 master, this PR will be updated.

Releases

@typechain/hardhat@3.0.0

Major Changes

  • 99fafbe: Change default output directory to "typechain-types"
  • 0e555af: Generate types to .ts files instead of .d.ts in Ethers v5 and Web3.js targets

Patch Changes

  • aacdcb0: Export EventFilter type along with Event type
  • Updated dependencies [0ac4921]
  • Updated dependencies [95517e9]
  • Updated dependencies [33ee803]
    • typechain@6.0.0

@typechain/ethers-v5@8.0.0

Major Changes

  • 5c217a6: Changed emitted event types — named events are now used in Contract methods.
  • 0e555af: Generate types to .ts files instead of .d.ts in Ethers v5 and Web3.js targets

Minor Changes

  • 95517e9: Add support for Solidity structs

    // before
    function deposit(amount: { token: string; value: BigNumberish }): Promise<ContractTransaction>
    
    // after
    export type AmountStruct = { token: string; value: BigNumberish }
    
    function deposit(amount: AmountStruct): Promise<ContractTransaction>

Patch Changes

  • a0b3c4b: Custom generated factories do not require signers now
  • aacdcb0: Export EventFilter type along with Event type
  • Updated dependencies [0ac4921]
  • Updated dependencies [95517e9]
  • Updated dependencies [33ee803]
    • typechain@6.0.0

@typechain/web3-v1@4.0.0

Major Changes

  • 0e555af: Generate types to .ts files instead of .d.ts in Ethers v5 and Web3.js targets

Patch Changes

  • Updated dependencies [0ac4921]
  • Updated dependencies [95517e9]
  • Updated dependencies [33ee803]
    • typechain@6.0.0

typechain@6.0.0

Major Changes

  • 33ee803: Fix tuple array signature

Minor Changes

  • 95517e9: Add support for Solidity structs

    // before
    function deposit(amount: { token: string; value: BigNumberish }): Promise<ContractTransaction>
    
    // after
    export type AmountStruct = { token: string; value: BigNumberish }
    
    function deposit(amount: AmountStruct): Promise<ContractTransaction>

Patch Changes

  • 0ac4921: Propagate module resolution errors from inside of target.

    Previously, when the version of @typechain/ethers-v5 you were depending on was in some way broken, typechain would
    just say that it could not find a target. Now, an error message will explain why.

@typechain/ethers-v4@6.0.0

Patch Changes

  • Updated dependencies [0ac4921]
  • Updated dependencies [95517e9]
  • Updated dependencies [33ee803]
    • typechain@6.0.0

@typechain/truffle-v5@6.0.0

Patch Changes

  • Updated dependencies [0ac4921]
  • Updated dependencies [95517e9]
  • Updated dependencies [33ee803]
    • typechain@6.0.0

@github-actions github-actions bot force-pushed the changeset-release/master branch 10 times, most recently from 0532fe6 to a46cf0a Compare October 18, 2021 16:03
@github-actions github-actions bot force-pushed the changeset-release/master branch 2 times, most recently from 222d0d5 to deba3a9 Compare October 26, 2021 21:15
@github-actions github-actions bot force-pushed the changeset-release/master branch from deba3a9 to 6342e18 Compare October 27, 2021 13:15
@krzkaczor krzkaczor merged commit ced568d into master Oct 27, 2021
@krzkaczor krzkaczor deleted the changeset-release/master branch October 27, 2021 19:44
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