Skip to content

Releases: gnosisguild/zodiac-sdk

v2.2.0

Choose a tag to compare

@github-actions github-actions released this 07 Sep 14:19
e75c63c

2.2.0 (2026-09-07)

Features

  • cli: say when a newer release is available, and how to get it (#66) (1a9a0db)

v2.1.3

Choose a tag to compare

@github-actions github-actions released this 07 Sep 13:20
3edd8ea

2.1.3 (2026-09-07)

Bug Fixes

  • resolve accounts by address, push only what a constellation declares (#64) (e347cd7)

Miscellaneous Chores

  • .zodiac/ codegen nests accounts under a chain id (accounts[ws].safes[chain][label]). Regenerated on every pull, which prepush forces, but anything importing the generated module directly has to follow.

v2.1.2

Choose a tag to compare

@github-actions github-actions released this 27 Aug 12:59
9671cdf

2.1.2 (2026-08-27)

Bug Fixes

  • reject invalid constellation refs (#61) (de5ffbd)

v2.1.1

Choose a tag to compare

@github-actions github-actions released this 26 Aug 21:30
fb6bf12

2.1.1 (2026-08-26)

Bug Fixes

  • actions: accept a forward reference as a permission target (#59) (6eaf021)

v2.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 21:18
591c3c6

2.1.0 (2026-08-26)

Features

  • actions: let a permission name a node as its target (#57) (ff66bc9)

v2.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Aug 11:49
8a43727

2.0.0 (2026-08-25)

⚠ BREAKING CHANGES

  • RoleDef.permissions no longer accepts PermissionSet or Promise<PermissionSet>, and RoleDef.annotations is gone. Write permissions through the helpers in @zodiaceco/sdk/actions: custom() labels a bag of allow-kit permissions, and defikit replaces calling the DeFi Kit package directly.

Features

  • describe role permissions, never compile them (#54) (923ade6)

Bug Fixes

  • allow: type and explain overloaded functions (#56) (fa1e222)

v1.13.2

Choose a tag to compare

@github-actions github-actions released this 20 Aug 10:28
7a5f678

1.13.2 (2026-08-20)

Bug Fixes

  • cli: resolve the implementation ABI for proxy contracts (#51) (d85bc47)

v1.13.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 19:21
e4cfbdc

1.13.1 (2026-08-18)

Bug Fixes

  • README told you to create a config file init already writes (#49) (9345a2b)

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:58
18e72b9

1.13.0 (2026-08-18)

Features

  • re-export roles-sdk types and consolidate generated imports (#46) (abe8192)

Bug Fixes

  • drop registry-url so npm publish reaches the OIDC exchange (#47) (11f556d)

v1.12.2

Choose a tag to compare

@github-actions github-actions released this 18 Aug 14:44
a5e094b

1.12.2 (2026-08-18)

Bug Fixes