@superfluid-finance/sdk-redux 0.6.1-dev.f113f5e.0 → 0.6.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -7,6 +7,12 @@ All notable changes to the SDK-redux will be documented in this file.
7
7
  ### Changed
8
8
  ### Fixed
9
9
 
10
+ ## [0.6.1] - 2024-08-01
11
+
12
+ ### Changed
13
+
14
+ - sdk-core dependency update
15
+
10
16
  ## [0.6.0] - 2023-05-01
11
17
 
12
18
  ### Changed
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-redux",
3
- "version": "0.6.1-dev.f113f5e.0",
3
+ "version": "0.6.1",
4
4
  "description": "SDK Redux for streamlined front-end application development with Superfluid Protocol",
5
5
  "homepage": "https://docs.superfluid.finance/",
6
6
  "repository": {
@@ -52,7 +52,7 @@
52
52
  },
53
53
  "peerDependencies": {
54
54
  "@reduxjs/toolkit": "^1.7.0 || ^1.8.0 || ^1.9.0",
55
- "@superfluid-finance/sdk-core": "^0.7.0"
55
+ "@superfluid-finance/sdk-core": ">0.7.0"
56
56
  },
57
57
  "files": [
58
58
  "dist/main",