Skip to content

Commit

Permalink
chore(releng) bump version to 21.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hui-an-yang committed Jan 6, 2025
1 parent 8f78637 commit 655216b
Show file tree
Hide file tree
Showing 47 changed files with 326 additions and 305 deletions.
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": "21.0.0-RC.0",
"version": "21.0.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,11 +26,11 @@
"dependencies": {
"@airgap/beacon-sdk": "^4.3.2-beta.0",
"@airgap/beacon-types": "^4.3.2-beta.0",
"@taquito/beacon-wallet": "^21.0.0-RC.0",
"@taquito/core": "^21.0.0-RC.0",
"@taquito/taquito": "^21.0.0-RC.0",
"@taquito/utils": "^21.0.0-RC.0",
"@taquito/wallet-connect": "^21.0.0-RC.0",
"@taquito/beacon-wallet": "^21.0.0",
"@taquito/core": "^21.0.0",
"@taquito/taquito": "^21.0.0",
"@taquito/utils": "^21.0.0",
"@taquito/wallet-connect": "^21.0.0",
"buffer": "^6.0.3",
"svelte-modals": "^2.0.0-beta.2",
"svelte-select": "^5.8.3",
Expand Down
21 changes: 21 additions & 0 deletions docs/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,27 @@ title: Versions
author: Jev Bjorsell
---

# Taquito v21.0.0
## Summary

### Quebec Protocol Support

### New Features
`@taquito/rpc` - Added `getSpendable`, `getBalanceAndFrozenBonds` and `getSpendableAndFrozenBonds` rpc endpoint #3023

### Improvement
`@taquito/rpc` - Updated `getPendingOperations` with param `source` and `operationHash` #3034
`@taquito/rpc` - Added Quebec protocol constant, `ConstantsResponseProto021`, to `ConstantsResponse` #3037
`@taquito/rpc` - Removed endorsement compatibility (still kept rpc types and readProvider for user querying old blocks) #3036

### Documentation
Updated documentation with Quebec support #3068
Fixed maps_bigmaps live code example bugs #3068

### Internals
Updated dependencies #3068
Updated Taquito test dapp with Quebec support #3068

# Taquito v20.1.2
## Summary

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": "21.0.0-RC.0",
"version": "21.0.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": "^21.0.0-RC.0",
"@taquito/local-forging": "^21.0.0-RC.0",
"@taquito/michel-codec": "^21.0.0-RC.0",
"@taquito/michelson-encoder": "^21.0.0-RC.0",
"@taquito/rpc": "^21.0.0-RC.0",
"@taquito/sapling": "^21.0.0-RC.0",
"@taquito/signer": "^21.0.0-RC.0",
"@taquito/taquito": "^21.0.0-RC.0",
"@taquito/tzip16": "^21.0.0-RC.0",
"@taquito/utils": "^21.0.0-RC.0",
"@taquito/ledger-signer": "^21.0.0",
"@taquito/local-forging": "^21.0.0",
"@taquito/michel-codec": "^21.0.0",
"@taquito/michelson-encoder": "^21.0.0",
"@taquito/rpc": "^21.0.0",
"@taquito/sapling": "^21.0.0",
"@taquito/signer": "^21.0.0",
"@taquito/taquito": "^21.0.0",
"@taquito/tzip16": "^21.0.0",
"@taquito/utils": "^21.0.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 @@ -14,26 +14,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": "21.0.0-RC.0",
"version": "21.0.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": "^21.0.0-RC.0",
"@taquito/core": "^21.0.0-RC.0",
"@taquito/http-utils": "^21.0.0-RC.0",
"@taquito/local-forging": "^21.0.0-RC.0",
"@taquito/michel-codec": "^21.0.0-RC.0",
"@taquito/michelson-encoder": "^21.0.0-RC.0",
"@taquito/remote-signer": "^21.0.0-RC.0",
"@taquito/rpc": "^21.0.0-RC.0",
"@taquito/sapling": "^21.0.0-RC.0",
"@taquito/signer": "^21.0.0-RC.0",
"@taquito/taquito": "^21.0.0-RC.0",
"@taquito/tzip12": "^21.0.0-RC.0",
"@taquito/tzip16": "^21.0.0-RC.0",
"@taquito/utils": "^21.0.0-RC.0",
"@taquito/contracts-library": "^21.0.0",
"@taquito/core": "^21.0.0",
"@taquito/http-utils": "^21.0.0",
"@taquito/local-forging": "^21.0.0",
"@taquito/michel-codec": "^21.0.0",
"@taquito/michelson-encoder": "^21.0.0",
"@taquito/remote-signer": "^21.0.0",
"@taquito/rpc": "^21.0.0",
"@taquito/sapling": "^21.0.0",
"@taquito/signer": "^21.0.0",
"@taquito/taquito": "^21.0.0",
"@taquito/tzip12": "^21.0.0",
"@taquito/tzip16": "^21.0.0",
"@taquito/utils": "^21.0.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": "21.0.0-RC.0"
"version": "21.0.0"
}
Loading

0 comments on commit 655216b

Please sign in to comment.