Skip to content

Commit

Permalink
Merge pull request #453 from airgap-it/release/v3.3.4
Browse files Browse the repository at this point in the history
chore(release): v3.3.4
  • Loading branch information
AndreasGassmann authored Feb 16, 2023
2 parents bbff760 + 48e1aca commit dfe8c9b
Show file tree
Hide file tree
Showing 15 changed files with 94 additions and 94 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.3.3"
"version": "3.3.4"
}
92 changes: 46 additions & 46 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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-ui": "^3.3.3"
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-ui": "^3.3.4"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-ui": "^3.3.3"
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-ui": "^3.3.4"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-ui": "^3.3.3"
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-ui": "^3.3.4"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-utils": "^3.3.3",
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-utils": "^3.3.4",
"@stablelib/ed25519": "^1.0.3",
"@stablelib/nacl": "^1.0.4",
"@stablelib/utf8": "^1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/beacon-core/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const SDK_VERSION: string = '3.3.3'
export const SDK_VERSION: string = '3.3.4'
export const BEACON_VERSION: string = '3'

export const NOTIFICATION_ORACLE_URL: string =
Expand Down
10 changes: 5 additions & 5 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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"homepage": "https://walletbeacon.io",
Expand Down Expand Up @@ -35,10 +35,10 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "^3.3.3",
"@airgap/beacon-transport-matrix": "^3.3.3",
"@airgap/beacon-transport-postmessage": "^3.3.3",
"@airgap/beacon-ui": "^3.3.3",
"@airgap/beacon-core": "^3.3.4",
"@airgap/beacon-transport-matrix": "^3.3.4",
"@airgap/beacon-transport-postmessage": "^3.3.4",
"@airgap/beacon-ui": "^3.3.4",
"qrcode-generator": "1.4.4"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-blockchain-tezos": "^3.3.3",
"@airgap/beacon-core": "^3.3.3",
"@airgap/beacon-dapp": "^3.3.3",
"@airgap/beacon-transport-matrix": "^3.3.3",
"@airgap/beacon-transport-postmessage": "^3.3.3",
"@airgap/beacon-types": "^3.3.3",
"@airgap/beacon-ui": "^3.3.3",
"@airgap/beacon-utils": "^3.3.3",
"@airgap/beacon-wallet": "^3.3.3"
"@airgap/beacon-blockchain-substrate": "^3.3.4",
"@airgap/beacon-blockchain-tezos": "^3.3.4",
"@airgap/beacon-core": "^3.3.4",
"@airgap/beacon-dapp": "^3.3.4",
"@airgap/beacon-transport-matrix": "^3.3.4",
"@airgap/beacon-transport-postmessage": "^3.3.4",
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-ui": "^3.3.4",
"@airgap/beacon-utils": "^3.3.4",
"@airgap/beacon-wallet": "^3.3.4"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-utils": "^3.3.3",
"@airgap/beacon-core": "^3.3.4",
"@airgap/beacon-utils": "^3.3.4",
"axios": "0.24.0"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-types": "^3.3.3",
"@airgap/beacon-utils": "^3.3.3"
"@airgap/beacon-core": "^3.3.4",
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-utils": "^3.3.4"
}
}
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": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"homepage": "https://walletbeacon.io",
Expand Down
10 changes: 5 additions & 5 deletions packages/beacon-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-ui",
"version": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"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": "^3.3.3",
"@airgap/beacon-transport-postmessage": "^3.3.3",
"@airgap/beacon-types": "^3.3.3",
"@airgap/beacon-utils": "^3.3.3"
"@airgap/beacon-core": "^3.3.4",
"@airgap/beacon-transport-postmessage": "^3.3.4",
"@airgap/beacon-types": "^3.3.4",
"@airgap/beacon-utils": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/beacon-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-utils",
"version": "3.3.3",
"version": "3.3.4",
"description": "> TODO: description",
"author": "Andreas Gassmann <a.gassmann@papers.ch>",
"homepage": "https://walletbeacon.io",
Expand Down
Loading

0 comments on commit dfe8c9b

Please sign in to comment.