Skip to content

Commit

Permalink
chore(releng) bump version to 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
roxaneletourneau committed May 11, 2021
1 parent 334454e commit 9498110
Show file tree
Hide file tree
Showing 54 changed files with 112 additions and 839 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.

10 changes: 5 additions & 5 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.0.0",
"version": "9.0.1",
"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,10 +19,10 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.43.0",
"@taquito/ledger-signer": "^9.0.0",
"@taquito/michel-codec": "^9.0.0",
"@taquito/signer": "^9.0.0",
"@taquito/taquito": "^9.0.0",
"@taquito/ledger-signer": "^9.0.1",
"@taquito/michel-codec": "^9.0.1",
"@taquito/signer": "^9.0.1",
"@taquito/taquito": "^9.0.1",
"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.

18 changes: 9 additions & 9 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"test:florencenet-faucet": "RUN_FLORENCENET_WITH_FAUCET=true jest --runInBand",
"test": "jest"
},
"version": "9.0.0",
"version": "9.0.1",
"dependencies": {
"@ledgerhq/hw-transport": "^5.41.0",
"@ledgerhq/hw-transport-node-hid": "^5.41.0",
"@taquito/http-utils": "^9.0.0",
"@taquito/local-forging": "^9.0.0",
"@taquito/michel-codec": "^9.0.0",
"@taquito/remote-signer": "^9.0.0",
"@taquito/signer": "^9.0.0",
"@taquito/taquito": "^9.0.0",
"@taquito/tzip16": "^9.0.0",
"@taquito/utils": "^9.0.0",
"@taquito/http-utils": "^9.0.1",
"@taquito/local-forging": "^9.0.1",
"@taquito/michel-codec": "^9.0.1",
"@taquito/remote-signer": "^9.0.1",
"@taquito/signer": "^9.0.1",
"@taquito/taquito": "^9.0.1",
"@taquito/tzip16": "^9.0.1",
"@taquito/utils": "^9.0.1",
"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.0.0"
"version": "9.0.1"
}
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.0.0",
"version": "9.0.1",
"description": "Beacon wallet provider",
"keywords": [
"tezos",
Expand Down Expand Up @@ -62,8 +62,8 @@
},
"dependencies": {
"@airgap/beacon-sdk": "^2.2.5",
"@taquito/taquito": "^9.0.0",
"@taquito/utils": "^9.0.0"
"@taquito/taquito": "^9.0.1",
"@taquito/utils": "^9.0.1"
},
"devDependencies": {
"@types/chrome": "0.0.126",
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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"description": "Ledger signer provider",
"keywords": [
"tezos",
Expand Down Expand Up @@ -58,8 +58,8 @@
},
"dependencies": {
"@ledgerhq/hw-transport": "^5.41.0",
"@taquito/taquito": "^9.0.0",
"@taquito/utils": "^9.0.0",
"@taquito/taquito": "^9.0.1",
"@taquito/utils": "^9.0.1",
"@types/jest": "^26.0.16",
"buffer": "^5.6.0",
"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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"description": "Provide local forging functionality to be with taquito",
"keywords": [
"tezos",
Expand Down Expand Up @@ -67,11 +67,11 @@
]
},
"dependencies": {
"@taquito/utils": "^9.0.0",
"@taquito/utils": "^9.0.1",
"bignumber.js": "^9.0.1"
},
"devDependencies": {
"@taquito/taquito": "^9.0.0",
"@taquito/taquito": "^9.0.1",
"@types/jest": "^26.0.16",
"@types/node": "^14.14.10",
"colors": "^1.4.0",
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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"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.0.0",
"@taquito/rpc": "^9.0.1",
"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.0.0",
"version": "9.0.1",
"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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"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.0.0",
"@taquito/utils": "^9.0.0",
"@taquito/rpc": "^9.0.1",
"@taquito/utils": "^9.0.1",
"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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"description": "Remote signer provider",
"keywords": [
"tezos",
Expand Down Expand Up @@ -60,9 +60,9 @@
]
},
"dependencies": {
"@taquito/http-utils": "^9.0.0",
"@taquito/taquito": "^9.0.0",
"@taquito/utils": "^9.0.0",
"@taquito/http-utils": "^9.0.1",
"@taquito/taquito": "^9.0.1",
"@taquito/utils": "^9.0.1",
"@types/jest": "^26.0.16",
"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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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.0.0",
"version": "9.0.1",
"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.0.0",
"@taquito/http-utils": "^9.0.1",
"bignumber.js": "^9.0.1",
"lodash": "^4.17.20"
},
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": "a34c1b8fea3594fb5a02699bf98933df10e2225c",
"version": "9.0.0-beta-RC.0"
"commitHash": "334454ed1f3717affb11a943e271fe2a6330a0c5",
"version": "9.0.1"
};
/* 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 9498110

Please sign in to comment.