Skip to content

Commit

Permalink
chore: new release (#5)
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 Sep 26, 2024
1 parent 32e5ccd commit a89cf7c
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 32 deletions.
5 changes: 0 additions & 5 deletions .changeset/big-cheetahs-dream.md

This file was deleted.

6 changes: 0 additions & 6 deletions .changeset/fuzzy-bobcats-press.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/giant-glasses-mate.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/rich-bobcats-appear.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/sour-files-sip.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/thick-poems-remember.md

This file was deleted.

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

## 1.0.0

### Major Changes

- [`0b61cff414e19610844c49483dff72be4b9b85a3`](https://github.com/peeramid-labs/eds/commit/0b61cff414e19610844c49483dff72be4b9b85a3) Thanks [@peersky](https://github.com/peersky)! - added distributor instances categorization by instance id referencing distribution id

- [`20cee6ee93d4ffb064d9ccc665393693de8b819b`](https://github.com/peeramid-labs/eds/commit/20cee6ee93d4ffb064d9ccc665393693de8b819b) Thanks [@peersky](https://github.com/peersky)! - Initializer for distributors is an address to accomodate statefull initializers

- [`caaa17e09b4c21f6bc181a642cdbd201d8577f9f`](https://github.com/peeramid-labs/eds/commit/caaa17e09b4c21f6bc181a642cdbd201d8577f9f) Thanks [@peersky](https://github.com/peersky)! - Installer interfaces now allow whitelisting of distributors or explicit distribution ids of distributor

- Distributors now use own ids for distributions that are keccak(distributionId,initializerId)

- [`dbe87be90a558107dbb1457214d6f4e38965fc99`](https://github.com/peeramid-labs/eds/commit/dbe87be90a558107dbb1457214d6f4e38965fc99) Thanks [@peersky](https://github.com/peersky)! - Distributor when doing checks now always infers real target address from config to accommodate for middlewares such as access manager intermediate contract

### Minor Changes

- [`0ea50a03ee6398ec30f50df48de141597e475025`](https://github.com/peeramid-labs/eds/commit/0ea50a03ee6398ec30f50df48de141597e475025) Thanks [@peersky](https://github.com/peersky)! - added interface for allowing specific distribution ids for distributor within installer

## 0.2.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@peeramid-labs/eds",
"version": "0.2.1",
"version": "1.0.0",
"files": [
"abi",
"deployments",
Expand Down

0 comments on commit a89cf7c

Please sign in to comment.