@superfluid-finance/sdk-redux 0.2.2-dev.d7224df.0 → 0.2.2
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 +13 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,17 +1,30 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
All notable changes to the SDK-redux will be documented in this file.
|
|
3
3
|
|
|
4
|
+
## [0.2.2] - 2022-03-16
|
|
5
|
+
|
|
6
|
+
### Added
|
|
7
|
+
|
|
8
|
+
- Bump sdk-core version to include "optimism-mainnet" and "arbitrum-one" support.
|
|
9
|
+
- Change sdk-core peer dependency to allow patched updates.
|
|
10
|
+
|
|
4
11
|
## [0.2.1] - 2022-02-16
|
|
12
|
+
|
|
5
13
|
### Added
|
|
14
|
+
|
|
6
15
|
- Using SDK-Core@v0.3.1, SDK-core bug fix propagated to SDK-redux
|
|
16
|
+
|
|
7
17
|
## [0.2.0] - 2022-02-01
|
|
18
|
+
|
|
8
19
|
### Added
|
|
9
20
|
- Introduce new Redux slice `sfSubgraph` ([#571])
|
|
10
21
|
- Support improved querying functionality
|
|
11
22
|
- Query all the Subgraph entities with all the possible filters and ordering capabilities
|
|
12
23
|
|
|
13
24
|
## [0.1.0] - 2021-12-01
|
|
25
|
+
|
|
14
26
|
### Added
|
|
27
|
+
|
|
15
28
|
- Initial preview version of SDK-Redux
|
|
16
29
|
- Features:
|
|
17
30
|
- Wrap SDK-Core with Redux's RTK-Query to enable cache'ing of queries
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@superfluid-finance/sdk-redux",
|
|
3
|
-
"version": "0.2.2
|
|
3
|
+
"version": "0.2.2",
|
|
4
4
|
"description": "SDK Redux for streamlined front-end application development with Superfluid Protocol",
|
|
5
5
|
"homepage": "https://docs.superfluid.finance/",
|
|
6
6
|
"repository": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
58
|
"@reduxjs/toolkit": "^1.6.0 || ^1.7.0",
|
|
59
|
-
"@superfluid-finance/sdk-core": "0.3.
|
|
59
|
+
"@superfluid-finance/sdk-core": "~0.3.2"
|
|
60
60
|
},
|
|
61
61
|
"files": [
|
|
62
62
|
"dist/main",
|