@superfluid-finance/sdk-core 0.7.1-dev.d420211.0 → 0.7.2-dev.4c86d26.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/package.json +3 -3
package/CHANGELOG.md CHANGED
@@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
10
10
  ### Changed
11
11
  ### Fixed
12
12
 
13
+ ## [0.7.1] - 2024-06-19
14
+
15
+ ### Updated
16
+
17
+ - Metadata changes for recently added networks
18
+
13
19
  ## [0.7.0] - 2023-05-01
14
20
 
15
21
  ### Added
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@superfluid-finance/sdk-core",
3
- "version": "0.7.1-dev.d420211.0",
3
+ "version": "0.7.2-dev.4c86d26.0",
4
4
  "description": "SDK Core for building with Superfluid Protocol",
5
5
  "homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
6
6
  "repository": {
@@ -57,8 +57,8 @@
57
57
  "url": "https://github.com/superfluid-finance/protocol-monorepo/issues"
58
58
  },
59
59
  "dependencies": {
60
- "@superfluid-finance/ethereum-contracts": "^1.9.2-dev.d420211.0",
61
- "@superfluid-finance/metadata": "^1.2.7-dev.d420211.0",
60
+ "@superfluid-finance/ethereum-contracts": "^1.9.2-dev.4c86d26.0",
61
+ "@superfluid-finance/metadata": "^1.2.7-dev.4c86d26.0",
62
62
  "browserify": "^17.0.0",
63
63
  "graphql-request": "^6.1.0",
64
64
  "lodash": "^4.17.21",