v0.7.0-alpha.3

This commit is contained in:
Simon Warta
2020-03-02 14:32:45 +01:00
parent ed79897cde
commit dc2b21c8f5
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
{
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"useWorkspaces": true,
"npmClient": "yarn"
}
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/bcp",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"description": "Transaction codec and client to communicate with any wasmd blockchain",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@@ -38,7 +38,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmwasm/sdk": "^0.7.0-alpha.2",
"@cosmwasm/sdk": "^0.7.0-alpha.3",
"@iov/bcp": "^2.1.0",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/cli",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"description": "Command line interface",
"contributors": [
"IOV SAS <admin@iov.one>",
@@ -36,7 +36,7 @@
"!**/testdata/"
],
"dependencies": {
"@cosmwasm/sdk": "^0.7.0-alpha.2",
"@cosmwasm/sdk": "^0.7.0-alpha.3",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",
"@iov/utils": "^2.0.2",
+2 -2
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/faucet",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"description": "The faucet",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@@ -35,7 +35,7 @@
"test": "yarn build-or-skip && yarn test-node"
},
"dependencies": {
"@cosmwasm/bcp": "^0.7.0-alpha.2",
"@cosmwasm/bcp": "^0.7.0-alpha.3",
"@iov/bcp": "^2.1.0",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@cosmwasm/sdk",
"version": "0.7.0-alpha.2",
"version": "0.7.0-alpha.3",
"description": "CosmWasm SDK",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",