-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #780 from airgap-it/chore/4.2.2_release
chore: release
- Loading branch information
Showing
17 changed files
with
105 additions
and
105 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
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.1", | ||
"version": "4.2.2", | ||
"$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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@airgap/beacon-blockchain-substrate", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"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.1", | ||
"@airgap/beacon-ui": "4.2.1" | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
} | ||
} |
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.1", | ||
"version": "4.2.2", | ||
"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.1", | ||
"@airgap/beacon-ui": "4.2.1" | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
} | ||
} |
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.1", | ||
"version": "4.2.2", | ||
"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.1", | ||
"@airgap/beacon-ui": "4.2.1" | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
} | ||
} |
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.1", | ||
"version": "4.2.2", | ||
"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.1", | ||
"@airgap/beacon-utils": "4.2.1", | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-utils": "4.2.2", | ||
"@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
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-dapp", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "Use this package on your dApp to instanciate a DAppClient object and communicate to wallets.", | ||
"author": "Andreas Gassmann <[email protected]>", | ||
"homepage": "https://walletbeacon.io", | ||
|
@@ -35,10 +35,10 @@ | |
"url": "https://github.com/airgap-it/beacon-sdk/issues" | ||
}, | ||
"dependencies": { | ||
"@airgap/beacon-core": "4.2.1", | ||
"@airgap/beacon-transport-matrix": "4.2.1", | ||
"@airgap/beacon-transport-postmessage": "4.2.1", | ||
"@airgap/beacon-transport-walletconnect": "4.2.1", | ||
"@airgap/beacon-ui": "4.2.1" | ||
"@airgap/beacon-core": "4.2.2", | ||
"@airgap/beacon-transport-matrix": "4.2.2", | ||
"@airgap/beacon-transport-postmessage": "4.2.2", | ||
"@airgap/beacon-transport-walletconnect": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2" | ||
} | ||
} |
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-sdk", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "The `beacon-sdk` simplifies and abstracts the communication between dApps and wallets over different transport layers.", | ||
"author": "Andreas Gassmann <[email protected]>", | ||
"homepage": "https://walletbeacon.io", | ||
|
@@ -35,15 +35,15 @@ | |
"url": "https://github.com/airgap-it/beacon-sdk/issues" | ||
}, | ||
"dependencies": { | ||
"@airgap/beacon-blockchain-substrate": "4.2.1", | ||
"@airgap/beacon-blockchain-tezos": "4.2.1", | ||
"@airgap/beacon-core": "4.2.1", | ||
"@airgap/beacon-dapp": "4.2.1", | ||
"@airgap/beacon-transport-matrix": "4.2.1", | ||
"@airgap/beacon-transport-postmessage": "4.2.1", | ||
"@airgap/beacon-types": "4.2.1", | ||
"@airgap/beacon-ui": "4.2.1", | ||
"@airgap/beacon-utils": "4.2.1", | ||
"@airgap/beacon-wallet": "4.2.1" | ||
"@airgap/beacon-blockchain-substrate": "4.2.2", | ||
"@airgap/beacon-blockchain-tezos": "4.2.2", | ||
"@airgap/beacon-core": "4.2.2", | ||
"@airgap/beacon-dapp": "4.2.2", | ||
"@airgap/beacon-transport-matrix": "4.2.2", | ||
"@airgap/beacon-transport-postmessage": "4.2.2", | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-ui": "4.2.2", | ||
"@airgap/beacon-utils": "4.2.2", | ||
"@airgap/beacon-wallet": "4.2.2" | ||
} | ||
} |
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-transport-matrix", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "This package contains methods to facilitate communication over the Beacon network, a decentralised P2P network that is based on the matrix protocol.", | ||
"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-core": "4.2.1", | ||
"@airgap/beacon-utils": "4.2.1", | ||
"@airgap/beacon-core": "4.2.2", | ||
"@airgap/beacon-utils": "4.2.2", | ||
"axios": "^1.6.2" | ||
} | ||
} |
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-transport-postmessage", | ||
"version": "4.2.1", | ||
"version": "4.2.2", | ||
"description": "This package contains methods to facilitate communication over the postmessage interface of the browser to talk to browser extensions.", | ||
"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-core": "4.2.1", | ||
"@airgap/beacon-types": "4.2.1", | ||
"@airgap/beacon-utils": "4.2.1" | ||
"@airgap/beacon-core": "4.2.2", | ||
"@airgap/beacon-types": "4.2.2", | ||
"@airgap/beacon-utils": "4.2.2" | ||
} | ||
} |
Oops, something went wrong.