Skip to content

Commit

Permalink
oracle: bump v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
facuspagnuolo committed Jul 31, 2023
1 parent dd70961 commit 81097a7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"dependencies": {
"@mimic-fi/v3-authorizer": "0.1.0",
"@mimic-fi/v3-helpers": "0.1.0",
"@mimic-fi/v3-price-oracle": "0.0.1",
"@mimic-fi/v3-price-oracle": "0.1.0",
"@mimic-fi/v3-registry": "0.1.0",
"@mimic-fi/v3-smart-vault": "0.0.1",
"@openzeppelin/contracts": "4.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/price-oracle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mimic-fi/v3-price-oracle",
"version": "0.0.1",
"version": "0.1.0",
"license": "GPL-3.0",
"files": [
"artifacts/contracts/**/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/smart-vault/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@mimic-fi/v3-authorizer": "0.1.0",
"@mimic-fi/v3-fee-controller": "0.1.0",
"@mimic-fi/v3-helpers": "0.1.0",
"@mimic-fi/v3-price-oracle": "0.0.1",
"@mimic-fi/v3-price-oracle": "0.1.0",
"@mimic-fi/v3-registry": "0.1.0",
"@openzeppelin/contracts": "4.7.0",
"@openzeppelin/contracts-upgradeable": "4.7.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/tasks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@mimic-fi/v3-authorizer": "0.1.0",
"@mimic-fi/v3-connectors": "0.0.2",
"@mimic-fi/v3-helpers": "0.1.0",
"@mimic-fi/v3-price-oracle": "0.0.1",
"@mimic-fi/v3-price-oracle": "0.1.0",
"@mimic-fi/v3-smart-vault": "0.0.1",
"@openzeppelin/contracts": "4.7.0"
},
Expand Down

0 comments on commit 81097a7

Please sign in to comment.