Skip to content

Commit 52f4ef6

Browse files
Merge pull request #1481 from sablier-labs/chore/bump-evm-utils
chore: bump evm utils dep in bob lockup and flow
2 parents 07f07a0 + 5ade631 commit 52f4ef6

File tree

15 files changed

+169
-153
lines changed

15 files changed

+169
-153
lines changed

bob/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Common Changelog](https://common-changelog.org/).
66

7+
## [1.0.1] - 2026-03-23
8+
9+
### Changed
10+
11+
- Bump utils package ([#1481](https://github.com/sablier-labs/evm-monorepo/pull/1481))
12+
713
## [1.0.0] - 2026-03-16
814

915
### Added

bob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ This installation method is not recommended, but it is available for those who p
2727
Install the monorepo and its dependencies using Forge:
2828

2929
```shell
30-
forge install sablier-labs/evm-monorepo@bob@v1.0.0 OpenZeppelin/openzeppelin-contracts@v5.3.0 PaulRBerg/prb-math@v4.1.0 smartcontractkit/chainlink-evm@contracts-v1.4.0
30+
forge install sablier-labs/evm-monorepo@bob@v1.0.1 OpenZeppelin/openzeppelin-contracts@v5.3.0 PaulRBerg/prb-math@v4.1.0 smartcontractkit/chainlink-evm@contracts-v1.4.0
3131
```
3232

3333
Then, add the following remappings in `remappings.txt`:

bob/bun.lock

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

bob/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sablier/bob",
33
"description": "EVM smart contracts of the Sablier Bob and Sablier Escrow",
44
"license": "SEE LICENSE IN LICENSE",
5-
"version": "1.0.0",
5+
"version": "1.0.1",
66
"author": {
77
"name": "Sablier Labs Ltd",
88
"url": "https://sablier.com"
@@ -14,7 +14,7 @@
1414
"@chainlink/contracts": "1.3.0",
1515
"@openzeppelin/contracts": "5.3.0",
1616
"@prb/math": "4.1.0",
17-
"@sablier/evm-utils": "2.0.0"
17+
"@sablier/evm-utils": "2.0.1"
1818
},
1919
"overrides": {
2020
"@openzeppelin/contracts-upgradeable": "5.3.0"

flow/CHANGELOG.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Common Changelog](https://common-changelog.org/).
66

7+
## [3.0.1] - 2026-03-23
8+
9+
### Changed
10+
11+
- Bump utils package ([#1481](https://github.com/sablier-labs/evm-monorepo/pull/1481))
12+
713
## [3.0.0] - 2026-03-16
814

915
### Changed
@@ -85,8 +91,9 @@ The format is based on [Common Changelog](https://common-changelog.org/).
8591
- Initial release
8692

8793
[1.0.0]: https://github.com/sablier-labs/flow/releases/tag/v1.0.0
88-
[1.1.0]: https://github.com/sablier-labs/flow/compare/v1.0.0...v1.1.0
89-
[1.1.1]: https://github.com/sablier-labs/flow/compare/v1.1.0...v1.1.1
90-
[2.0.0]: https://github.com/sablier-labs/flow/compare/v1.1.1...v2.0.0
91-
[2.0.1]: https://github.com/sablier-labs/flow/compare/v2.0.0...v2.0.1
92-
[3.0.0]: https://github.com/sablier-labs/flow/compare/v2.0.1...v3.0.0
94+
[1.1.0]: https://github.com/sablier-labs/flow/releases/tag/v1.1.0
95+
[1.1.1]: https://github.com/sablier-labs/flow/releases/tag/v1.1.1
96+
[2.0.0]: https://github.com/sablier-labs/flow/releases/tag/v2.0.0
97+
[2.0.1]: https://github.com/sablier-labs/flow/releases/tag/v2.0.1
98+
[3.0.0]: https://github.com/sablier-labs/evm-monorepo/releases/tag/flow@v3.0.0
99+
[3.0.1]: https://github.com/sablier-labs/evm-monorepo/releases/tag/flow@v3.0.1

flow/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This installation method is not recommended, but it is available for those who p
4848
Install the monorepo and its dependencies using Forge:
4949

5050
```shell
51-
forge install sablier-labs/evm-monorepo@flow@v3.0.0 OpenZeppelin/openzeppelin-contracts@v5.3.0 PaulRBerg/prb-math@v4.1.0
51+
forge install sablier-labs/evm-monorepo@flow@v3.0.1 OpenZeppelin/openzeppelin-contracts@v5.3.0 PaulRBerg/prb-math@v4.1.0
5252
```
5353

5454
Then, add the following remappings in `remappings.txt`:

flow/bun.lock

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

flow/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@sablier/flow",
33
"description": "EVM smart contracts of the Sablier Flow token distribution protocol",
44
"license": "SEE LICENSE IN LICENSE",
5-
"version": "3.0.0",
5+
"version": "3.0.1",
66
"author": {
77
"name": "Sablier Labs Ltd",
88
"url": "https://sablier.com"
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@openzeppelin/contracts": "5.3.0",
1515
"@prb/math": "4.1.0",
16-
"@sablier/evm-utils": "2.0.0"
16+
"@sablier/evm-utils": "2.0.1"
1717
},
1818
"devDependencies": {
1919
"@sablier/devkit": "1",

flow/tests/utils/BaseScript.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ contract BaseScript_Test is StdAssertions {
1818

1919
function test_ConstructCreate2Salt() public view {
2020
string memory chainId = block.chainid.toString();
21-
string memory version = "3.0.0";
21+
string memory version = "3.0.1";
2222
string memory salt = string.concat("ChainID ", chainId, ", Version ", version);
2323

2424
bytes32 actualSalt = baseScript.SALT();

lockup/CHANGELOG.md

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Common Changelog](https://common-changelog.org/).
66

7+
## [4.0.1] - 2026-03-23
8+
9+
### Changed
10+
11+
- Bump utils package ([#1481](https://github.com/sablier-labs/evm-monorepo/pull/1481))
12+
713
## [4.0.0] - 2026-03-16
814

915
### Changed
@@ -209,14 +215,15 @@ The format is based on [Common Changelog](https://common-changelog.org/).
209215
- Initial release
210216

211217
[1.0.0]: https://github.com/sablier-labs/lockup/releases/tag/v1.0.0
212-
[1.0.1]: https://github.com/sablier-labs/lockup/compare/v1.0.0...v1.0.1
213-
[1.0.2]: https://github.com/sablier-labs/lockup/compare/v1.0.1...v1.0.2
214-
[1.1.0]: https://github.com/sablier-labs/lockup/compare/v1.0.2...v1.1.0
215-
[1.1.1]: https://github.com/sablier-labs/lockup/compare/v1.1.0...v1.1.1
216-
[1.1.2]: https://github.com/sablier-labs/lockup/compare/v1.1.1...v1.1.2
217-
[1.2.0]: https://github.com/sablier-labs/lockup/compare/v1.1.2...v1.2.0
218-
[2.0.0]: https://github.com/sablier-labs/lockup/compare/v1.2.0...v2.0.0
219-
[2.0.1]: https://github.com/sablier-labs/lockup/compare/v2.0.0...v2.0.1
220-
[3.0.0]: https://github.com/sablier-labs/lockup/compare/v2.0.1...v3.0.0
221-
[3.0.1]: https://github.com/sablier-labs/lockup/compare/v3.0.0...v3.0.1
222-
[4.0.0]: https://github.com/sablier-labs/lockup/compare/v3.0.1...v4.0.0
218+
[1.0.1]: https://github.com/sablier-labs/lockup/releases/tag/v1.0.1
219+
[1.0.2]: https://github.com/sablier-labs/lockup/releases/tag/v1.0.2
220+
[1.1.0]: https://github.com/sablier-labs/lockup/releases/tag/v1.1.0
221+
[1.1.1]: https://github.com/sablier-labs/lockup/releases/tag/v1.1.1
222+
[1.1.2]: https://github.com/sablier-labs/lockup/releases/tag/v1.1.2
223+
[1.2.0]: https://github.com/sablier-labs/lockup/releases/tag/v1.2.0
224+
[2.0.0]: https://github.com/sablier-labs/lockup/releases/tag/v2.0.0
225+
[2.0.1]: https://github.com/sablier-labs/lockup/releases/tag/v2.0.1
226+
[3.0.0]: https://github.com/sablier-labs/lockup/releases/tag/v3.0.0
227+
[3.0.1]: https://github.com/sablier-labs/lockup/releases/tag/v3.0.1
228+
[4.0.0]: https://github.com/sablier-labs/evm-monorepo/releases/tag/lockup@v4.0.0
229+
[4.0.1]: https://github.com/sablier-labs/evm-monorepo/releases/tag/lockup@v4.0.1

0 commit comments

Comments
 (0)