Skip to content

Latest commit

ย 

History

History
228 lines (113 loc) ยท 6.33 KB

CHANGELOG.md

File metadata and controls

228 lines (113 loc) ยท 6.33 KB

0.9.14 (2024-08-16)

๐Ÿฉน Fixes

  • make uniswap deps optional (31df18f)

0.9.13 (2024-08-16)

๐Ÿš€ Features

  • core: draft custom contract call (1ed947f)

๐Ÿฉน Fixes

  • dist folder for publish (e8fa5a0)
  • core: ensure CallDataBuilder exported (5cd2acd)
  • core: encode execute function for custom call (dabcbaf)
  • core: make interface similar to viem writeContract (5978473)

0.9.12 (2024-06-28)

๐Ÿš€ Features

  • core: add MultiSenderAction (d7d997e)
  • examples: load balances in sandbox (4b86ed4)

๐Ÿฉน Fixes

๐Ÿ’… Refactors

  • global: change theme to ditto (20cfd8f)

0.9.11 (2024-06-24)

This was a version bump only, there were no code changes.

0.9.10 (2024-06-23)

๐Ÿš€ Features

  • core: add create workflow step to the sandbox (7fc4a3b)
  • core: add docs about actions and triggres (17642d8)
  • core: add docs about all triggers (f8732d1)
  • global: get predicted Smart Wallet Address (43e8c90)
  • global: add hooks/use-local-storage (85deb17)
  • global: add method to get next vault id (ec7862e)
  • global: add getting started section for root README (62b0dd7)

๐Ÿฉน Fixes

  • core: throw error if no address for chain (e6e0741)

0.9.9 (2024-05-31)

This was a version bump only, there were no code changes.

0.9.8 (2024-05-30)

This was a version bump only, there were no code changes.

0.9.7 (2024-05-30)

This was a version bump only, there were no code changes.

0.9.6 (2024-05-26)

๐Ÿฉน Fixes

  • global: remove --dry-run and start real publishing (68659b3)

0.9.5 (2024-05-26)

This was a version bump only, there were no code changes.

0.9.4 (2024-05-26)

๐Ÿฉน Fixes

  • global: set --dry-run options until access will be fixed (47086a3)

0.9.3 (2024-05-26)

๐Ÿฉน Fixes

  • global: remove NPM_CONFIG_PROVENANCE (c4158a6)

0.9.2 (2024-05-26)

This was a version bump only, there were no code changes.

0.9.1 (2024-05-26)

This was a version bump only, there were no code changes.

0.9.0 (2024-05-26)

This was a version bump only, there were no code changes.

0.8.2 (2024-05-26)

๐Ÿฉน Fixes

  • global: upd package-lock (e0d14c5)

0.8.1 (2024-05-26)

๐Ÿš€ Features

  • global: add CI for publish on tag (7ac13f5)

0.8.0 (2024-05-26)

๐Ÿš€ Features

๐Ÿฉน Fixes

  • global: remove unnecessary gh-release (5395a81)

0.7.1 (2024-05-26)

๐Ÿฉน Fixes

  • global: remove unnecessary nx from package.json (edcbd8e)

0.7.0 (2024-05-26)

๐Ÿฉน Fixes

  • global: update release command in package.json (7b5e55c)

0.6.1 (2024-05-26)

๐Ÿฉน Fixes

  • global: add skipLockFileUpdate option to nx release (a8b03ce)
  • global: restore package-lock (972eca5)

0.6.0 (2024-05-26)

๐Ÿฉน Fixes

  • core: remove files prop from package.json (1751f5e)

0.5.0 (2024-05-26)

๐Ÿฉน Fixes

  • global: fix package-lock (a044869)
  • global: ensure using prod config in core (267dec8)
  • web3.js: add typecheck target (f0fdabe)

0.4.0 (2024-05-26)

๐Ÿฉน Fixes

  • global: fix package-lock (a044869)

0.3.9 (2024-05-20)

This was a version bump only, there were no code changes.

0.3.8 (2024-05-20)

This was a version bump only, there were no code changes.

0.3.7 (2024-05-19)

This was a version bump only, there were no code changes.

0.3.6 (2024-05-19)

This was a version bump only, there were no code changes.

0.3.5 (2024-05-19)

This was a version bump only, there were no code changes.

0.3.4 (2024-05-19)

This was a version bump only, there were no code changes.

0.3.3 (2024-05-18)

This was a version bump only, there were no code changes.

0.3.1 (2024-05-18)

๐Ÿฉน Fixes

  • global: run npm install to fix lock file (a82be53)

0.3.0 (2024-05-18)

๐Ÿš€ Features

  • global: add release command

0.2.0 (2024-04-30)

๐Ÿš€ Features

  • ethers: extract ethers.js related things to @ditto-network/ethers package (e038042)
  • global: setup CD (55c1fc8)
  • web3.js: web3.js support (e42659b)