-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
549e116
commit 105ef0d
Showing
18 changed files
with
122 additions
and
167 deletions.
There are no files selected for viewing
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,4 +1,4 @@ | ||
{ | ||
"version": "4.2.2", | ||
"version": "4.2.3-alpha.0", | ||
"$schema": "node_modules/lerna/schemas/lerna-schema.json" | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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 |
---|---|---|
|
@@ -56,7 +56,8 @@ | |
"bump:major": "lerna version --no-git-tag-version major --exact --yes", | ||
"bump:minor": "lerna version --no-git-tag-version minor --exact --yes", | ||
"bump:patch": "lerna version --no-git-tag-version patch --exact --yes", | ||
"bump:beta": "lerna version --no-git-tag-version prerelease --preid beta --exact --yes" | ||
"bump:beta": "lerna version --no-git-tag-version prerelease --preid beta --exact --yes", | ||
"bump:alpha": "lerna version --no-git-tag-version prerelease --preid alpha --exact --yes" | ||
}, | ||
"author": "Papers AG <[email protected]> (https://papers.ch)", | ||
"dependencies": { | ||
|
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": "@airgap/beacon-blockchain-substrate", | ||
"version": "4.2.2", | ||
"version": "4.2.3-alpha.0", | ||
"description": "This package adds support for `substrate` based blockchains. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.", | ||
"author": "Andreas Gassmann <[email protected]>", | ||
"homepage": "https://walletbeacon.io", | ||
|
@@ -34,7 +34,7 @@ | |
"url": "https://github.com/airgap-it/beacon-sdk/issues" | ||
}, | ||
"dependencies": { | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
"@airgap/beacon-types": "4.2.3-alpha.0", | ||
"@airgap/beacon-ui": "4.2.3-alpha.0" | ||
} | ||
} |
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": "@airgap/beacon-blockchain-tezos-sapling", | ||
"version": "4.2.2", | ||
"version": "4.2.3-alpha.0", | ||
"description": "This package adds support for `tezos-sapling`, the sapling integration on the Tezos blockchain. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.", | ||
"author": "Andreas Gassmann <[email protected]>", | ||
"homepage": "https://walletbeacon.io", | ||
|
@@ -34,7 +34,7 @@ | |
"url": "https://github.com/airgap-it/beacon-sdk/issues" | ||
}, | ||
"dependencies": { | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
"@airgap/beacon-types": "4.2.3-alpha.0", | ||
"@airgap/beacon-ui": "4.2.3-alpha.0" | ||
} | ||
} |
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": "@airgap/beacon-blockchain-tezos", | ||
"version": "4.2.2", | ||
"version": "4.2.3-alpha.0", | ||
"description": "This package adds support for the `tezos` blockchain. It can be used in combination with the `@airgap/beacon-dapp` or `@airgap/beacon-wallet` packages.", | ||
"author": "Andreas Gassmann <[email protected]>", | ||
"homepage": "https://walletbeacon.io", | ||
|
@@ -34,7 +34,7 @@ | |
"url": "https://github.com/airgap-it/beacon-sdk/issues" | ||
}, | ||
"dependencies": { | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
"@airgap/beacon-types": "4.2.3-alpha.0", | ||
"@airgap/beacon-ui": "4.2.3-alpha.0" | ||
} | ||
} |
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": "@airgap/beacon-core", | ||
"version": "4.2.2", | ||
"version": "4.2.3-alpha.0", | ||
"description": "This package contains internal methods that are used by both the dApp and wallet client.", | ||
"author": "Andreas Gassmann <[email protected]>", | ||
"homepage": "https://walletbeacon.io", | ||
|
@@ -34,8 +34,8 @@ | |
"url": "https://github.com/airgap-it/beacon-sdk/issues" | ||
}, | ||
"dependencies": { | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-utils": "4.2.2", | ||
"@airgap/beacon-types": "4.2.3-alpha.0", | ||
"@airgap/beacon-utils": "4.2.3-alpha.0", | ||
"@stablelib/ed25519": "^1.0.3", | ||
"@stablelib/nacl": "^1.0.4", | ||
"@stablelib/utf8": "^1.0.1", | ||
|
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
Oops, something went wrong.