Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
d10r committed Dec 27, 2024
1 parent c0d718e commit e3a4e37
Show file tree
Hide file tree
Showing 6 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 @@ -4,7 +4,7 @@
"version": "0.3.0",
"devDependencies": {
"@openzeppelin/contracts": "^4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.12.0",
"@superfluid-finance/ethereum-contracts": "^1.12.1",
"@superfluid-finance/metadata": "^1.5.2"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/automation-contracts/scheduler/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "1.3.0",
"devDependencies": {
"@openzeppelin/contracts": "^4.9.6",
"@superfluid-finance/ethereum-contracts": "^1.12.0",
"@superfluid-finance/ethereum-contracts": "^1.12.1",
"@superfluid-finance/metadata": "^1.5.2"
},
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum-contracts/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@superfluid-finance/ethereum-contracts",
"description": " Ethereum contracts implementation for the Superfluid Protocol",
"version": "1.12.0",
"version": "1.12.1",
"dependencies": {
"@decentral.ee/web3-helpers": "0.5.3",
"@nomiclabs/hardhat-ethers": "2.2.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/hot-fuzz/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
"@openzeppelin/contracts": "4.9.6"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.12.0"
"@superfluid-finance/ethereum-contracts": "^1.12.1"
},
"homepage": "https://github.com/superfluid-finance/protocol-monorepo#readme",
"license": "AGPL-3.0",
"main": "index.js",
"peerDependencies": {
"@superfluid-finance/ethereum-contracts": "1.12.0"
"@superfluid-finance/ethereum-contracts": "1.12.1"
},
"repository": {
"type": "git",
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 @@ -13,7 +13,7 @@
"node-fetch": "2.7.0"
},
"devDependencies": {
"@superfluid-finance/ethereum-contracts": "^1.12.0",
"@superfluid-finance/ethereum-contracts": "^1.12.1",
"chai-as-promised": "^8.0.0",
"webpack": "^5.94.0",
"webpack-bundle-analyzer": "^4.10.2",
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 @@ -4,7 +4,7 @@
"version": "0.9.0",
"bugs": "https://github.com/superfluid-finance/protocol-monorepo/issues",
"dependencies": {
"@superfluid-finance/ethereum-contracts": "1.12.0",
"@superfluid-finance/ethereum-contracts": "1.12.1",
"@superfluid-finance/metadata": "^1.5.2",
"graphql-request": "6.1.0",
"lodash": "4.17.21",
Expand Down

0 comments on commit e3a4e37

Please sign in to comment.