Skip to content

Commit

Permalink
[SKIP CI] Prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 12, 2024
1 parent e77a555 commit c5aa48f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
Empty file added .yarn/versions/1a63fd33.yml
Empty file.
3 changes: 3 additions & 0 deletions .yarn/versions/85c1d7a2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
undecided:
- "@subql/common-cosmos"
- "@subql/types-cosmos"
2 changes: 2 additions & 0 deletions .yarn/versions/b87a54e8.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
undecided:
- "@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": "5.0.1",
"version": "5.0.2-0",
"description": "",
"scripts": {
"build": "rm -rf dist && tsc -b",
Expand Down Expand Up @@ -45,5 +45,6 @@
"ejs": "3.1.10",
"lodash": "4.17.21",
"rimraf": "^3.0.2"
}
},
"stableVersion": "5.0.1"
}
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-cosmos",
"version": "4.0.1",
"version": "4.0.2-0",
"description": "",
"author": "SubQuery Pte Ltd",
"license": "GPL-3.0",
Expand Down Expand Up @@ -56,5 +56,6 @@
"files": [
"/dist",
"/bin"
]
],
"stableVersion": "4.0.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": "3.5.1",
"version": "3.5.2-0",
"description": "",
"homepage": "https://github.com/subquery/subql-cosmos",
"repository": "github:subquery/subql-cosmos",
Expand All @@ -20,5 +20,6 @@
"@cosmjs/proto-signing": "^0.32.4",
"@cosmjs/stargate": "^0.32.4",
"@subql/types-core": "^1.1.1"
}
},
"stableVersion": "3.5.1"
}

0 comments on commit c5aa48f

Please sign in to comment.