Skip to content

Commit

Permalink
chore: version packages (#72)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Apr 12, 2024
1 parent 2e460b8 commit c1ebf81
Show file tree
Hide file tree
Showing 15 changed files with 19 additions and 66 deletions.
5 changes: 0 additions & 5 deletions .changeset/afraid-beds-rush.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-kiwis-mix.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/calm-pens-leave.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/chilly-avocados-teach.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/fifty-cats-wait.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/five-gifts-rest.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/lazy-oranges-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sixty-otters-judge.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/slimy-berries-give.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/smart-walls-chew.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/swift-jokes-work.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tasty-pets-battle.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-starfishes-tan.md

This file was deleted.

18 changes: 18 additions & 0 deletions packages/sx.js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# @snapshot-labs/sx

## 0.1.2

### Patch Changes

- 0cef521: add proposal edition support to OffchainEthereumSig
- 7703dde: add cancel proposal support to OffchainEthereumSig
- 423f71a: migrate to new herodotus indexer
- ff6f988: add approval and single choice vote support to OffchainEthereumSig
- e456b85: add space param to offchain voting power strategies
- 7b37a7f: change default decimals for remote-vp strategy to 18
- ca99550: add evmOptimism network
- 423f71a: throw VotingPowerDetailsError in herodotus strategies with NOT_READY_YET memo
- 7fdabfe: remove strings and words64 utils
- 5db3101: add weighted and quadratic vote support for OffchainEthereumSig
- f72f4d7: add deployL1AvatarExecution function to StarknetTx
- bb1234d: add getOffchainStrategy function for computing voting power
- 5be2175: add ranked choice vote support for OffchainEthereumSig

## 0.1.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/sx.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@snapshot-labs/sx",
"version": "0.1.1",
"version": "0.1.2",
"publishConfig": {
"access": "public"
},
Expand Down

0 comments on commit c1ebf81

Please sign in to comment.