Skip to content

Commit

Permalink
chore(releng) bump version to 9.1.1-beta-RC.0
Browse files Browse the repository at this point in the history
roxaneletourneau committed Jun 14, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 25a41ab commit 1c06d5f
Showing 54 changed files with 186 additions and 990 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.1.0",
"version": "9.1.1-beta-RC.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",
@@ -19,11 +19,11 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.43.0",
"@taquito/ledger-signer": "^9.1.0",
"@taquito/michel-codec": "^9.1.0",
"@taquito/signer": "^9.1.0",
"@taquito/taquito": "^9.1.0",
"@taquito/tzip16": "^9.1.0",
"@taquito/ledger-signer": "^9.1.1-beta-RC.0",
"@taquito/michel-codec": "^9.1.1-beta-RC.0",
"@taquito/signer": "^9.1.1-beta-RC.0",
"@taquito/taquito": "^9.1.1-beta-RC.0",
"@taquito/tzip16": "^9.1.1-beta-RC.0",
"bignumber.js": "^9.0.1"
},
"devDependencies": {
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
@@ -8,18 +8,18 @@
"test:florencenet-faucet": "RUN_FLORENCENET_WITH_FAUCET=true jest --runInBand",
"test": "jest"
},
"version": "9.1.0",
"version": "9.1.1-beta-RC.0",
"dependencies": {
"@ledgerhq/hw-transport": "^5.41.0",
"@ledgerhq/hw-transport-node-hid": "^5.41.0",
"@taquito/http-utils": "^9.1.0",
"@taquito/local-forging": "^9.1.0",
"@taquito/michel-codec": "^9.1.0",
"@taquito/remote-signer": "^9.1.0",
"@taquito/signer": "^9.1.0",
"@taquito/taquito": "^9.1.0",
"@taquito/tzip16": "^9.1.0",
"@taquito/utils": "^9.1.0",
"@taquito/http-utils": "^9.1.1-beta-RC.0",
"@taquito/local-forging": "^9.1.1-beta-RC.0",
"@taquito/michel-codec": "^9.1.1-beta-RC.0",
"@taquito/remote-signer": "^9.1.1-beta-RC.0",
"@taquito/signer": "^9.1.1-beta-RC.0",
"@taquito/taquito": "^9.1.1-beta-RC.0",
"@taquito/tzip16": "^9.1.1-beta-RC.0",
"@taquito/utils": "^9.1.1-beta-RC.0",
"bignumber.js": "^9.0.1"
},
"private": true,
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -7,5 +7,5 @@
"packages/taquito-michel-codec/pack-test-tool",
"website"
],
"version": "9.1.0"
"version": "9.1.1-beta-RC.0"
}
Loading

0 comments on commit 1c06d5f

Please sign in to comment.