Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Oct 31, 2023
1 parent 48a3777 commit e0e76dc
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/9ec6b350.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
5 changes: 3 additions & 2 deletions packages/common-ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-ethereum",
"version": "3.0.6",
"version": "3.0.7-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -34,5 +34,6 @@
"@types/rimraf": "3.0.2",
"ejs": "3.1.7",
"lodash": "4.17.21"
}
},
"stableVersion": "3.0.6"
}
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-ethereum",
"version": "3.1.2-0",
"version": "3.1.2-1",
"description": "",
"author": "Ian He",
"license": "GPL-3.0",
Expand Down Expand Up @@ -66,5 +66,5 @@
"/dist",
"/bin"
],
"stableVersion": "3.1.1"
"stableVersion": "3.1.2-0"
}
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/types-ethereum",
"version": "3.1.1-0",
"version": "3.1.1-1",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -20,5 +20,5 @@
"@ethersproject/abstract-provider": "^5.6.1",
"@subql/types-core": "^0.3.0"
},
"stableVersion": "3.1.0"
"stableVersion": "3.1.1-0"
}

0 comments on commit e0e76dc

Please sign in to comment.