Skip to content

Commit

Permalink
new sdk-core release
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Jun 19, 2024
1 parent b692450 commit 4e6f1e7
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/automation-contracts/autowrap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.30"
"@superfluid-finance/metadata": "^1.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.30"
"@superfluid-finance/metadata": "^1.2.6"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
"@safe-global/safe-service-client": "^2.0.3",
"@safe-global/safe-web3-lib": "^1.9.4",
"@superfluid-finance/js-sdk": "^0.6.3",
"@superfluid-finance/metadata": "^1.1.30",
"@superfluid-finance/metadata": "^1.2.6",
"async": "^3.2.5",
"csv-writer": "^1.6.0",
"ethers": "^5.7.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/js-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"cloc": "sh tasks/cloc.sh"
},
"dependencies": {
"@superfluid-finance/metadata": "^1.1.30",
"@superfluid-finance/metadata": "^1.2.6",
"@truffle/contract": "4.6.31",
"auto-bind": "4.0.0",
"node-fetch": "2.7.0"
Expand Down
6 changes: 6 additions & 0 deletions packages/sdk-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Changed
### Fixed

## [0.7.1] - 2024-06-19

### Updated

- Metadata changes for recently added networks

## [0.7.0] - 2023-05-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions packages/sdk-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/sdk-core",
"version": "0.7.0",
"version": "0.7.1",
"description": "SDK Core for building with Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/sdk-core#readme",
"repository": {
Expand Down Expand Up @@ -58,7 +58,7 @@
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.1",
"@superfluid-finance/metadata": "^1.1.30",
"@superfluid-finance/metadata": "^1.2.6",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
"dependencies": {
"@graphprotocol/graph-cli": "0.73.0",
"@graphprotocol/graph-ts": "0.35.1",
"@superfluid-finance/sdk-core": "^0.7.0",
"@superfluid-finance/sdk-core": "^0.7.1",
"mustache": "^4.2.0"
},
"devDependencies": {
"@superfluid-finance/metadata": "^1.1.30",
"@superfluid-finance/metadata": "^1.2.6",
"coingecko-api": "^1.0.10",
"graphql": "^16.8.1",
"graphql-request": "^6.1.0",
Expand Down

0 comments on commit 4e6f1e7

Please sign in to comment.