This commit is contained in:
Simon Warta 2020-05-25 14:24:04 +02:00
parent 70f8f64a81
commit 952c682ffc
6 changed files with 10 additions and 10 deletions

View File

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

View File

@ -1,6 +1,6 @@
{
"name": "@cosmwasm/bcp",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"description": "Transaction codec and client to communicate with any wasmd blockchain",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",
@ -36,7 +36,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmwasm/sdk": "^0.8.0-alpha.0",
"@cosmwasm/sdk": "^0.8.0",
"@iov/bcp": "^2.1.0",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmwasm/cli",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"description": "Command line interface",
"contributors": [
"IOV SAS <admin@iov.one>",
@ -38,7 +38,7 @@
"!**/testdata/"
],
"dependencies": {
"@cosmwasm/sdk": "^0.8.0-alpha.0",
"@cosmwasm/sdk": "^0.8.0",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",
"@iov/utils": "^2.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmwasm/demo-staking",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"description": "Demo interaction with the staking contract",
"author": "Simon Warta <webmaster128@users.noreply.github.com>",
"license": "Apache-2.0",
@ -34,7 +34,7 @@
"pack-web": "yarn build-or-skip && webpack --mode development --config webpack.web.config.js"
},
"dependencies": {
"@cosmwasm/sdk": "^0.8.0-alpha.0",
"@cosmwasm/sdk": "^0.8.0",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",
"@iov/stream": "^2.0.2",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmwasm/faucet",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"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.8.0-alpha.0",
"@cosmwasm/bcp": "^0.8.0",
"@iov/bcp": "^2.1.0",
"@iov/crypto": "^2.1.0",
"@iov/encoding": "^2.1.0",

View File

@ -1,6 +1,6 @@
{
"name": "@cosmwasm/sdk",
"version": "0.8.0-alpha.0",
"version": "0.8.0",
"description": "CosmWasm SDK",
"author": "Ethan Frey <ethanfrey@users.noreply.github.com>",
"license": "Apache-2.0",