Skip to content

Commit 2febd6c

Browse files
committed
chore(releng) bump version to 16.0.0
1 parent 49a724e commit 2febd6c

File tree

39 files changed

+295
-295
lines changed

39 files changed

+295
-295
lines changed

apps/taquito-test-dapp/package.json

Lines changed: 4 additions & 4 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": "16.0.0-beta-RC.0",
4+
"version": "16.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -25,9 +25,9 @@
2525
},
2626
"dependencies": {
2727
"@airgap/beacon-sdk": "^3.3.1",
28-
"@taquito/beacon-wallet": "^16.0.0-beta-RC.0",
29-
"@taquito/taquito": "^16.0.0-beta-RC.0",
30-
"@taquito/utils": "^16.0.0-beta-RC.0",
28+
"@taquito/beacon-wallet": "^16.0.0",
29+
"@taquito/taquito": "^16.0.0",
30+
"@taquito/utils": "^16.0.0",
3131
"buffer": "^6.0.3",
3232
"svelte-select": "^4.4.7",
3333
"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": "16.0.0-beta-RC.0",
4+
"version": "16.0.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",
@@ -41,16 +41,16 @@
4141
},
4242
"dependencies": {
4343
"@ledgerhq/hw-transport-node-hid": "^6.27.3",
44-
"@taquito/ledger-signer": "^16.0.0-beta-RC.0",
45-
"@taquito/local-forging": "^16.0.0-beta-RC.0",
46-
"@taquito/michel-codec": "^16.0.0-beta-RC.0",
47-
"@taquito/michelson-encoder": "^16.0.0-beta-RC.0",
48-
"@taquito/rpc": "^16.0.0-beta-RC.0",
49-
"@taquito/sapling": "^16.0.0-beta-RC.0",
50-
"@taquito/signer": "^16.0.0-beta-RC.0",
51-
"@taquito/taquito": "^16.0.0-beta-RC.0",
52-
"@taquito/tzip16": "^16.0.0-beta-RC.0",
53-
"@taquito/utils": "^16.0.0-beta-RC.0",
44+
"@taquito/ledger-signer": "^16.0.0",
45+
"@taquito/local-forging": "^16.0.0",
46+
"@taquito/michel-codec": "^16.0.0",
47+
"@taquito/michelson-encoder": "^16.0.0",
48+
"@taquito/rpc": "^16.0.0",
49+
"@taquito/sapling": "^16.0.0",
50+
"@taquito/signer": "^16.0.0",
51+
"@taquito/taquito": "^16.0.0",
52+
"@taquito/tzip16": "^16.0.0",
53+
"@taquito/utils": "^16.0.0",
5454
"bignumber.js": "^9.1.0"
5555
},
5656
"devDependencies": {

integration-tests/package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,25 @@
1212
"test:mondaynet-secret-key": "RUN_MONDAYNET_WITH_SECRET_KEY=true jest --runInBand",
1313
"test": "jest"
1414
},
15-
"version": "16.0.0-beta-RC.0",
15+
"version": "16.0.0",
1616
"dependencies": {
1717
"@ledgerhq/devices": "6.20.0",
1818
"@ledgerhq/hw-transport": "6.20.0",
1919
"@ledgerhq/hw-transport-node-hid": "6.20.0",
2020
"@ledgerhq/hw-transport-node-hid-noevents": "6.20.0",
21-
"@taquito/contracts-library": "^16.0.0-beta-RC.0",
22-
"@taquito/http-utils": "^16.0.0-beta-RC.0",
23-
"@taquito/local-forging": "^16.0.0-beta-RC.0",
24-
"@taquito/michel-codec": "^16.0.0-beta-RC.0",
25-
"@taquito/michelson-encoder": "^16.0.0-beta-RC.0",
26-
"@taquito/remote-signer": "^16.0.0-beta-RC.0",
27-
"@taquito/rpc": "^16.0.0-beta-RC.0",
28-
"@taquito/sapling": "^16.0.0-beta-RC.0",
29-
"@taquito/signer": "^16.0.0-beta-RC.0",
30-
"@taquito/taquito": "^16.0.0-beta-RC.0",
31-
"@taquito/tzip12": "^16.0.0-beta-RC.0",
32-
"@taquito/tzip16": "^16.0.0-beta-RC.0",
33-
"@taquito/utils": "^16.0.0-beta-RC.0",
21+
"@taquito/contracts-library": "^16.0.0",
22+
"@taquito/http-utils": "^16.0.0",
23+
"@taquito/local-forging": "^16.0.0",
24+
"@taquito/michel-codec": "^16.0.0",
25+
"@taquito/michelson-encoder": "^16.0.0",
26+
"@taquito/remote-signer": "^16.0.0",
27+
"@taquito/rpc": "^16.0.0",
28+
"@taquito/sapling": "^16.0.0",
29+
"@taquito/signer": "^16.0.0",
30+
"@taquito/taquito": "^16.0.0",
31+
"@taquito/tzip12": "^16.0.0",
32+
"@taquito/tzip16": "^16.0.0",
33+
"@taquito/utils": "^16.0.0",
3434
"bignumber.js": "^9.1.0",
3535
"bip39": "^3.0.4",
3636
"blakejs": "^1.2.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"useWorkspaces": true,
33
"useNx": true,
4-
"version": "16.0.0-beta-RC.0"
4+
"version": "16.0.0"
55
}

0 commit comments

Comments
 (0)