Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into sync-main-20240702
Browse files Browse the repository at this point in the history
  • Loading branch information
jiqiang90 committed Jul 1, 2024
2 parents cf2b36e + af4a4f5 commit a5b07b9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/8be32a4f.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-algorand"
- "@subql/types-algorand"
5 changes: 3 additions & 2 deletions packages/common-algorand/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-algorand",
"version": "3.5.0",
"version": "3.5.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -28,5 +28,6 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12",
"@types/semver": "^7"
}
},
"stableVersion": "3.5.0"
}
5 changes: 3 additions & 2 deletions packages/node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/node-algorand",
"version": "3.11.3",
"version": "3.11.4-0",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -52,5 +52,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "3.11.3"
}
5 changes: 3 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-algorand",
"version": "3.3.0",
"version": "3.3.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -25,5 +25,6 @@
},
"dependencies": {
"@subql/types-core": "^0.9.0"
}
},
"stableVersion": "3.3.0"
}

0 comments on commit a5b07b9

Please sign in to comment.