Skip to content

Commit

Permalink
chore(releng) bump version to 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roxaneletourneau committed Jul 3, 2021
1 parent a8e9548 commit aa3edf6
Show file tree
Hide file tree
Showing 54 changed files with 115 additions and 688 deletions.
2 changes: 1 addition & 1 deletion example/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taquito/example",
"private": true,
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"scripts": {
"example:at": "node -r ts-node/register --preserve-symlinks contract-schema.ts",
"example:origination": "node -r ts-node/register --preserve-symlinks contract-origination.ts",
Expand All @@ -19,11 +19,11 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.43.0",
"@taquito/ledger-signer": "^9.2.0-beta-RC.2",
"@taquito/michel-codec": "^9.2.0-beta-RC.2",
"@taquito/signer": "^9.2.0-beta-RC.2",
"@taquito/taquito": "^9.2.0-beta-RC.2",
"@taquito/tzip16": "^9.2.0-beta-RC.2",
"@taquito/ledger-signer": "^9.2.0",
"@taquito/michel-codec": "^9.2.0",
"@taquito/signer": "^9.2.0",
"@taquito/taquito": "^9.2.0",
"@taquito/tzip16": "^9.2.0",
"bignumber.js": "^9.0.1"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 11 additions & 11 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,20 @@
"test:granadanet-faucet": "RUN_GRANADANET_WITH_FAUCET=true jest --runInBand",
"test": "jest"
},
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"dependencies": {
"@ledgerhq/hw-transport": "^5.51.1",
"@ledgerhq/hw-transport-node-hid": "^5.51.1",
"@taquito/http-utils": "^9.2.0-beta-RC.2",
"@taquito/local-forging": "^9.2.0-beta-RC.2",
"@taquito/michel-codec": "^9.2.0-beta-RC.2",
"@taquito/michelson-encoder": "^9.2.0-beta-RC.2",
"@taquito/remote-signer": "^9.2.0-beta-RC.2",
"@taquito/rpc": "^9.2.0-beta-RC.2",
"@taquito/signer": "^9.2.0-beta-RC.2",
"@taquito/taquito": "^9.2.0-beta-RC.2",
"@taquito/tzip16": "^9.2.0-beta-RC.2",
"@taquito/utils": "^9.2.0-beta-RC.2",
"@taquito/http-utils": "^9.2.0",
"@taquito/local-forging": "^9.2.0",
"@taquito/michel-codec": "^9.2.0",
"@taquito/michelson-encoder": "^9.2.0",
"@taquito/remote-signer": "^9.2.0",
"@taquito/rpc": "^9.2.0",
"@taquito/signer": "^9.2.0",
"@taquito/taquito": "^9.2.0",
"@taquito/tzip16": "^9.2.0",
"@taquito/utils": "^9.2.0",
"bignumber.js": "^9.0.1"
},
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"packages/taquito-michel-codec/pack-test-tool",
"website"
],
"version": "9.2.0-beta-RC.2"
"version": "9.2.0"
}
2 changes: 1 addition & 1 deletion packages/taquito-beacon-wallet/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/taquito-beacon-wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/beacon-wallet",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Beacon wallet provider",
"keywords": [
"tezos",
Expand Down Expand Up @@ -62,8 +62,8 @@
},
"dependencies": {
"@airgap/beacon-sdk": "^2.2.9",
"@taquito/taquito": "^9.2.0-beta-RC.2",
"@taquito/utils": "^9.2.0-beta-RC.2"
"@taquito/taquito": "^9.2.0",
"@taquito/utils": "^9.2.0"
},
"devDependencies": {
"@types/chrome": "0.0.145",
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-beacon-wallet/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-http-utils/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/taquito-http-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/http-utils",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "",
"keywords": [
"tezos"
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-http-utils/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-ledger-signer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/taquito-ledger-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/ledger-signer",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Ledger signer provider",
"keywords": [
"tezos",
Expand Down Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@ledgerhq/hw-transport": "^5.51.1",
"@taquito/taquito": "^9.2.0-beta-RC.2",
"@taquito/utils": "^9.2.0-beta-RC.2",
"@taquito/taquito": "^9.2.0",
"@taquito/utils": "^9.2.0",
"@types/jest": "^26.0.23",
"buffer": "^6.0.3",
"libsodium-wrappers": "0.7.8"
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-ledger-signer/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-local-forging/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/taquito-local-forging/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/local-forging",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Provide local forging functionality to be with taquito",
"keywords": [
"tezos",
Expand Down Expand Up @@ -67,11 +67,11 @@
]
},
"dependencies": {
"@taquito/utils": "^9.2.0-beta-RC.2",
"@taquito/utils": "^9.2.0",
"bignumber.js": "^9.0.1"
},
"devDependencies": {
"@taquito/taquito": "^9.2.0-beta-RC.2",
"@taquito/taquito": "^9.2.0",
"@types/jest": "^26.0.23",
"@types/node": "^15.12.2",
"@typescript-eslint/eslint-plugin": "^4.28.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-local-forging/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/taquito-michel-codec/pack-test-tool/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pack-test-tool",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Generate pack test data via Tezos RPC",
"main": "pack-test-tool.js",
"private": true,
Expand All @@ -10,7 +10,7 @@
"author": "Eugene Zagidullin <[email protected]>",
"license": "MIT",
"dependencies": {
"@taquito/rpc": "^9.2.0-beta-RC.2",
"@taquito/rpc": "^9.2.0",
"yargs": "^16.2.0"
}
}
2 changes: 1 addition & 1 deletion packages/taquito-michel-codec/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/taquito-michel-codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/michel-codec",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Michelson parser/validator/formatter",
"keywords": [
"tezos",
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-michel-codec/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-michelson-encoder/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/taquito-michelson-encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/michelson-encoder",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "converts michelson data and types into convenient JS/TS objects",
"keywords": [
"tezos",
Expand Down Expand Up @@ -68,8 +68,8 @@
]
},
"dependencies": {
"@taquito/rpc": "^9.2.0-beta-RC.2",
"@taquito/utils": "^9.2.0-beta-RC.2",
"@taquito/rpc": "^9.2.0",
"@taquito/utils": "^9.2.0",
"bignumber.js": "^9.0.1",
"fast-json-stable-stringify": "^2.1.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-michelson-encoder/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-remote-signer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/taquito-remote-signer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/remote-signer",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Remote signer provider",
"keywords": [
"tezos",
Expand Down Expand Up @@ -60,9 +60,9 @@
]
},
"dependencies": {
"@taquito/http-utils": "^9.2.0-beta-RC.2",
"@taquito/taquito": "^9.2.0-beta-RC.2",
"@taquito/utils": "^9.2.0-beta-RC.2",
"@taquito/http-utils": "^9.2.0",
"@taquito/taquito": "^9.2.0",
"@taquito/utils": "^9.2.0",
"@types/jest": "^26.0.23",
"elliptic": "^6.5.4",
"libsodium-wrappers": "0.7.8",
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-remote-signer/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-rpc/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/taquito-rpc/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@taquito/rpc",
"version": "9.2.0-beta-RC.2",
"version": "9.2.0",
"description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node",
"keywords": [
"tezos",
Expand Down Expand Up @@ -67,7 +67,7 @@
]
},
"dependencies": {
"@taquito/http-utils": "^9.2.0-beta-RC.2",
"@taquito/http-utils": "^9.2.0",
"bignumber.js": "^9.0.1",
"lodash": "^4.17.21"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/taquito-rpc/src/version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
/* tslint:disable */
export const VERSION = {
"commitHash": "eab1c7b7d1b227b744fa23eed13ed1c1865db0ff",
"version": "9.2.0-beta-RC.2"
"commitHash": "a8e9548e650215186f661033b59299ace72c9ee6",
"version": "9.2.0"
};
/* tslint:enable */
2 changes: 1 addition & 1 deletion packages/taquito-signer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit aa3edf6

Please sign in to comment.