Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed May 1, 2023
1 parent 1d5bb5b commit 1ed6a1c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/59ae717a.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-algorand"
- "@subql/types-algorand"
4 changes: 2 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": "1.2.1-0",
"version": "1.2.1-1",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -29,5 +29,5 @@
"@types/pino": "^6.3.12",
"@types/semver": "^7"
},
"stableVersion": "1.2.0"
"stableVersion": "1.2.1-0"
}
4 changes: 2 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": "1.19.0",
"version": "1.19.1-0",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -70,5 +70,5 @@
"/dist",
"/bin"
],
"stableVersion": "2.0.1-1"
"stableVersion": "1.19.0"
}
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": "1.6.0",
"version": "1.6.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql-algorand",
Expand All @@ -21,5 +21,6 @@
"devDependencies": {
"@types/app-module-path": "^2.2.0",
"algosdk": "^2.2.0"
}
},
"stableVersion": "1.6.0"
}

0 comments on commit 1ed6a1c

Please sign in to comment.