Skip to content

Commit 5b9e302

Browse files
committed
chore(releng) bump version to 19.2.1-beta.2
1 parent 06c78f5 commit 5b9e302

File tree

42 files changed

+243
-243
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+243
-243
lines changed

apps/taquito-test-dapp/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "taquito-test-dapp-vite",
33
"private": true,
4-
"version": "19.2.1-beta.1",
4+
"version": "19.2.1-beta.2",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -26,10 +26,10 @@
2626
"dependencies": {
2727
"@airgap/beacon-sdk": "^4.2.2-beta.4",
2828
"@airgap/beacon-types": "^4.2.2-beta.4",
29-
"@taquito/beacon-wallet": "^19.2.1-beta.1",
30-
"@taquito/core": "^19.2.1-beta.1",
31-
"@taquito/taquito": "^19.2.1-beta.1",
32-
"@taquito/utils": "^19.2.1-beta.1",
29+
"@taquito/beacon-wallet": "^19.2.1-beta.2",
30+
"@taquito/core": "^19.2.1-beta.2",
31+
"@taquito/taquito": "^19.2.1-beta.2",
32+
"@taquito/utils": "^19.2.1-beta.2",
3333
"buffer": "^6.0.3",
3434
"svelte-select": "^5.7.0",
3535
"vite-compatible-readable-stream": "^3.6.1"

example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taquito/example",
33
"private": true,
4-
"version": "19.2.1-beta.1",
4+
"version": "19.2.1-beta.2",
55
"scripts": {
66
"example": "node -r ts-node/register --preserve-symlinks example-node.ts",
77
"example:activation": "node -r ts-node/register --preserve-symlinks example-activate.ts",
@@ -42,16 +42,16 @@
4242
},
4343
"dependencies": {
4444
"@ledgerhq/hw-transport-node-hid": "^6.27.21",
45-
"@taquito/ledger-signer": "^19.2.1-beta.1",
46-
"@taquito/local-forging": "^19.2.1-beta.1",
47-
"@taquito/michel-codec": "^19.2.1-beta.1",
48-
"@taquito/michelson-encoder": "^19.2.1-beta.1",
49-
"@taquito/rpc": "^19.2.1-beta.1",
50-
"@taquito/sapling": "^19.2.1-beta.1",
51-
"@taquito/signer": "^19.2.1-beta.1",
52-
"@taquito/taquito": "^19.2.1-beta.1",
53-
"@taquito/tzip16": "^19.2.1-beta.1",
54-
"@taquito/utils": "^19.2.1-beta.1",
45+
"@taquito/ledger-signer": "^19.2.1-beta.2",
46+
"@taquito/local-forging": "^19.2.1-beta.2",
47+
"@taquito/michel-codec": "^19.2.1-beta.2",
48+
"@taquito/michelson-encoder": "^19.2.1-beta.2",
49+
"@taquito/rpc": "^19.2.1-beta.2",
50+
"@taquito/sapling": "^19.2.1-beta.2",
51+
"@taquito/signer": "^19.2.1-beta.2",
52+
"@taquito/taquito": "^19.2.1-beta.2",
53+
"@taquito/tzip16": "^19.2.1-beta.2",
54+
"@taquito/utils": "^19.2.1-beta.2",
5555
"bignumber.js": "^9.1.2"
5656
},
5757
"devDependencies": {

integration-tests/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,26 @@
1313
"originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts",
1414
"originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest"
1515
},
16-
"version": "19.2.1-beta.1",
16+
"version": "19.2.1-beta.2",
1717
"dependencies": {
1818
"@ledgerhq/devices": "8.2.2",
1919
"@ledgerhq/hw-transport": "6.30.5",
2020
"@ledgerhq/hw-transport-node-hid": "6.28.5",
2121
"@ledgerhq/hw-transport-node-hid-noevents": "6.29.5",
22-
"@taquito/contracts-library": "^19.2.1-beta.1",
23-
"@taquito/core": "^19.2.1-beta.1",
24-
"@taquito/http-utils": "^19.2.1-beta.1",
25-
"@taquito/local-forging": "^19.2.1-beta.1",
26-
"@taquito/michel-codec": "^19.2.1-beta.1",
27-
"@taquito/michelson-encoder": "^19.2.1-beta.1",
28-
"@taquito/remote-signer": "^19.2.1-beta.1",
29-
"@taquito/rpc": "^19.2.1-beta.1",
30-
"@taquito/sapling": "^19.2.1-beta.1",
31-
"@taquito/signer": "^19.2.1-beta.1",
32-
"@taquito/taquito": "^19.2.1-beta.1",
33-
"@taquito/tzip12": "^19.2.1-beta.1",
34-
"@taquito/tzip16": "^19.2.1-beta.1",
35-
"@taquito/utils": "^19.2.1-beta.1",
22+
"@taquito/contracts-library": "^19.2.1-beta.2",
23+
"@taquito/core": "^19.2.1-beta.2",
24+
"@taquito/http-utils": "^19.2.1-beta.2",
25+
"@taquito/local-forging": "^19.2.1-beta.2",
26+
"@taquito/michel-codec": "^19.2.1-beta.2",
27+
"@taquito/michelson-encoder": "^19.2.1-beta.2",
28+
"@taquito/remote-signer": "^19.2.1-beta.2",
29+
"@taquito/rpc": "^19.2.1-beta.2",
30+
"@taquito/sapling": "^19.2.1-beta.2",
31+
"@taquito/signer": "^19.2.1-beta.2",
32+
"@taquito/taquito": "^19.2.1-beta.2",
33+
"@taquito/tzip12": "^19.2.1-beta.2",
34+
"@taquito/tzip16": "^19.2.1-beta.2",
35+
"@taquito/utils": "^19.2.1-beta.2",
3636
"bignumber.js": "^9.1.2",
3737
"bip39": "3.1.0",
3838
"blakejs": "^1.2.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"useNx": true,
3-
"version": "19.2.1-beta.1"
3+
"version": "19.2.1-beta.2"
44
}

0 commit comments

Comments
 (0)