Skip to content

Commit

Permalink
chore(releng) bump version to 9.0.0-beta-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roxaneletourneau committed Apr 24, 2021
1 parent 1c89fa8 commit a34c1b8
Show file tree
Hide file tree
Showing 39 changed files with 91 additions and 8,319 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": "8.1.1",
"version": "9.0.0-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",
Expand All @@ -19,10 +19,10 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.43.0",
"@taquito/ledger-signer": "^8.1.1",
"@taquito/michel-codec": "^8.1.1",
"@taquito/signer": "^8.1.1",
"@taquito/taquito": "^8.1.1",
"@taquito/ledger-signer": "^9.0.0-beta-RC.0",
"@taquito/michel-codec": "^9.0.0-beta-RC.0",
"@taquito/signer": "^9.0.0-beta-RC.0",
"@taquito/taquito": "^9.0.0-beta-RC.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.

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": "8.1.1",
"version": "9.0.0-beta-RC.0",
"dependencies": {
"@ledgerhq/hw-transport": "^5.41.0",
"@ledgerhq/hw-transport-node-hid": "^5.41.0",
"@taquito/http-utils": "^8.1.1",
"@taquito/local-forging": "^8.1.1",
"@taquito/michel-codec": "^8.1.1",
"@taquito/remote-signer": "^8.1.1",
"@taquito/signer": "^8.1.1",
"@taquito/taquito": "^8.1.1",
"@taquito/tzip16": "^8.1.1",
"@taquito/utils": "^8.1.1",
"@taquito/http-utils": "^9.0.0-beta-RC.0",
"@taquito/local-forging": "^9.0.0-beta-RC.0",
"@taquito/michel-codec": "^9.0.0-beta-RC.0",
"@taquito/remote-signer": "^9.0.0-beta-RC.0",
"@taquito/signer": "^9.0.0-beta-RC.0",
"@taquito/taquito": "^9.0.0-beta-RC.0",
"@taquito/tzip16": "^9.0.0-beta-RC.0",
"@taquito/utils": "^9.0.0-beta-RC.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": "8.1.1"
"version": "9.0.0-beta-RC.0"
}
Loading

0 comments on commit a34c1b8

Please sign in to comment.