@superfluid-finance/sdk-redux 0.2.1-dev.e75e426.0 → 0.2.2-dev.177d945.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 +4 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to the SDK-redux will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [0.2.1] - 2022-02-16
|
|
5
|
+
### Added
|
|
6
|
+
- Using SDK-Core@v0.3.1, SDK-core bug fix propagated to SDK-redux
|
|
4
7
|
## [0.2.0] - 2022-02-01
|
|
5
8
|
### Added
|
|
6
9
|
- Introduce new Redux slice `sfSubgraph` ([#571])
|
|
@@ -21,6 +24,7 @@ All notable changes to the SDK-redux will be documented in this file.
|
|
|
21
24
|
- Handle errors and offer user opportunity to retry
|
|
22
25
|
|
|
23
26
|
|
|
27
|
+
[0.2.1]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-redux%40v0.2.0...sdk-redux%40v0.2.1
|
|
24
28
|
[0.2.0]: https://github.com/superfluid-finance/protocol-monorepo/compare/sdk-redux%40v0.1.0...sdk-redux%40v0.2.0
|
|
25
29
|
[0.1.0]: https://github.com/superfluid-finance/protocol-monorepo/releases/tag/sdk-redux%40v0.1.0
|
|
26
30
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfluid-finance/sdk-redux",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.2-dev.177d945.0",
|
|
4
4
|
"description": "SDK Redux for streamlined front-end application development with Superfluid Protocol",
|
|
5
5
|
"homepage": "https://docs.superfluid.finance/",
|
|
6
6
|
"repository": {
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@reduxjs/toolkit": "^1.6.0 || ^1.7.0",
|
|
56
|
-
"@superfluid-finance/sdk-core": "0.3.
|
|
56
|
+
"@superfluid-finance/sdk-core": "0.3.1"
|
|
57
57
|
},
|
|
58
58
|
"files": [
|
|
59
59
|
"dist/main",
|