Skip to content

Commit

Permalink
chore(releng) bump version to 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roxaneletourneau committed Nov 17, 2021
1 parent f7dbf56 commit 631210a
Show file tree
Hide file tree
Showing 58 changed files with 204 additions and 166,167 deletions.
808 changes: 10 additions & 798 deletions example/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taquito/example",
"private": true,
"version": "11.0.0-beta-RC.1",
"version": "11.0.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",
Expand All @@ -21,13 +21,13 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^5.43.0",
"@taquito/ledger-signer": "^11.0.0-beta-RC.1",
"@taquito/michel-codec": "^11.0.0-beta-RC.1",
"@taquito/michelson-encoder": "^11.0.0-beta-RC.1",
"@taquito/signer": "^11.0.0-beta-RC.1",
"@taquito/taquito": "^11.0.0-beta-RC.1",
"@taquito/tzip16": "^11.0.0-beta-RC.1",
"@taquito/utils": "^11.0.0-beta-RC.1",
"@taquito/ledger-signer": "^11.0.0",
"@taquito/michel-codec": "^11.0.0",
"@taquito/michelson-encoder": "^11.0.0",
"@taquito/signer": "^11.0.0",
"@taquito/taquito": "^11.0.0",
"@taquito/tzip16": "^11.0.0",
"@taquito/utils": "^11.0.0",
"bignumber.js": "^9.0.1"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 631210a

Please sign in to comment.