Skip to content

Commit

Permalink
Merge pull request #164 from gammaswap/upd-v1core1.1.27
Browse files Browse the repository at this point in the history
publish package
  • Loading branch information
0xDanr committed Feb 21, 2024
2 parents 73a9597 + eeb3606 commit 6026216
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gammaswap/v1-implementations",
"version": "1.1.31",
"version": "1.1.32",
"description": "Pool and strategies implementation contracts for GammaSwap V1 protocol",
"homepage": "https://gammaswap.com",
"scripts": {
Expand Down Expand Up @@ -71,7 +71,7 @@
"typescript": "^4.7.4"
},
"dependencies": {
"@gammaswap/v1-core": "^1.1.26",
"@gammaswap/v1-core": "^1.1.27",
"@openzeppelin/contracts": "^4.7.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -449,10 +449,10 @@
"@ethersproject/properties" "^5.7.0"
"@ethersproject/strings" "^5.7.0"

"@gammaswap/v1-core@^1.1.26":
version "1.1.26"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.26/e4573e5666df73ede26bfdc625cae55b8cc5da93#e4573e5666df73ede26bfdc625cae55b8cc5da93"
integrity sha512-W1HR+ZaA2cUGGToi6JipgiOFfKxuUc1ERymPXVaSrhg/4qch4B89fUDgBFXCcmNNiclMuy0f4ljsXXhikAbKyQ==
"@gammaswap/v1-core@^1.1.27":
version "1.1.27"
resolved "https://npm.pkg.github.com/download/@gammaswap/v1-core/1.1.27/58e6196c4946a5808628254ecd3d52a09065624d#58e6196c4946a5808628254ecd3d52a09065624d"
integrity sha512-+Y2pD4j01a6n8QUPRyaIGGuhu4O+U5AfMrki/FYxWHey00S/V2hhimcfTkkS1lcmd95pBYmmOxcmNYpX5MU1og==
dependencies:
"@openzeppelin/contracts" "^4.7.0"

Expand Down

0 comments on commit 6026216

Please sign in to comment.