From b45707bca75a6a5163b6ef20c80db5975b02e894 Mon Sep 17 00:00:00 2001 From: roxaneletourneau Date: Thu, 16 Dec 2021 09:19:38 -0800 Subject: [PATCH] chore(releng) bump version to 11.1.0 --- example/package-lock.json | 2 +- example/package.json | 16 ++++++------- integration-tests/package-lock.json | 2 +- integration-tests/package.json | 24 +++++++++---------- lerna.json | 2 +- .../taquito-beacon-wallet/package-lock.json | 2 +- packages/taquito-beacon-wallet/package.json | 6 ++--- packages/taquito-beacon-wallet/src/version.ts | 4 ++-- .../package-lock.json | 2 +- .../taquito-contracts-library/package.json | 10 ++++---- .../taquito-contracts-library/src/version.ts | 4 ++-- packages/taquito-http-utils/package-lock.json | 2 +- packages/taquito-http-utils/package.json | 2 +- packages/taquito-http-utils/src/version.ts | 4 ++-- .../taquito-ledger-signer/package-lock.json | 2 +- packages/taquito-ledger-signer/package.json | 6 ++--- packages/taquito-ledger-signer/src/version.ts | 4 ++-- .../taquito-local-forging/package-lock.json | 2 +- packages/taquito-local-forging/package.json | 6 ++--- packages/taquito-local-forging/src/version.ts | 4 ++-- .../pack-test-tool/package-lock.json | 2 +- .../pack-test-tool/package.json | 4 ++-- .../taquito-michel-codec/package-lock.json | 2 +- packages/taquito-michel-codec/package.json | 2 +- packages/taquito-michel-codec/src/version.ts | 4 ++-- .../package-lock.json | 2 +- .../taquito-michelson-encoder/package.json | 6 ++--- .../taquito-michelson-encoder/src/version.ts | 4 ++-- .../taquito-remote-signer/package-lock.json | 2 +- packages/taquito-remote-signer/package.json | 8 +++---- packages/taquito-remote-signer/src/version.ts | 4 ++-- packages/taquito-rpc/package-lock.json | 2 +- packages/taquito-rpc/package.json | 4 ++-- packages/taquito-rpc/src/version.ts | 4 ++-- packages/taquito-signer/package-lock.json | 2 +- packages/taquito-signer/package.json | 6 ++--- packages/taquito-signer/src/version.ts | 4 ++-- .../package-lock.json | 2 +- .../taquito-tezbridge-signer/package.json | 6 ++--- .../taquito-tezbridge-signer/src/version.ts | 4 ++-- .../package-lock.json | 2 +- .../taquito-tezbridge-wallet/package.json | 4 ++-- .../taquito-tezbridge-wallet/src/version.ts | 4 ++-- packages/taquito-tzip12/package-lock.json | 2 +- packages/taquito-tzip12/package.json | 8 +++---- packages/taquito-tzip12/src/version.ts | 4 ++-- packages/taquito-tzip16/package-lock.json | 2 +- packages/taquito-tzip16/package.json | 12 +++++----- packages/taquito-tzip16/src/version.ts | 4 ++-- packages/taquito-utils/package-lock.json | 2 +- packages/taquito-utils/package.json | 2 +- packages/taquito-utils/src/version.ts | 4 ++-- packages/taquito/README.md | 4 ++-- packages/taquito/manifest.json | 2 +- packages/taquito/package-lock.json | 2 +- packages/taquito/package.json | 12 +++++----- packages/taquito/src/version.ts | 4 ++-- website/package-lock.json | 18 +++++++------- 58 files changed, 136 insertions(+), 136 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 61cb4df8a3..4a66d5f54d 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/example", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/example/package.json b/example/package.json index 3b2e262b1b..72b6945976 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@taquito/example", "private": true, - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "scripts": { "example:at": "node -r ts-node/register --preserve-symlinks contract-schema.ts", "example:origination": "node -r ts-node/register --preserve-symlinks example-contract-originate-hello-world.ts", @@ -21,13 +21,13 @@ }, "dependencies": { "@ledgerhq/hw-transport-node-hid": "^5.43.0", - "@taquito/ledger-signer": "^11.1.0-beta-RC.0", - "@taquito/michel-codec": "^11.1.0-beta-RC.0", - "@taquito/michelson-encoder": "^11.1.0-beta-RC.0", - "@taquito/signer": "^11.1.0-beta-RC.0", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/tzip16": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/ledger-signer": "^11.1.0", + "@taquito/michel-codec": "^11.1.0", + "@taquito/michelson-encoder": "^11.1.0", + "@taquito/signer": "^11.1.0", + "@taquito/taquito": "^11.1.0", + "@taquito/tzip16": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1" }, "devDependencies": { diff --git a/integration-tests/package-lock.json b/integration-tests/package-lock.json index 22aab9635d..f4a1ea4faf 100644 --- a/integration-tests/package-lock.json +++ b/integration-tests/package-lock.json @@ -1,6 +1,6 @@ { "name": "integration-tests", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/integration-tests/package.json b/integration-tests/package.json index 8ccb4d28c8..493496fd7d 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -8,21 +8,21 @@ "test:idiazabalnet-faucet": "RUN_IDIAZABALNET_WITH_FAUCET=true jest --runInBand", "test": "jest" }, - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "dependencies": { "@ledgerhq/hw-transport": "^5.51.1", "@ledgerhq/hw-transport-node-hid": "^5.51.1", - "@taquito/http-utils": "^11.1.0-beta-RC.0", - "@taquito/local-forging": "^11.1.0-beta-RC.0", - "@taquito/michel-codec": "^11.1.0-beta-RC.0", - "@taquito/michelson-encoder": "^11.1.0-beta-RC.0", - "@taquito/remote-signer": "^11.1.0-beta-RC.0", - "@taquito/rpc": "^11.1.0-beta-RC.0", - "@taquito/signer": "^11.1.0-beta-RC.0", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/tzip12": "^11.1.0-beta-RC.0", - "@taquito/tzip16": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/http-utils": "^11.1.0", + "@taquito/local-forging": "^11.1.0", + "@taquito/michel-codec": "^11.1.0", + "@taquito/michelson-encoder": "^11.1.0", + "@taquito/remote-signer": "^11.1.0", + "@taquito/rpc": "^11.1.0", + "@taquito/signer": "^11.1.0", + "@taquito/taquito": "^11.1.0", + "@taquito/tzip12": "^11.1.0", + "@taquito/tzip16": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1", "blakejs": "^1.1.1" }, diff --git a/lerna.json b/lerna.json index f35044d482..578bb0d647 100644 --- a/lerna.json +++ b/lerna.json @@ -7,5 +7,5 @@ "packages/taquito-michel-codec/pack-test-tool", "website" ], - "version": "11.1.0-beta-RC.0" + "version": "11.1.0" } diff --git a/packages/taquito-beacon-wallet/package-lock.json b/packages/taquito-beacon-wallet/package-lock.json index 0794a027f4..3545070724 100644 --- a/packages/taquito-beacon-wallet/package-lock.json +++ b/packages/taquito-beacon-wallet/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/beacon-wallet", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-beacon-wallet/package.json b/packages/taquito-beacon-wallet/package.json index 7db6ddd0a7..21d1e67c2f 100644 --- a/packages/taquito-beacon-wallet/package.json +++ b/packages/taquito-beacon-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/beacon-wallet", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Beacon wallet provider", "keywords": [ "tezos", @@ -62,8 +62,8 @@ }, "dependencies": { "@airgap/beacon-sdk": "^2.3.8", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0" + "@taquito/taquito": "^11.1.0", + "@taquito/utils": "^11.1.0" }, "devDependencies": { "@types/chrome": "0.0.145", diff --git a/packages/taquito-beacon-wallet/src/version.ts b/packages/taquito-beacon-wallet/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-beacon-wallet/src/version.ts +++ b/packages/taquito-beacon-wallet/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-contracts-library/package-lock.json b/packages/taquito-contracts-library/package-lock.json index d79979b9fd..f52e6f7d45 100644 --- a/packages/taquito-contracts-library/package-lock.json +++ b/packages/taquito-contracts-library/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/contracts-library", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-contracts-library/package.json b/packages/taquito-contracts-library/package.json index dd0dfc5501..6194df2fd4 100644 --- a/packages/taquito-contracts-library/package.json +++ b/packages/taquito-contracts-library/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/contracts-library", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Can be used as an extension on the TezosToolkit to provide contracts data", "keywords": [ "tezos" @@ -68,10 +68,10 @@ ] }, "dependencies": { - "@taquito/http-utils": "^11.1.0-beta-RC.0", - "@taquito/rpc": "^11.1.0-beta-RC.0", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/http-utils": "^11.1.0", + "@taquito/rpc": "^11.1.0", + "@taquito/taquito": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1" }, "devDependencies": { diff --git a/packages/taquito-contracts-library/src/version.ts b/packages/taquito-contracts-library/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-contracts-library/src/version.ts +++ b/packages/taquito-contracts-library/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-http-utils/package-lock.json b/packages/taquito-http-utils/package-lock.json index 751b49768c..f7f3d923e5 100644 --- a/packages/taquito-http-utils/package-lock.json +++ b/packages/taquito-http-utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/http-utils", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-http-utils/package.json b/packages/taquito-http-utils/package.json index adc12f8848..244090651e 100644 --- a/packages/taquito-http-utils/package.json +++ b/packages/taquito-http-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/http-utils", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "", "keywords": [ "tezos" diff --git a/packages/taquito-http-utils/src/version.ts b/packages/taquito-http-utils/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-http-utils/src/version.ts +++ b/packages/taquito-http-utils/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-ledger-signer/package-lock.json b/packages/taquito-ledger-signer/package-lock.json index a38ac6cdb7..6d7e485d58 100644 --- a/packages/taquito-ledger-signer/package-lock.json +++ b/packages/taquito-ledger-signer/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/ledger-signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-ledger-signer/package.json b/packages/taquito-ledger-signer/package.json index 8df070fcc1..81058ade9d 100644 --- a/packages/taquito-ledger-signer/package.json +++ b/packages/taquito-ledger-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/ledger-signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Ledger signer provider", "keywords": [ "tezos", @@ -58,8 +58,8 @@ }, "dependencies": { "@ledgerhq/hw-transport": "^5.51.1", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/taquito": "^11.1.0", + "@taquito/utils": "^11.1.0", "@types/jest": "^26.0.24", "buffer": "^6.0.3", "libsodium-wrappers": "0.7.8" diff --git a/packages/taquito-ledger-signer/src/version.ts b/packages/taquito-ledger-signer/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-ledger-signer/src/version.ts +++ b/packages/taquito-ledger-signer/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-local-forging/package-lock.json b/packages/taquito-local-forging/package-lock.json index 0c28efa348..6fd756b046 100644 --- a/packages/taquito-local-forging/package-lock.json +++ b/packages/taquito-local-forging/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/local-forging", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-local-forging/package.json b/packages/taquito-local-forging/package.json index 21250dec4e..e0252efd32 100644 --- a/packages/taquito-local-forging/package.json +++ b/packages/taquito-local-forging/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/local-forging", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Provide local forging functionality to be with taquito", "keywords": [ "tezos", @@ -67,11 +67,11 @@ ] }, "dependencies": { - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1" }, "devDependencies": { - "@taquito/taquito": "^11.1.0-beta-RC.0", + "@taquito/taquito": "^11.1.0", "@types/jest": "^26.0.23", "@types/node": "^15.12.2", "@typescript-eslint/eslint-plugin": "^4.28.1", diff --git a/packages/taquito-local-forging/src/version.ts b/packages/taquito-local-forging/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-local-forging/src/version.ts +++ b/packages/taquito-local-forging/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-michel-codec/pack-test-tool/package-lock.json b/packages/taquito-michel-codec/pack-test-tool/package-lock.json index 00f5b00992..beb3ad75bd 100644 --- a/packages/taquito-michel-codec/pack-test-tool/package-lock.json +++ b/packages/taquito-michel-codec/pack-test-tool/package-lock.json @@ -1,6 +1,6 @@ { "name": "pack-test-tool", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-michel-codec/pack-test-tool/package.json b/packages/taquito-michel-codec/pack-test-tool/package.json index 9d61cff082..6423bd6b5b 100644 --- a/packages/taquito-michel-codec/pack-test-tool/package.json +++ b/packages/taquito-michel-codec/pack-test-tool/package.json @@ -1,6 +1,6 @@ { "name": "pack-test-tool", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Generate pack test data via Tezos RPC", "main": "pack-test-tool.js", "private": true, @@ -10,7 +10,7 @@ "author": "Eugene Zagidullin ", "license": "MIT", "dependencies": { - "@taquito/rpc": "^11.1.0-beta-RC.0", + "@taquito/rpc": "^11.1.0", "yargs": "^16.2.0" } } diff --git a/packages/taquito-michel-codec/package-lock.json b/packages/taquito-michel-codec/package-lock.json index 67fe2c33f6..9caa12e6e1 100644 --- a/packages/taquito-michel-codec/package-lock.json +++ b/packages/taquito-michel-codec/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/michel-codec", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-michel-codec/package.json b/packages/taquito-michel-codec/package.json index 4bdef926ce..3744d107c8 100644 --- a/packages/taquito-michel-codec/package.json +++ b/packages/taquito-michel-codec/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michel-codec", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Michelson parser/validator/formatter", "keywords": [ "tezos", diff --git a/packages/taquito-michel-codec/src/version.ts b/packages/taquito-michel-codec/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-michel-codec/src/version.ts +++ b/packages/taquito-michel-codec/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-michelson-encoder/package-lock.json b/packages/taquito-michelson-encoder/package-lock.json index 563013799a..d0d7955187 100644 --- a/packages/taquito-michelson-encoder/package-lock.json +++ b/packages/taquito-michelson-encoder/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/michelson-encoder", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-michelson-encoder/package.json b/packages/taquito-michelson-encoder/package.json index 9d6b36f01b..4c77403097 100644 --- a/packages/taquito-michelson-encoder/package.json +++ b/packages/taquito-michelson-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michelson-encoder", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -68,8 +68,8 @@ ] }, "dependencies": { - "@taquito/rpc": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/rpc": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1", "fast-json-stable-stringify": "^2.1.0" }, diff --git a/packages/taquito-michelson-encoder/src/version.ts b/packages/taquito-michelson-encoder/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-michelson-encoder/src/version.ts +++ b/packages/taquito-michelson-encoder/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-remote-signer/package-lock.json b/packages/taquito-remote-signer/package-lock.json index 5098933522..c5d0b1bdeb 100644 --- a/packages/taquito-remote-signer/package-lock.json +++ b/packages/taquito-remote-signer/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/remote-signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-remote-signer/package.json b/packages/taquito-remote-signer/package.json index 3d62786964..740e1af5a5 100644 --- a/packages/taquito-remote-signer/package.json +++ b/packages/taquito-remote-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/remote-signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Remote signer provider", "keywords": [ "tezos", @@ -61,9 +61,9 @@ ] }, "dependencies": { - "@taquito/http-utils": "^11.1.0-beta-RC.0", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/http-utils": "^11.1.0", + "@taquito/taquito": "^11.1.0", + "@taquito/utils": "^11.1.0", "@types/jest": "^26.0.24", "libsodium-wrappers": "0.7.8", "typedarray-to-buffer": "^4.0.0" diff --git a/packages/taquito-remote-signer/src/version.ts b/packages/taquito-remote-signer/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-remote-signer/src/version.ts +++ b/packages/taquito-remote-signer/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-rpc/package-lock.json b/packages/taquito-rpc/package-lock.json index 24a907fd19..c9ea28d779 100644 --- a/packages/taquito-rpc/package-lock.json +++ b/packages/taquito-rpc/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/rpc", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-rpc/package.json b/packages/taquito-rpc/package.json index afa868e061..a65dd8b861 100644 --- a/packages/taquito-rpc/package.json +++ b/packages/taquito-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/rpc", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node", "keywords": [ "tezos", @@ -67,7 +67,7 @@ ] }, "dependencies": { - "@taquito/http-utils": "^11.1.0-beta-RC.0", + "@taquito/http-utils": "^11.1.0", "bignumber.js": "^9.0.1", "lodash.get": "^4.4.2", "lodash.set": "^4.3.2" diff --git a/packages/taquito-rpc/src/version.ts b/packages/taquito-rpc/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-rpc/src/version.ts +++ b/packages/taquito-rpc/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-signer/package-lock.json b/packages/taquito-signer/package-lock.json index 7802471a5e..3def328f6e 100644 --- a/packages/taquito-signer/package-lock.json +++ b/packages/taquito-signer/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-signer/package.json b/packages/taquito-signer/package.json index c83ebfca3e..db1f2a32e3 100644 --- a/packages/taquito-signer/package.json +++ b/packages/taquito-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Provide signing functionality to be with taquito", "keywords": [ "tezos", @@ -67,8 +67,8 @@ ] }, "dependencies": { - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/taquito": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1", "bip39": "^3.0.4", "elliptic": "^6.5.4", diff --git a/packages/taquito-signer/src/version.ts b/packages/taquito-signer/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-signer/src/version.ts +++ b/packages/taquito-signer/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-tezbridge-signer/package-lock.json b/packages/taquito-tezbridge-signer/package-lock.json index b616606454..efaa957b6d 100644 --- a/packages/taquito-tezbridge-signer/package-lock.json +++ b/packages/taquito-tezbridge-signer/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/tezbridge-signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-tezbridge-signer/package.json b/packages/taquito-tezbridge-signer/package.json index fddb8b69e2..b4d46dad98 100644 --- a/packages/taquito-tezbridge-signer/package.json +++ b/packages/taquito-tezbridge-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tezbridge-signer", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Tezbridge signer provider", "keywords": [ "tezos", @@ -61,11 +61,11 @@ ] }, "dependencies": { - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/utils": "^11.1.0", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { - "@taquito/taquito": "^11.1.0-beta-RC.0", + "@taquito/taquito": "^11.1.0", "@types/jest": "^26.0.23", "@types/node": "^15.12.2", "@types/ws": "^7.4.4", diff --git a/packages/taquito-tezbridge-signer/src/version.ts b/packages/taquito-tezbridge-signer/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-tezbridge-signer/src/version.ts +++ b/packages/taquito-tezbridge-signer/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-tezbridge-wallet/package-lock.json b/packages/taquito-tezbridge-wallet/package-lock.json index ad1acb60d5..8e49265e81 100644 --- a/packages/taquito-tezbridge-wallet/package-lock.json +++ b/packages/taquito-tezbridge-wallet/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/tezbridge-wallet", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-tezbridge-wallet/package.json b/packages/taquito-tezbridge-wallet/package.json index 4a82587a01..599c50c07c 100644 --- a/packages/taquito-tezbridge-wallet/package.json +++ b/packages/taquito-tezbridge-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tezbridge-wallet", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Tezbridge wallet provider", "keywords": [ "tezos", @@ -61,7 +61,7 @@ ] }, "dependencies": { - "@taquito/taquito": "^11.1.0-beta-RC.0" + "@taquito/taquito": "^11.1.0" }, "devDependencies": { "@types/jest": "^26.0.23", diff --git a/packages/taquito-tezbridge-wallet/src/version.ts b/packages/taquito-tezbridge-wallet/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-tezbridge-wallet/src/version.ts +++ b/packages/taquito-tezbridge-wallet/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-tzip12/package-lock.json b/packages/taquito-tzip12/package-lock.json index 1f7360743b..2173e5b42e 100644 --- a/packages/taquito-tzip12/package-lock.json +++ b/packages/taquito-tzip12/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip12", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-tzip12/package.json b/packages/taquito-tzip12/package.json index 4bb42f657e..09b8228bf6 100644 --- a/packages/taquito-tzip12/package.json +++ b/packages/taquito-tzip12/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip12", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Tzip12", "keywords": [ "tezos", @@ -63,9 +63,9 @@ ] }, "dependencies": { - "@taquito/michelson-encoder": "^11.1.0-beta-RC.0", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/tzip16": "^11.1.0-beta-RC.0", + "@taquito/michelson-encoder": "^11.1.0", + "@taquito/taquito": "^11.1.0", + "@taquito/tzip16": "^11.1.0", "bignumber.js": "^9.0.1" }, "devDependencies": { diff --git a/packages/taquito-tzip12/src/version.ts b/packages/taquito-tzip12/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-tzip12/src/version.ts +++ b/packages/taquito-tzip12/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-tzip16/package-lock.json b/packages/taquito-tzip16/package-lock.json index b0a8f796c7..6d27281cc3 100644 --- a/packages/taquito-tzip16/package-lock.json +++ b/packages/taquito-tzip16/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip16", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-tzip16/package.json b/packages/taquito-tzip16/package.json index cd4e0b079d..e659875518 100644 --- a/packages/taquito-tzip16/package.json +++ b/packages/taquito-tzip16/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip16", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "Tzip16", "keywords": [ "tezos", @@ -62,11 +62,11 @@ ] }, "dependencies": { - "@taquito/http-utils": "^11.1.0-beta-RC.0", - "@taquito/michelson-encoder": "^11.1.0-beta-RC.0", - "@taquito/rpc": "^11.1.0-beta-RC.0", - "@taquito/taquito": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/http-utils": "^11.1.0", + "@taquito/michelson-encoder": "^11.1.0", + "@taquito/rpc": "^11.1.0", + "@taquito/taquito": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1", "crypto-js": "^4.1.1" }, diff --git a/packages/taquito-tzip16/src/version.ts b/packages/taquito-tzip16/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-tzip16/src/version.ts +++ b/packages/taquito-tzip16/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito-utils/package-lock.json b/packages/taquito-utils/package-lock.json index ffa7105f50..738ee9948c 100644 --- a/packages/taquito-utils/package-lock.json +++ b/packages/taquito-utils/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/utils", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito-utils/package.json b/packages/taquito-utils/package.json index 5ceafa5bef..0f003ad3c8 100644 --- a/packages/taquito-utils/package.json +++ b/packages/taquito-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/utils", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", diff --git a/packages/taquito-utils/src/version.ts b/packages/taquito-utils/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito-utils/src/version.ts +++ b/packages/taquito-utils/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/packages/taquito/README.md b/packages/taquito/README.md index 6b504d7851..01653337e2 100644 --- a/packages/taquito/README.md +++ b/packages/taquito/README.md @@ -8,8 +8,8 @@ The `@taquito/taquito` package contains higher level functionality that builds u ## CDN Bundle ```html - + ``` ## API Documentation diff --git a/packages/taquito/manifest.json b/packages/taquito/manifest.json index b9b3a70adb..45cf698641 100644 --- a/packages/taquito/manifest.json +++ b/packages/taquito/manifest.json @@ -1,6 +1,6 @@ { "main.js": { "src": "dist/taquito.min.js", - "integrity": "sha384-zii3yNiePvHAnI+Y4w8gv0nj+Z6zHBDM9k/0kegzaFTwAZO9D29ZFAVP6eiMVLzZ" + "integrity": "sha384-OudvAVSrx2Z38pP4FCqp8KPcBoVKyJKS338Go9KU73iXwqPWTxqywDGZwaIrSwvt" } } \ No newline at end of file diff --git a/packages/taquito/package-lock.json b/packages/taquito/package-lock.json index b6e650f0b7..995fc4d85e 100644 --- a/packages/taquito/package-lock.json +++ b/packages/taquito/package-lock.json @@ -1,6 +1,6 @@ { "name": "@taquito/taquito", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/packages/taquito/package.json b/packages/taquito/package.json index c2f6073550..e7d90f5e35 100644 --- a/packages/taquito/package.json +++ b/packages/taquito/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/taquito", - "version": "11.1.0-beta-RC.0", + "version": "11.1.0", "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.", "keywords": [ "tezos", @@ -78,11 +78,11 @@ ] }, "dependencies": { - "@taquito/http-utils": "^11.1.0-beta-RC.0", - "@taquito/michel-codec": "^11.1.0-beta-RC.0", - "@taquito/michelson-encoder": "^11.1.0-beta-RC.0", - "@taquito/rpc": "^11.1.0-beta-RC.0", - "@taquito/utils": "^11.1.0-beta-RC.0", + "@taquito/http-utils": "^11.1.0", + "@taquito/michel-codec": "^11.1.0", + "@taquito/michelson-encoder": "^11.1.0", + "@taquito/rpc": "^11.1.0", + "@taquito/utils": "^11.1.0", "bignumber.js": "^9.0.1", "rxjs": "^6.6.3" }, diff --git a/packages/taquito/src/version.ts b/packages/taquito/src/version.ts index 428cf1ae48..6809fcbccf 100644 --- a/packages/taquito/src/version.ts +++ b/packages/taquito/src/version.ts @@ -2,7 +2,7 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! /* tslint:disable */ export const VERSION = { - "commitHash": "7f502927fc7d7f4a1075602f960a56af2ff0a5bf", - "version": "11.1.0-beta-RC.0" + "commitHash": "e1723ab725df70755b4cd73b75aa981f913d0d5c", + "version": "11.1.0" }; /* tslint:enable */ diff --git a/website/package-lock.json b/website/package-lock.json index 3937c7f269..4a255bde9d 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1577,6 +1577,15 @@ "boolbase": "~1.0.0" } }, + "react-loadable": { + "version": "npm:@docusaurus/react-loadable@5.5.2", + "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", + "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", + "requires": { + "@types/react": "*", + "prop-types": "^15.6.2" + } + }, "source-map": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", @@ -7505,15 +7514,6 @@ } } }, - "react-loadable": { - "version": "npm:@docusaurus/react-loadable@5.5.2", - "resolved": "https://registry.npmjs.org/@docusaurus/react-loadable/-/react-loadable-5.5.2.tgz", - "integrity": "sha512-A3dYjdBGuy0IGT+wyLIGIKLRE+sAk1iNk0f1HjNDysO7u8lhL4N3VEm+FAubmJbAztn94F7MxBTPmnixbiyFdQ==", - "requires": { - "@types/react": "*", - "prop-types": "^15.6.2" - } - }, "react-loadable-ssr-addon-v5-slorber": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/react-loadable-ssr-addon-v5-slorber/-/react-loadable-ssr-addon-v5-slorber-1.0.1.tgz",