Skip to content

Commit

Permalink
v1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ducphamle2 committed Nov 24, 2024
1 parent 71e04a2 commit 9b89f84
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"npmClient": "yarn",
"version": "1.3.0",
"version": "1.3.1",
"command": {
"publish": {
"registry": "https://registry.npmjs.org/"
Expand Down
2 changes: 1 addition & 1 deletion packages/cw-to-ton/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/tonbridge-relayer-to-ton",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"files": [
"build/",
Expand Down
6 changes: 3 additions & 3 deletions packages/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/tonbridge-orchestrator",
"version": "1.3.0",
"version": "1.3.1",
"main": "build/index.js",
"files": [
"build/",
Expand All @@ -11,8 +11,8 @@
},
"license": "MIT",
"dependencies": {
"@oraichain/tonbridge-relayer-to-cw": "^1.3.0",
"@oraichain/tonbridge-relayer-to-ton": "^1.3.0",
"@oraichain/tonbridge-relayer-to-cw": "^1.3.1",
"@oraichain/tonbridge-relayer-to-ton": "^1.3.1",
"bullmq": "^5.8.7",
"express": "^4.19.2",
"winston-transport-discord": "^1.0.3"
Expand Down
2 changes: 1 addition & 1 deletion packages/ton-to-cw/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/tonbridge-relayer-to-cw",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"files": [
"build/",
Expand Down

0 comments on commit 9b89f84

Please sign in to comment.