Skip to content

Commit

Permalink
bumping ethereum-contracts version to 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Jul 15, 2024
1 parent 20c6cc0 commit cc6fcee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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 @@ -14,7 +14,7 @@
},
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.2",
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"@superfluid-finance/metadata": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"devDependencies": {
"@openzeppelin/contracts": "4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.9.2",
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"@superfluid-finance/metadata": "^1.3.1"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ All notable changes to the ethereum-contracts will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [v1.9.2]
## [v1.10.0]

### Breaking

Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@superfluid-finance/ethereum-contracts",
"version": "1.9.2",
"version": "1.10.0",
"description": " Ethereum contracts implementation for the Superfluid Protocol",
"homepage": "https://github.com/superfluid-finance/protocol-monorepo/tree/dev/packages/ethereum-contracts#readme",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion packages/hot-fuzz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@superfluid-finance/ethereum-contracts": "1.8.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.2"
"@superfluid-finance/ethereum-contracts": "^1.10.0"
},
"license": "AGPL-3.0",
"bugs": {
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 @@ -49,7 +49,7 @@
"node-fetch": "2.7.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.2",
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"chai-as-promised": "^7.1.1",
"webpack": "^5.90.1",
"webpack-bundle-analyzer": "^4.10.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"url": "https://github.com/superfluid-finance/protocol-monorepo/issues"
},
"dependencies": {
"@superfluid-finance/ethereum-contracts": "^1.9.2",
"@superfluid-finance/ethereum-contracts": "^1.10.0",
"@superfluid-finance/metadata": "^1.3.1",
"browserify": "^17.0.0",
"graphql-request": "^6.1.0",
Expand Down

0 comments on commit cc6fcee

Please sign in to comment.