Skip to content

Commit

Permalink
chore: beta release
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaccoSordo committed Dec 20, 2024
1 parent b79f3cd commit 58d0f1d
Show file tree
Hide file tree
Showing 15 changed files with 103 additions and 103 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"version": "4.3.1",
"version": "4.3.2-beta.0",
"$schema": "node_modules/lerna/schemas/lerna-schema.json"
}
102 changes: 51 additions & 51 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/beacon-blockchain-substrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-blockchain-substrate",
"version": "4.3.1",
"version": "4.3.2-beta.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",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-ui": "4.3.1"
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-ui": "4.3.2-beta.0"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-blockchain-tezos-sapling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-blockchain-tezos-sapling",
"version": "4.3.1",
"version": "4.3.2-beta.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",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-ui": "4.3.1"
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-ui": "4.3.2-beta.0"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-blockchain-tezos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-blockchain-tezos",
"version": "4.3.1",
"version": "4.3.2-beta.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",
Expand Down Expand Up @@ -34,7 +34,7 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-ui": "4.3.1"
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-ui": "4.3.2-beta.0"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-core",
"version": "4.3.1",
"version": "4.3.2-beta.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",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-utils": "4.3.1",
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-utils": "4.3.2-beta.0",
"@stablelib/ed25519": "^1.0.3",
"@stablelib/nacl": "^1.0.4",
"@stablelib/utf8": "^1.0.1",
Expand Down
12 changes: 6 additions & 6 deletions packages/beacon-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-dapp",
"version": "4.3.1",
"version": "4.3.2-beta.0",
"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",
Expand Down Expand Up @@ -35,11 +35,11 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.3.1",
"@airgap/beacon-transport-matrix": "4.3.1",
"@airgap/beacon-transport-postmessage": "4.3.1",
"@airgap/beacon-transport-walletconnect": "4.3.1",
"@airgap/beacon-ui": "4.3.1",
"@airgap/beacon-core": "4.3.2-beta.0",
"@airgap/beacon-transport-matrix": "4.3.2-beta.0",
"@airgap/beacon-transport-postmessage": "4.3.2-beta.0",
"@airgap/beacon-transport-walletconnect": "4.3.2-beta.0",
"@airgap/beacon-ui": "4.3.2-beta.0",
"broadcast-channel": "^7.0.0"
}
}
22 changes: 11 additions & 11 deletions packages/beacon-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-sdk",
"version": "4.3.1",
"version": "4.3.2-beta.0",
"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",
Expand Down Expand Up @@ -35,15 +35,15 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-blockchain-substrate": "4.3.1",
"@airgap/beacon-blockchain-tezos": "4.3.1",
"@airgap/beacon-core": "4.3.1",
"@airgap/beacon-dapp": "4.3.1",
"@airgap/beacon-transport-matrix": "4.3.1",
"@airgap/beacon-transport-postmessage": "4.3.1",
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-ui": "4.3.1",
"@airgap/beacon-utils": "4.3.1",
"@airgap/beacon-wallet": "4.3.1"
"@airgap/beacon-blockchain-substrate": "4.3.2-beta.0",
"@airgap/beacon-blockchain-tezos": "4.3.2-beta.0",
"@airgap/beacon-core": "4.3.2-beta.0",
"@airgap/beacon-dapp": "4.3.2-beta.0",
"@airgap/beacon-transport-matrix": "4.3.2-beta.0",
"@airgap/beacon-transport-postmessage": "4.3.2-beta.0",
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-ui": "4.3.2-beta.0",
"@airgap/beacon-utils": "4.3.2-beta.0",
"@airgap/beacon-wallet": "4.3.2-beta.0"
}
}
6 changes: 3 additions & 3 deletions packages/beacon-transport-matrix/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-transport-matrix",
"version": "4.3.1",
"version": "4.3.2-beta.0",
"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",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.3.1",
"@airgap/beacon-utils": "4.3.1",
"@airgap/beacon-core": "4.3.2-beta.0",
"@airgap/beacon-utils": "4.3.2-beta.0",
"axios": "^1.6.2"
}
}
8 changes: 4 additions & 4 deletions packages/beacon-transport-postmessage/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-transport-postmessage",
"version": "4.3.1",
"version": "4.3.2-beta.0",
"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",
Expand Down Expand Up @@ -34,8 +34,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.3.1",
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-utils": "4.3.1"
"@airgap/beacon-core": "4.3.2-beta.0",
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-utils": "4.3.2-beta.0"
}
}
8 changes: 4 additions & 4 deletions packages/beacon-transport-walletconnect/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-transport-walletconnect",
"version": "4.3.1",
"version": "4.3.2-beta.0",
"description": "This package contains methods to facilitate communication over the WalletConnect network.",
"author": "Papers AG",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -34,9 +34,9 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "4.3.1",
"@airgap/beacon-types": "4.3.1",
"@airgap/beacon-utils": "4.3.1",
"@airgap/beacon-core": "4.3.2-beta.0",
"@airgap/beacon-types": "4.3.2-beta.0",
"@airgap/beacon-utils": "4.3.2-beta.0",
"@walletconnect/sign-client": "2.14.0"
}
}
2 changes: 1 addition & 1 deletion packages/beacon-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-types",
"version": "4.3.1",
"version": "4.3.2-beta.0",
"description": "This package contains types that are used throughout the Beacon SDK.",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
Expand Down
Loading

0 comments on commit 58d0f1d

Please sign in to comment.