Skip to content

Commit

Permalink
chore: update oraiswap and universal-swap package versions to 1.2.0-b…
Browse files Browse the repository at this point in the history
…eta25 and oraidex-common to 2.0.2; adjust CI workflow for publishing
  • Loading branch information
trungbach committed Dec 23, 2024
1 parent 3687821 commit d437f33
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/publish_package_common_v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
if: steps.yarn-cache.outputs.cache-hit != 'true'
run: yarn
- name: Build
run: yarn --cwd packages/oraidex-common build
run: yarn build
- name: Authenticate with private NPM package
run: echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
- name: Publish Oraidex Common
Expand All @@ -53,17 +53,17 @@ jobs:
env:
CI: false
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish Oraiswap v3
# id: publish-oraiswap-v3
# continue-on-error: true
# run: yarn deploy:beta packages/oraiswap-v3
# env:
# CI: false
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
# - name: Publish Universal-swap
# id: publish-universal-swap
# continue-on-error: true
# run: yarn deploy:beta packages/universal-swap
# env:
# CI: false
# NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish Oraiswap v3
id: publish-oraiswap-v3
continue-on-error: true
run: yarn deploy:beta packages/oraiswap-v3
env:
CI: false
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
- name: Publish Universal-swap
id: publish-universal-swap
continue-on-error: true
run: yarn deploy:beta packages/universal-swap
env:
CI: false
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
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.2.0-beta24",
"version": "1.2.0-beta25",
"main": "build/index.js",
"files": [
"./build/"
Expand All @@ -13,6 +13,6 @@
"dependencies": {
"@cosmjs/cosmwasm-stargate": "^0.32.4",
"@oraichain/oraidex-contracts-sdk": "^1.0.54",
"@oraichain/oraidex-common": "2.0.0"
"@oraichain/oraidex-common": "2.0.2"
}
}
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.2.0-beta24",
"version": "1.2.0-beta25",
"main": "build/index.js",
"files": [
"build/"
Expand All @@ -11,7 +11,7 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/oraidex-common": "2.0.0",
"@oraichain/oraidex-common": "2.0.2",
"@oraichain/oraidex-contracts-sdk": "^1.0.49",
"bech32": "1.1.4",
"ethers": "^5.0.15",
Expand Down

0 comments on commit d437f33

Please sign in to comment.