Skip to content

Commit

Permalink
Merge branch 'feat/intergrate_common' into feat/update-common-oraicha…
Browse files Browse the repository at this point in the history
…in-token
  • Loading branch information
quangdz1704 committed Nov 22, 2024
2 parents 1080c69 + 3ffe740 commit 5026587
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.1.32-beta.4",
"version": "1.2.0-beta.1",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/oraiswap-v3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraiswap-v3",
"version": "1.1.1-beta.4",
"version": "1.2.0-beta.1",
"main": "./build/index.js",
"module": "./build/index.js",
"types": "./build/index.d.ts",
Expand All @@ -16,6 +16,6 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@oraichain/oraidex-contracts-sdk": "^1.0.54",
"@oraichain/oraidex-common": "1.1.32-beta.4"
"@oraichain/oraidex-common": "1.2.0-beta.1"
}
}
4 changes: 2 additions & 2 deletions packages/universal-swap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-universal-swap",
"version": "1.1.22-beta.4",
"version": "1.2.0-beta.1",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/oraidex-common": "1.1.32-beta.4",
"@oraichain/oraidex-common": "1.2.0-beta.1",
"@oraichain/oraidex-contracts-sdk": "^1.0.49",
"bech32": "1.1.4",
"ethers": "^5.0.15",
Expand Down

0 comments on commit 5026587

Please sign in to comment.