Skip to content

Commit 0f471c5

Browse files
committed
v0.1.0
1 parent 01f6468 commit 0f471c5

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
],
55
"npmClient": "yarn",
66
"useWorkspaces": true,
7-
"version": "0.0.2"
7+
"version": "0.1.0"
88
}

packages/xpub-cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swan-bitcoin/xpub-cli",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "Command-line wrapper around @swan-bitcoin/xpub-lib",
55
"keywords": [
66
"bitcoin",
@@ -53,7 +53,7 @@
5353
"test": "echo \"Warning: no test specified\""
5454
},
5555
"dependencies": {
56-
"@swan-bitcoin/xpub-lib": "^0.0.2",
56+
"@swan-bitcoin/xpub-lib": "^0.1.0",
5757
"commander": "^6.1.0"
5858
},
5959
"devDependencies": {

packages/xpub-components-bootstrap/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swan-bitcoin/xpub-components-bootstrap",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.1.0",
55
"description": "React components for Swan's address derivation tool.",
66
"author": "Gigi <gigi@swanbitcoin.com>",
77
"license": "MIT",
@@ -23,7 +23,7 @@
2323
"components"
2424
],
2525
"dependencies": {
26-
"@swan-bitcoin/xpub-lib": "^0.0.2",
26+
"@swan-bitcoin/xpub-lib": "^0.1.0",
2727
"prop-types": "^15.7.2",
2828
"react": "^16.13.1",
2929
"react-bootstrap": "^1.3.0",

packages/xpub-lib/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@swan-bitcoin/xpub-lib",
3-
"version": "0.0.2",
3+
"version": "0.1.0",
44
"description": "A JavaScript library for bitcoin address derivation from extended public keys, built upon bitcoinjs-lib and Unchained's bitcoin utilities. Supports P2PKH, P2SH, and P2WPKH (bech32) addresses as defined in BIP44, BIP49, and BIP84.",
55
"author": "Gigi <gigi@swanbitcoin.com>",
66
"license": "MIT",

packages/xpub-tool/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swan-bitcoin/xpub-tool",
33
"private": true,
4-
"version": "0.0.2",
4+
"version": "0.1.0",
55
"description": "A JavaScript tool that derives bitcoin addresses from extended public keys, with support for various hardware wallets.",
66
"author": "Gigi <gigi@swanbitcoin.com>",
77
"license": "MIT",
@@ -30,8 +30,8 @@
3030
"wallets"
3131
],
3232
"dependencies": {
33-
"@swan-bitcoin/xpub-components-bootstrap": "^0.0.2",
34-
"@swan-bitcoin/xpub-lib": "^0.0.2",
33+
"@swan-bitcoin/xpub-components-bootstrap": "^0.1.0",
34+
"@swan-bitcoin/xpub-lib": "^0.1.0",
3535
"bootstrap": "^4.3.1",
3636
"gatsby": "^2.3.34",
3737
"gatsby-image": "^2.0.41",

0 commit comments

Comments
 (0)