@superfluid-finance/sdk-core 0.6.2-dev.b0ddd32.0 → 0.6.3-dev.0aa7b7d.0

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
@@ -3,9 +3,10 @@ All notable changes to the SDK-core will be documented in this file.
3
3
 
4
4
  This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
5
 
6
+ ## [0.6.2] - 2023-02-07
6
7
  ### Added
7
-
8
8
  - `streamId` to `FlowUpdatedEvent` when querying from Subgraph
9
+ - Support for Celo
9
10
 
10
11
  ## [0.6.1] - 2022-12-20
11
12
 
@@ -270,7 +271,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
270
271
  - New `SuperToken` class with `SuperToken` CRUD functionality and an underlying `Token` class with basic `ERC20` functionality
271
272
  - New `BatchCall` class for creating and executing batch calls with supported `Operation's`
272
273
 
273
- [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.1...HEAD
274
+ [Unreleased]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.2...HEAD
275
+ [0.6.2]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.1...sdk-core%40v0.6.2
274
276
  [0.6.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.6.0...sdk-core%40v0.6.1
275
277
  [0.6.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.9...sdk-core%40v0.6.0
276
278
  [0.5.9]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-core%40v0.5.8...sdk-core%40v0.5.9