Skip to content
This repository was archived by the owner on Apr 3, 2026. It is now read-only.

Commit 5809647

Browse files
Merge pull request #475 from sablier-labs/chore/bump-evm-utils
chore: bump evm utils
1 parent 5ebb67d commit 5809647

3 files changed

Lines changed: 11 additions & 9 deletions

File tree

flow/CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ The format is based on [Common Changelog](https://common-changelog.org/).
1010
[1.1.0]: https://github.com/sablier-labs/flow/compare/v1.0.0...v1.1.0
1111
[1.0.0]: https://github.com/sablier-labs/flow/releases/tag/v1.0.0
1212

13-
## [2.0.1] - 2025-10-21
13+
## [2.0.1] - 2025-10-22
14+
15+
### Changed
16+
17+
- Bump `@sablier/evm-utils` to v1.0.1 ([#475](https://github.com/sablier-labs/flow/pull/475/))
1418

1519
### Removed
1620

@@ -45,7 +49,7 @@ The format is based on [Common Changelog](https://common-changelog.org/).
4549
- **Breaking:** Remove broker fee functionality ([#384](https://github.com/sablier-labs/flow/pull/384))
4650
- **Breaking:** Remove return value from `withdraw` function ([#385](https://github.com/sablier-labs/flow/pull/385))
4751
- Remove `isPaused` getter function ([#440](https://github.com/sablier-labs/flow/pull/440))
48-
- Remove `Adminable` and `Batch` contracts (moved to` @sablier/evm-utils`)
52+
- Remove `Adminable` and `Batch` contracts (moved to `@sablier/evm-utils`)
4953

5054
## [1.1.1] - 2025-02-05
5155

flow/bun.lock

Lines changed: 4 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flow/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@openzeppelin/contracts": "5.3.0",
1515
"@prb/math": "4.1.0",
16-
"@sablier/evm-utils": "1.0.0"
16+
"@sablier/evm-utils": "1.0.1"
1717
},
1818
"devDependencies": {
1919
"@sablier/devkit": "github:sablier-labs/devkit",

0 commit comments

Comments
 (0)