sablier 3.3.0 → 3.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -9,6 +9,7 @@ The format is based on [Common Changelog](https://common-changelog.org/).
|
|
|
9
9
|
> Starting with v2.0.0, this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). In v1.x, it
|
|
10
10
|
> did not always follow Semantic Versioning.
|
|
11
11
|
|
|
12
|
+
[3.3.1]: https://github.com/sablier-labs/sdk/releases/tag/v3.3.1
|
|
12
13
|
[3.3.0]: https://github.com/sablier-labs/sdk/releases/tag/v3.3.0
|
|
13
14
|
[3.2.0]: https://github.com/sablier-labs/sdk/releases/tag/v3.2.0
|
|
14
15
|
[3.1.0]: https://github.com/sablier-labs/sdk/releases/tag/v3.1.0
|
|
@@ -34,6 +35,13 @@ The format is based on [Common Changelog](https://common-changelog.org/).
|
|
|
34
35
|
[1.1.0]: https://github.com/sablier-labs/sdk/releases/tag/v1.1.0
|
|
35
36
|
[1.0.0]: https://github.com/sablier-labs/sdk/releases/tag/v1.0.0
|
|
36
37
|
|
|
38
|
+
## [3.3.1] - 2026-03-20
|
|
39
|
+
|
|
40
|
+
### Fixed
|
|
41
|
+
|
|
42
|
+
- Use granularity-divisible amounts and durations in linear stepper CSV templates
|
|
43
|
+
([`5b3c025`](https://github.com/sablier-labs/sdk/commit/5b3c025))
|
|
44
|
+
|
|
37
45
|
## [3.3.0] - 2026-03-20
|
|
38
46
|
|
|
39
47
|
### Added
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
address,amount,duration,granularity
|
|
2
|
-
0x8b1dD8774373729B7755202079F52D8c7444D335,
|
|
3
|
-
0x0298F4332e3857631385b39766325058a93e249f,
|
|
2
|
+
0x8b1dD8774373729B7755202079F52D8c7444D335,210,2 years 5 days,weekly
|
|
3
|
+
0x0298F4332e3857631385b39766325058a93e249f,63,21 days,daily
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
address,amount,startAt,endAt,granularity
|
|
2
|
-
0x8b1dD8774373729B7755202079F52D8c7444D335,
|
|
3
|
-
0x0298F4332e3857631385b39766325058a93e249f,
|
|
2
|
+
0x8b1dD8774373729B7755202079F52D8c7444D335,210,2027-01-12 16:15,2029-01-16 16:15,weekly
|
|
3
|
+
0x0298F4332e3857631385b39766325058a93e249f,63,2026-01-12 16:15,2029-06-12 16:15,daily
|