Skip to content

Commit

Permalink
chore(releng) bump version to 14.1.0-beta-RC.0
Browse files Browse the repository at this point in the history
  • Loading branch information
roxaneletourneau committed Nov 7, 2022
1 parent 0b10f92 commit d7f7014
Show file tree
Hide file tree
Showing 64 changed files with 15,663 additions and 2,255 deletions.
4 changes: 2 additions & 2 deletions apps/taquito-test-dapp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "taquito-test-dapp-vite",
"private": true,
"version": "0.0.0",
"version": "14.1.0-beta-RC.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand Down Expand Up @@ -39,6 +39,6 @@
"@taquito/taquito": "./node_modules/@taquito/taquito/dist/taquito.es5.js"
},
"prettier": {
"svelteSortOrder" : "options-scripts-styles-markup"
"svelteSortOrder": "options-scripts-styles-markup"
}
}
4 changes: 2 additions & 2 deletions example/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 example/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@taquito/example",
"private": true,
"version": "14.0.0",
"version": "14.1.0-beta-RC.0",
"scripts": {
"example": "node -r ts-node/register --preserve-symlinks example-node.ts",
"example:activation": "node -r ts-node/register --preserve-symlinks example-activate.ts",
Expand Down Expand Up @@ -41,16 +41,16 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.27.3",
"@taquito/ledger-signer": "^14.0.0",
"@taquito/local-forging": "^14.0.0",
"@taquito/michel-codec": "^14.0.0",
"@taquito/michelson-encoder": "^14.0.0",
"@taquito/rpc": "^14.0.0",
"@taquito/sapling": "^14.0.0",
"@taquito/signer": "^14.0.0",
"@taquito/taquito": "^14.0.0",
"@taquito/tzip16": "^14.0.0",
"@taquito/utils": "^14.0.0",
"@taquito/ledger-signer": "^14.1.0-beta-RC.0",
"@taquito/local-forging": "^14.1.0-beta-RC.0",
"@taquito/michel-codec": "^14.1.0-beta-RC.0",
"@taquito/michelson-encoder": "^14.1.0-beta-RC.0",
"@taquito/rpc": "^14.1.0-beta-RC.0",
"@taquito/sapling": "^14.1.0-beta-RC.0",
"@taquito/signer": "^14.1.0-beta-RC.0",
"@taquito/taquito": "^14.1.0-beta-RC.0",
"@taquito/tzip16": "^14.1.0-beta-RC.0",
"@taquito/utils": "^14.1.0-beta-RC.0",
"bignumber.js": "^9.1.0"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions integration-tests/package-lock.json

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

30 changes: 15 additions & 15 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
"test:mondaynet-secret-key": "RUN_MONDAYNET_WITH_SECRET_KEY=true jest --runInBand",
"test": "jest"
},
"version": "14.0.0",
"version": "14.1.0-beta-RC.0",
"dependencies": {
"@ledgerhq/devices": "6.20.0",
"@ledgerhq/hw-transport": "6.20.0",
"@ledgerhq/hw-transport-node-hid": "6.20.0",
"@ledgerhq/hw-transport-node-hid-noevents": "6.20.0",
"@ledgerhq/devices": "6.20.0",
"@taquito/contracts-library": "^14.0.0",
"@taquito/http-utils": "^14.0.0",
"@taquito/local-forging": "^14.0.0",
"@taquito/michel-codec": "^14.0.0",
"@taquito/michelson-encoder": "^14.0.0",
"@taquito/remote-signer": "^14.0.0",
"@taquito/rpc": "^14.0.0",
"@taquito/sapling": "^14.0.0",
"@taquito/signer": "^14.0.0",
"@taquito/taquito": "^14.0.0",
"@taquito/tzip12": "^14.0.0",
"@taquito/tzip16": "^14.0.0",
"@taquito/utils": "^14.0.0",
"@taquito/contracts-library": "^14.1.0-beta-RC.0",
"@taquito/http-utils": "^14.1.0-beta-RC.0",
"@taquito/local-forging": "^14.1.0-beta-RC.0",
"@taquito/michel-codec": "^14.1.0-beta-RC.0",
"@taquito/michelson-encoder": "^14.1.0-beta-RC.0",
"@taquito/remote-signer": "^14.1.0-beta-RC.0",
"@taquito/rpc": "^14.1.0-beta-RC.0",
"@taquito/sapling": "^14.1.0-beta-RC.0",
"@taquito/signer": "^14.1.0-beta-RC.0",
"@taquito/taquito": "^14.1.0-beta-RC.0",
"@taquito/tzip12": "^14.1.0-beta-RC.0",
"@taquito/tzip16": "^14.1.0-beta-RC.0",
"@taquito/utils": "^14.1.0-beta-RC.0",
"bignumber.js": "^9.1.0",
"bip39": "^3.0.4",
"blakejs": "^1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
"packages": [
"example",
"integration-tests",
"app/taquito-test-dapp",
"apps/taquito-test-dapp",
"packages/*",
"packages/taquito-michel-codec/pack-test-tool",
"website"
],
"useNx": true,
"version": "14.0.0"
"version": "14.1.0-beta-RC.0"
}
Loading

0 comments on commit d7f7014

Please sign in to comment.