v0.24.0-alpha.1

This commit is contained in:
Simon Warta 2020-10-31 23:25:04 +01:00
parent 570c4148c3
commit 12ba3b0636
4 changed files with 7 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
"version": "0.24.0-alpha.0",
"version": "0.24.0-alpha.1",
"useWorkspaces": true,
"npmClient": "yarn"
}

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/faucet",
"version": "0.24.0-alpha.0",
"version": "0.24.0-alpha.1",
"description": "The faucet",
"contributors": [
"Ethan Frey <ethanfrey@users.noreply.github.com>",
@ -44,8 +44,8 @@
"@cosmjs/encoding": "^0.24.0-alpha.0",
"@cosmjs/launchpad": "^0.24.0-alpha.0",
"@cosmjs/math": "^0.24.0-alpha.0",
"@cosmjs/proto-signing": "^0.24.0-alpha.0",
"@cosmjs/stargate": "^0.24.0-alpha.0",
"@cosmjs/proto-signing": "^0.24.0-alpha.1",
"@cosmjs/stargate": "^0.24.0-alpha.1",
"@cosmjs/utils": "^0.24.0-alpha.0",
"@koa/cors": "^3.0.0",
"koa": "^2.11.0",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/proto-signing",
"version": "0.24.0-alpha.0",
"version": "0.24.0-alpha.1",
"description": "Utilities for protobuf based signing (Cosmos SDK 0.40+)",
"contributors": [
"Will Clark <willclarktech@users.noreply.github.com>",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmjs/stargate",
"version": "0.24.0-alpha.0",
"version": "0.24.0-alpha.1",
"description": "Utilities for Cosmos SDK 0.40",
"contributors": [
"Simon Warta <webmaster128@users.noreply.github.com>"
@ -51,7 +51,7 @@
"@cosmjs/encoding": "^0.24.0-alpha.0",
"@cosmjs/launchpad": "^0.24.0-alpha.0",
"@cosmjs/math": "^0.24.0-alpha.0",
"@cosmjs/proto-signing": "^0.24.0-alpha.0",
"@cosmjs/proto-signing": "^0.24.0-alpha.1",
"@cosmjs/stream": "^0.24.0-alpha.0",
"@cosmjs/tendermint-rpc": "^0.24.0-alpha.0",
"@cosmjs/utils": "^0.24.0-alpha.0",