Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Nov 16, 2022
1 parent b3b6195 commit ef932a8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/60830d59.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-ethereum"
- "@subql/types-ethereum"
4 changes: 2 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": "0.0.1-2",
"version": "0.0.1-3",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -33,5 +33,5 @@
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
},
"stableVersion": "0.0.1-1"
"stableVersion": "0.0.1-2"
}
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": "0.1.1-4",
"version": "0.1.1-5",
"description": "",
"author": "Ian He",
"license": "Apache-2.0",
Expand Down Expand Up @@ -74,5 +74,5 @@
"/dist",
"/bin"
],
"stableVersion": "0.1.1-3"
"stableVersion": "0.1.1-4"
}
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": "0.0.1-2",
"version": "0.0.1-3",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -25,5 +25,5 @@
"dependencies": {
"@ethersproject/abstract-provider": "^5.6.1"
},
"stableVersion": "0.0.1-1"
"stableVersion": "0.0.1-2"
}

0 comments on commit ef932a8

Please sign in to comment.