Skip to content

Commit

Permalink
chore: version up v0.1.0 and add changelog of lbmjs (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
zemyblue authored Mar 29, 2022
1 parent de7a159 commit 4712dd6
Show file tree
Hide file tree
Showing 10 changed files with 772 additions and 724 deletions.
733 changes: 17 additions & 716 deletions CHANGELOG.md

Large diffs are not rendered by default.

747 changes: 747 additions & 0 deletions COSMJS_CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/faucet.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/amino/package.json
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]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/cosmwasm-stargate/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/faucet-client/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/faucet/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/ostracon-rpc/package.json
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]>",
Expand Down
2 changes: 1 addition & 1 deletion packages/proto-signing/package.json
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]>"
Expand Down
2 changes: 1 addition & 1 deletion packages/stargate/package.json
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]>",
Expand Down

0 comments on commit 4712dd6

Please sign in to comment.