Skip to content

Commit

Permalink
chore: upgrade authorizer package
Browse files Browse the repository at this point in the history
  • Loading branch information
lgalende committed Dec 16, 2023
1 parent 21d57b0 commit c37d0b3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/authorizer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mimic-fi/v3-authorizer",
"version": "0.1.1",
"version": "0.1.2",
"license": "GPL-3.0",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@mimic-fi/v3-authorizer": "0.1.1",
"@mimic-fi/v3-authorizer": "0.1.2",
"@mimic-fi/v3-helpers": "0.1.0",
"@mimic-fi/v3-price-oracle": "0.1.0",
"@mimic-fi/v3-registry": "0.1.0",
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 @@ -20,7 +20,7 @@
"prove:ci": "yarn prove --solc solc8.17"
},
"dependencies": {
"@mimic-fi/v3-authorizer": "0.1.1",
"@mimic-fi/v3-authorizer": "0.1.2",
"@mimic-fi/v3-fee-controller": "0.1.0",
"@mimic-fi/v3-helpers": "0.1.0",
"@mimic-fi/v3-price-oracle": "0.1.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 @@ -22,7 +22,7 @@
"prepare": "yarn build"
},
"dependencies": {
"@mimic-fi/v3-authorizer": "0.1.1",
"@mimic-fi/v3-authorizer": "0.1.2",
"@mimic-fi/v3-connectors": "0.2.0",
"@mimic-fi/v3-helpers": "0.1.9",
"@mimic-fi/v3-price-oracle": "0.1.0",
Expand Down

0 comments on commit c37d0b3

Please sign in to comment.