Skip to content

Commit

Permalink
chore: pump to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
meomeocoj committed Sep 5, 2024
1 parent fa60fe9 commit 08e9fe0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.1.0",
"version": "1.2.0",
"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.1.0",
"version": "1.2.0",
"main": "dist/index.js",
"files": [
"build/",
Expand Down
2 changes: 1 addition & 1 deletion packages/orchestrator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/tonbridge-orchestrator",
"version": "1.1.0",
"version": "1.2.0",
"main": "build/index.js",
"files": [
"build/",
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.0.9",
"version": "1.2.0",
"main": "dist/index.js",
"files": [
"build/",
Expand Down

0 comments on commit 08e9fe0

Please sign in to comment.