Skip to content

Commit bf189c9

Browse files
Merge pull request airgap-it#951 from airgap-it/chore/4.7.0
Chore/4.7.0
2 parents ebc43d8 + 98db788 commit bf189c9

File tree

22 files changed

+164
-116
lines changed

22 files changed

+164
-116
lines changed
Lines changed: 15 additions & 0 deletions
Loading

assets/logos/tezos_ios-nightly.svg

Lines changed: 15 additions & 0 deletions
Loading

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"version": "4.6.4",
2+
"version": "4.7.0",
33
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
44
}

package-lock.json

Lines changed: 51 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/beacon-blockchain-substrate/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airgap/beacon-blockchain-substrate",
3-
"version": "4.6.4",
3+
"version": "4.7.0",
44
"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.",
55
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
66
"homepage": "https://walletbeacon.io",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/airgap-it/beacon-sdk/issues"
3434
},
3535
"dependencies": {
36-
"@airgap/beacon-types": "4.6.4",
37-
"@airgap/beacon-ui": "4.6.4"
36+
"@airgap/beacon-types": "4.7.0",
37+
"@airgap/beacon-ui": "4.7.0"
3838
}
3939
}

packages/beacon-blockchain-tezos-sapling/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airgap/beacon-blockchain-tezos-sapling",
3-
"version": "4.6.4",
3+
"version": "4.7.0",
44
"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.",
55
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
66
"homepage": "https://walletbeacon.io",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/airgap-it/beacon-sdk/issues"
3434
},
3535
"dependencies": {
36-
"@airgap/beacon-types": "4.6.4",
37-
"@airgap/beacon-ui": "4.6.4"
36+
"@airgap/beacon-types": "4.7.0",
37+
"@airgap/beacon-ui": "4.7.0"
3838
}
3939
}

packages/beacon-blockchain-tezos/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airgap/beacon-blockchain-tezos",
3-
"version": "4.6.4",
3+
"version": "4.7.0",
44
"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.",
55
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
66
"homepage": "https://walletbeacon.io",
@@ -33,7 +33,7 @@
3333
"url": "https://github.com/airgap-it/beacon-sdk/issues"
3434
},
3535
"dependencies": {
36-
"@airgap/beacon-types": "4.6.4",
37-
"@airgap/beacon-ui": "4.6.4"
36+
"@airgap/beacon-types": "4.7.0",
37+
"@airgap/beacon-ui": "4.7.0"
3838
}
3939
}

packages/beacon-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airgap/beacon-core",
3-
"version": "4.6.4",
3+
"version": "4.7.0",
44
"description": "This package contains internal methods that are used by both the dApp and wallet client.",
55
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
66
"homepage": "https://walletbeacon.io",
@@ -34,8 +34,8 @@
3434
"url": "https://github.com/airgap-it/beacon-sdk/issues"
3535
},
3636
"dependencies": {
37-
"@airgap/beacon-types": "4.6.4",
38-
"@airgap/beacon-utils": "4.6.4",
37+
"@airgap/beacon-types": "4.7.0",
38+
"@airgap/beacon-utils": "4.7.0",
3939
"@stablelib/ed25519": "^2.0.2",
4040
"@stablelib/nacl": "^2.0.1",
4141
"@stablelib/utf8": "^2.0.1",

packages/beacon-core/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const SDK_VERSION: string = '4.6.4'
1+
export const SDK_VERSION: string = '4.7.0'
22
export const BEACON_VERSION: string = '3'
33

44
export const NOTIFICATION_ORACLE_URL: string =

packages/beacon-dapp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@airgap/beacon-dapp",
3-
"version": "4.6.4",
3+
"version": "4.7.0",
44
"description": "Use this package on your dApp to instanciate a DAppClient object and communicate to wallets.",
55
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
66
"homepage": "https://walletbeacon.io",
@@ -35,11 +35,11 @@
3535
"url": "https://github.com/airgap-it/beacon-sdk/issues"
3636
},
3737
"dependencies": {
38-
"@airgap/beacon-core": "4.6.4",
39-
"@airgap/beacon-transport-matrix": "4.6.4",
40-
"@airgap/beacon-transport-postmessage": "4.6.4",
41-
"@airgap/beacon-transport-walletconnect": "4.6.4",
42-
"@airgap/beacon-ui": "4.6.4",
38+
"@airgap/beacon-core": "4.7.0",
39+
"@airgap/beacon-transport-matrix": "4.7.0",
40+
"@airgap/beacon-transport-postmessage": "4.7.0",
41+
"@airgap/beacon-transport-walletconnect": "4.7.0",
42+
"@airgap/beacon-ui": "4.7.0",
4343
"broadcast-channel": "^7.1.0"
4444
}
4545
}

0 commit comments

Comments
 (0)