-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: version up v0.1.0 and add changelog of lbmjs (#15)
- Loading branch information
Showing
10 changed files
with
772 additions
and
724 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
# Coose from https://hub.docker.com/_/node/ | ||
FROM node:12.18.3-alpine | ||
|
||
RUN yarn global add @lbmjs/[email protected]-rc6 | ||
RUN yarn global add @lbmjs/[email protected] | ||
|
||
# Check it exists | ||
RUN /usr/local/bin/lbm-faucet version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/amino", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "Helpers for Amino based signing which are shared @lbmjs/proto-signing.", | ||
"contributors": [ | ||
"zemyblue<[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/cosmwasm-stargate", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "LBM(CosmWasm) SDK", | ||
"contributors": [ | ||
"Will Clark <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/faucet-client", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "The faucet client", | ||
"contributors": [ | ||
"Will Clark <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/faucet", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "The faucet", | ||
"contributors": [ | ||
"Ethan Frey <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/ostracon-rpc", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "Ostracon RPC clients", | ||
"contributors": [ | ||
"IOV SAS <[email protected]>", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/proto-signing", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "Utilities for protobuf based signing (LBM SDK 0.45.0-rc0)", | ||
"contributors": [ | ||
"zemyblue<[email protected]>" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@lbmjs/stargate", | ||
"version": "0.1.0-rc6", | ||
"version": "0.1.0", | ||
"description": "Utilities for LBM SDK 0.45.0-rc0", | ||
"contributors": [ | ||
"Simon Warta <[email protected]>", | ||
|