Skip to content

Commit

Permalink
chore(release): v0.0.1-beta.14
Browse files Browse the repository at this point in the history
AndreasGassmann committed Nov 12, 2021

Verified

This commit was signed with the committer’s verified signature. The key has expired.
Czaki Grzegorz Bokota
1 parent 4567fa7 commit 5ecf45f
Showing 12 changed files with 25 additions and 25 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"packages": ["packages/*"],
"version": "0.0.1-beta.13"
"version": "0.0.1-beta.14"
}
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": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"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": "^0.0.1-beta.13",
"@airgap/beacon-utils": "^0.0.1-beta.13",
"@airgap/beacon-types": "^0.0.1-beta.14",
"@airgap/beacon-utils": "^0.0.1-beta.14",
"@types/libsodium-wrappers": "0.7.9",
"bs58check": "2.1.2",
"libsodium-wrappers": "0.7.9"
2 changes: 1 addition & 1 deletion packages/beacon-core/src/constants.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
export const SDK_VERSION: string = '0.0.1-beta.13'
export const SDK_VERSION: string = '0.0.1-beta.14'
export const BEACON_VERSION: string = '2'
8 changes: 4 additions & 4 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": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
@@ -35,9 +35,9 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "^0.0.1-beta.13",
"@airgap/beacon-transport-matrix": "^0.0.1-beta.13",
"@airgap/beacon-transport-postmessage": "^0.0.1-beta.13",
"@airgap/beacon-core": "^0.0.1-beta.14",
"@airgap/beacon-transport-matrix": "^0.0.1-beta.14",
"@airgap/beacon-transport-postmessage": "^0.0.1-beta.14",
"qrcode-generator": "1.4.4"
}
}
2 changes: 1 addition & 1 deletion packages/beacon-protocol-kusama/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-protocol-kusama",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
2 changes: 1 addition & 1 deletion packages/beacon-protocol-tezos/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-protocol-tezos",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
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": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"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": "^0.0.1-beta.13",
"@airgap/beacon-utils": "^0.0.1-beta.13",
"@airgap/beacon-core": "^0.0.1-beta.14",
"@airgap/beacon-utils": "^0.0.1-beta.14",
"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": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
@@ -34,9 +34,9 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "^0.0.1-beta.13",
"@airgap/beacon-types": "^0.0.1-beta.13",
"@airgap/beacon-utils": "^0.0.1-beta.13",
"@airgap/beacon-core": "^0.0.1-beta.14",
"@airgap/beacon-types": "^0.0.1-beta.14",
"@airgap/beacon-utils": "^0.0.1-beta.14",
"@types/libsodium-wrappers": "0.7.9",
"libsodium-wrappers": "0.7.9"
}
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": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
2 changes: 1 addition & 1 deletion packages/beacon-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-ui",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
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": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
8 changes: 4 additions & 4 deletions packages/beacon-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@airgap/beacon-wallet",
"version": "0.0.1-beta.13",
"version": "0.0.1-beta.14",
"description": "> TODO: description",
"author": "Andreas Gassmann <[email protected]>",
"homepage": "https://walletbeacon.io",
@@ -35,8 +35,8 @@
"url": "https://github.com/airgap-it/beacon-sdk/issues"
},
"dependencies": {
"@airgap/beacon-core": "^0.0.1-beta.13",
"@airgap/beacon-transport-matrix": "^0.0.1-beta.13",
"@airgap/beacon-transport-postmessage": "^0.0.1-beta.13"
"@airgap/beacon-core": "^0.0.1-beta.14",
"@airgap/beacon-transport-matrix": "^0.0.1-beta.14",
"@airgap/beacon-transport-postmessage": "^0.0.1-beta.14"
}
}

0 comments on commit 5ecf45f

Please sign in to comment.