Skip to content

Commit 959e385

Browse files
committed
chore(releng) bump version to 19.0.0-beta-RC.0
1 parent bd52c12 commit 959e385

File tree

41 files changed

+232
-232
lines changed

Some content is hidden

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

41 files changed

+232
-232
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": "17.5.2",
4+
"version": "19.0.0-beta-RC.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -25,10 +25,10 @@
2525
},
2626
"dependencies": {
2727
"@airgap/beacon-sdk": "4.1.0",
28-
"@taquito/beacon-wallet": "^17.5.2",
29-
"@taquito/core": "^17.5.2",
30-
"@taquito/taquito": "^17.5.2",
31-
"@taquito/utils": "^17.5.2",
28+
"@taquito/beacon-wallet": "^19.0.0-beta-RC.0",
29+
"@taquito/core": "^19.0.0-beta-RC.0",
30+
"@taquito/taquito": "^19.0.0-beta-RC.0",
31+
"@taquito/utils": "^19.0.0-beta-RC.0",
3232
"buffer": "^6.0.3",
3333
"svelte-select": "^5.7.0",
3434
"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": "17.5.2",
4+
"version": "19.0.0-beta-RC.0",
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": "^17.5.2",
46-
"@taquito/local-forging": "^17.5.2",
47-
"@taquito/michel-codec": "^17.5.2",
48-
"@taquito/michelson-encoder": "^17.5.2",
49-
"@taquito/rpc": "^17.5.2",
50-
"@taquito/sapling": "^17.5.2",
51-
"@taquito/signer": "^17.5.2",
52-
"@taquito/taquito": "^17.5.2",
53-
"@taquito/tzip16": "^17.5.2",
54-
"@taquito/utils": "^17.5.2",
45+
"@taquito/ledger-signer": "^19.0.0-beta-RC.0",
46+
"@taquito/local-forging": "^19.0.0-beta-RC.0",
47+
"@taquito/michel-codec": "^19.0.0-beta-RC.0",
48+
"@taquito/michelson-encoder": "^19.0.0-beta-RC.0",
49+
"@taquito/rpc": "^19.0.0-beta-RC.0",
50+
"@taquito/sapling": "^19.0.0-beta-RC.0",
51+
"@taquito/signer": "^19.0.0-beta-RC.0",
52+
"@taquito/taquito": "^19.0.0-beta-RC.0",
53+
"@taquito/tzip16": "^19.0.0-beta-RC.0",
54+
"@taquito/utils": "^19.0.0-beta-RC.0",
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
@@ -12,26 +12,26 @@
1212
"originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts",
1313
"originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest"
1414
},
15-
"version": "17.5.2",
15+
"version": "19.0.0-beta-RC.0",
1616
"dependencies": {
1717
"@ledgerhq/devices": "8.0.7",
1818
"@ledgerhq/hw-transport": "6.28.8",
1919
"@ledgerhq/hw-transport-node-hid": "6.27.21",
2020
"@ledgerhq/hw-transport-node-hid-noevents": "6.27.19",
21-
"@taquito/contracts-library": "^17.5.2",
22-
"@taquito/core": "^17.5.2",
23-
"@taquito/http-utils": "^17.5.2",
24-
"@taquito/local-forging": "^17.5.2",
25-
"@taquito/michel-codec": "^17.5.2",
26-
"@taquito/michelson-encoder": "^17.5.2",
27-
"@taquito/remote-signer": "^17.5.2",
28-
"@taquito/rpc": "^17.5.2",
29-
"@taquito/sapling": "^17.5.2",
30-
"@taquito/signer": "^17.5.2",
31-
"@taquito/taquito": "^17.5.2",
32-
"@taquito/tzip12": "^17.5.2",
33-
"@taquito/tzip16": "^17.5.2",
34-
"@taquito/utils": "^17.5.2",
21+
"@taquito/contracts-library": "^19.0.0-beta-RC.0",
22+
"@taquito/core": "^19.0.0-beta-RC.0",
23+
"@taquito/http-utils": "^19.0.0-beta-RC.0",
24+
"@taquito/local-forging": "^19.0.0-beta-RC.0",
25+
"@taquito/michel-codec": "^19.0.0-beta-RC.0",
26+
"@taquito/michelson-encoder": "^19.0.0-beta-RC.0",
27+
"@taquito/remote-signer": "^19.0.0-beta-RC.0",
28+
"@taquito/rpc": "^19.0.0-beta-RC.0",
29+
"@taquito/sapling": "^19.0.0-beta-RC.0",
30+
"@taquito/signer": "^19.0.0-beta-RC.0",
31+
"@taquito/taquito": "^19.0.0-beta-RC.0",
32+
"@taquito/tzip12": "^19.0.0-beta-RC.0",
33+
"@taquito/tzip16": "^19.0.0-beta-RC.0",
34+
"@taquito/utils": "^19.0.0-beta-RC.0",
3535
"bignumber.js": "^9.1.2",
3636
"bip39": "3.1.0",
3737
"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": "17.5.2"
3+
"version": "19.0.0-beta-RC.0"
44
}

0 commit comments

Comments
 (0)