Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Jul 30, 2023
1 parent 68b6985 commit 2f3e758
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .yarn/versions/b7679a51.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/types-cosmos"
5 changes: 3 additions & 2 deletions packages/common-cosmos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@subql/common-cosmos",
"version": "2.3.0",
"version": "2.3.1-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand All @@ -26,5 +26,6 @@
"@types/bn.js": "4.11.6",
"@types/js-yaml": "^4.0.4",
"@types/pino": "^6.3.12"
}
},
"stableVersion": "2.3.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-cosmos",
"version": "2.8.1-1",
"version": "2.8.1-2",
"description": "",
"author": "Naveen Veluswamy",
"license": "GPL-3.0",
Expand Down Expand Up @@ -62,5 +62,5 @@
"/dist",
"/bin"
],
"stableVersion": "2.8.1-0"
"stableVersion": "2.8.1-1"
}
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-cosmos",
"version": "2.2.0",
"version": "2.2.1-0",
"description": "",
"homepage": "https://github.com/subquery/subql",
"repository": "github:subquery/subql",
Expand All @@ -18,5 +18,6 @@
"@cosmjs/cosmwasm-stargate": "^0.30.1",
"@cosmjs/proto-signing": "^0.30.1",
"@cosmjs/stargate": "^0.30.1"
}
},
"stableVersion": "2.2.0"
}

0 comments on commit 2f3e758

Please sign in to comment.