Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Staging 20.2.0 #3086

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
12 changes: 6 additions & 6 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": "20.1.0",
"version": "20.2.0-beta.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,11 +26,11 @@
"dependencies": {
"@airgap/beacon-sdk": "^4.2.2",
"@airgap/beacon-types": "^4.2.2",
"@taquito/beacon-wallet": "^20.1.0",
"@taquito/core": "^20.1.0",
"@taquito/taquito": "^20.1.0",
"@taquito/utils": "^20.1.0",
"@taquito/wallet-connect": "^20.1.0",
"@taquito/beacon-wallet": "^20.2.0-beta.0",
"@taquito/core": "^20.2.0-beta.0",
"@taquito/taquito": "^20.2.0-beta.0",
"@taquito/utils": "^20.2.0-beta.0",
"@taquito/wallet-connect": "^20.2.0-beta.0",
"buffer": "^6.0.3",
"svelte-modals": "^2.0.0-beta.2",
"svelte-select": "^5.8.3",
Expand Down
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": "20.1.0",
"version": "20.2.0-beta.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 @@ -42,16 +42,16 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.29.5",
"@taquito/ledger-signer": "^20.1.0",
"@taquito/local-forging": "^20.1.0",
"@taquito/michel-codec": "^20.1.0",
"@taquito/michelson-encoder": "^20.1.0",
"@taquito/rpc": "^20.1.0",
"@taquito/sapling": "^20.1.0",
"@taquito/signer": "^20.1.0",
"@taquito/taquito": "^20.1.0",
"@taquito/tzip16": "^20.1.0",
"@taquito/utils": "^20.1.0",
"@taquito/ledger-signer": "^20.2.0-beta.0",
"@taquito/local-forging": "^20.2.0-beta.0",
"@taquito/michel-codec": "^20.2.0-beta.0",
"@taquito/michelson-encoder": "^20.2.0-beta.0",
"@taquito/rpc": "^20.2.0-beta.0",
"@taquito/sapling": "^20.2.0-beta.0",
"@taquito/signer": "^20.2.0-beta.0",
"@taquito/taquito": "^20.2.0-beta.0",
"@taquito/tzip16": "^20.2.0-beta.0",
"@taquito/utils": "^20.2.0-beta.0",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
Expand Down
30 changes: 15 additions & 15 deletions integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts",
"originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest"
},
"version": "20.1.0",
"version": "20.2.0-beta.0",
"dependencies": {
"@ledgerhq/devices": "8.4.4",
"@ledgerhq/hw-transport": "6.31.4",
"@ledgerhq/hw-transport-node-hid": "6.29.5",
"@ledgerhq/hw-transport-node-hid-noevents": "6.30.5",
"@taquito/contracts-library": "^20.1.0",
"@taquito/core": "^20.1.0",
"@taquito/http-utils": "^20.1.0",
"@taquito/local-forging": "^20.1.0",
"@taquito/michel-codec": "^20.1.0",
"@taquito/michelson-encoder": "^20.1.0",
"@taquito/remote-signer": "^20.1.0",
"@taquito/rpc": "^20.1.0",
"@taquito/sapling": "^20.1.0",
"@taquito/signer": "^20.1.0",
"@taquito/taquito": "^20.1.0",
"@taquito/tzip12": "^20.1.0",
"@taquito/tzip16": "^20.1.0",
"@taquito/utils": "^20.1.0",
"@taquito/contracts-library": "^20.2.0-beta.0",
"@taquito/core": "^20.2.0-beta.0",
"@taquito/http-utils": "^20.2.0-beta.0",
"@taquito/local-forging": "^20.2.0-beta.0",
"@taquito/michel-codec": "^20.2.0-beta.0",
"@taquito/michelson-encoder": "^20.2.0-beta.0",
"@taquito/remote-signer": "^20.2.0-beta.0",
"@taquito/rpc": "^20.2.0-beta.0",
"@taquito/sapling": "^20.2.0-beta.0",
"@taquito/signer": "^20.2.0-beta.0",
"@taquito/taquito": "^20.2.0-beta.0",
"@taquito/tzip12": "^20.2.0-beta.0",
"@taquito/tzip16": "^20.2.0-beta.0",
"@taquito/utils": "^20.2.0-beta.0",
"bignumber.js": "^9.1.2",
"bip39": "3.1.0",
"blakejs": "^1.2.1"
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"useNx": true,
"version": "20.1.0"
"version": "20.2.0-beta.0"
}
Loading
Loading