Skip to content

Commit 655216b

Browse files
committed
chore(releng) bump version to 21.0.0
1 parent 8f78637 commit 655216b

File tree

47 files changed

+326
-305
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+326
-305
lines changed

apps/taquito-test-dapp/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "taquito-test-dapp-vite",
33
"private": true,
4-
"version": "21.0.0-RC.0",
4+
"version": "21.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -26,11 +26,11 @@
2626
"dependencies": {
2727
"@airgap/beacon-sdk": "^4.3.2-beta.0",
2828
"@airgap/beacon-types": "^4.3.2-beta.0",
29-
"@taquito/beacon-wallet": "^21.0.0-RC.0",
30-
"@taquito/core": "^21.0.0-RC.0",
31-
"@taquito/taquito": "^21.0.0-RC.0",
32-
"@taquito/utils": "^21.0.0-RC.0",
33-
"@taquito/wallet-connect": "^21.0.0-RC.0",
29+
"@taquito/beacon-wallet": "^21.0.0",
30+
"@taquito/core": "^21.0.0",
31+
"@taquito/taquito": "^21.0.0",
32+
"@taquito/utils": "^21.0.0",
33+
"@taquito/wallet-connect": "^21.0.0",
3434
"buffer": "^6.0.3",
3535
"svelte-modals": "^2.0.0-beta.2",
3636
"svelte-select": "^5.8.3",

docs/version.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,27 @@ title: Versions
33
author: Jev Bjorsell
44
---
55

6+
# Taquito v21.0.0
7+
## Summary
8+
9+
### Quebec Protocol Support
10+
11+
### New Features
12+
`@taquito/rpc` - Added `getSpendable`, `getBalanceAndFrozenBonds` and `getSpendableAndFrozenBonds` rpc endpoint #3023
13+
14+
### Improvement
15+
`@taquito/rpc` - Updated `getPendingOperations` with param `source` and `operationHash` #3034
16+
`@taquito/rpc` - Added Quebec protocol constant, `ConstantsResponseProto021`, to `ConstantsResponse` #3037
17+
`@taquito/rpc` - Removed endorsement compatibility (still kept rpc types and readProvider for user querying old blocks) #3036
18+
19+
### Documentation
20+
Updated documentation with Quebec support #3068
21+
Fixed maps_bigmaps live code example bugs #3068
22+
23+
### Internals
24+
Updated dependencies #3068
25+
Updated Taquito test dapp with Quebec support #3068
26+
627
# Taquito v20.1.2
728
## Summary
829

example/package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@taquito/example",
33
"private": true,
4-
"version": "21.0.0-RC.0",
4+
"version": "21.0.0",
55
"scripts": {
66
"example": "node -r ts-node/register --preserve-symlinks example-node.ts",
77
"example:activation": "node -r ts-node/register --preserve-symlinks example-activate.ts",
@@ -42,16 +42,16 @@
4242
},
4343
"dependencies": {
4444
"@ledgerhq/hw-transport-node-hid": "^6.29.5",
45-
"@taquito/ledger-signer": "^21.0.0-RC.0",
46-
"@taquito/local-forging": "^21.0.0-RC.0",
47-
"@taquito/michel-codec": "^21.0.0-RC.0",
48-
"@taquito/michelson-encoder": "^21.0.0-RC.0",
49-
"@taquito/rpc": "^21.0.0-RC.0",
50-
"@taquito/sapling": "^21.0.0-RC.0",
51-
"@taquito/signer": "^21.0.0-RC.0",
52-
"@taquito/taquito": "^21.0.0-RC.0",
53-
"@taquito/tzip16": "^21.0.0-RC.0",
54-
"@taquito/utils": "^21.0.0-RC.0",
45+
"@taquito/ledger-signer": "^21.0.0",
46+
"@taquito/local-forging": "^21.0.0",
47+
"@taquito/michel-codec": "^21.0.0",
48+
"@taquito/michelson-encoder": "^21.0.0",
49+
"@taquito/rpc": "^21.0.0",
50+
"@taquito/sapling": "^21.0.0",
51+
"@taquito/signer": "^21.0.0",
52+
"@taquito/taquito": "^21.0.0",
53+
"@taquito/tzip16": "^21.0.0",
54+
"@taquito/utils": "^21.0.0",
5555
"bignumber.js": "^9.1.2"
5656
},
5757
"devDependencies": {

integration-tests/package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,26 +14,26 @@
1414
"originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts",
1515
"originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest"
1616
},
17-
"version": "21.0.0-RC.0",
17+
"version": "21.0.0",
1818
"dependencies": {
1919
"@ledgerhq/devices": "8.4.4",
2020
"@ledgerhq/hw-transport": "6.31.4",
2121
"@ledgerhq/hw-transport-node-hid": "6.29.5",
2222
"@ledgerhq/hw-transport-node-hid-noevents": "6.30.5",
23-
"@taquito/contracts-library": "^21.0.0-RC.0",
24-
"@taquito/core": "^21.0.0-RC.0",
25-
"@taquito/http-utils": "^21.0.0-RC.0",
26-
"@taquito/local-forging": "^21.0.0-RC.0",
27-
"@taquito/michel-codec": "^21.0.0-RC.0",
28-
"@taquito/michelson-encoder": "^21.0.0-RC.0",
29-
"@taquito/remote-signer": "^21.0.0-RC.0",
30-
"@taquito/rpc": "^21.0.0-RC.0",
31-
"@taquito/sapling": "^21.0.0-RC.0",
32-
"@taquito/signer": "^21.0.0-RC.0",
33-
"@taquito/taquito": "^21.0.0-RC.0",
34-
"@taquito/tzip12": "^21.0.0-RC.0",
35-
"@taquito/tzip16": "^21.0.0-RC.0",
36-
"@taquito/utils": "^21.0.0-RC.0",
23+
"@taquito/contracts-library": "^21.0.0",
24+
"@taquito/core": "^21.0.0",
25+
"@taquito/http-utils": "^21.0.0",
26+
"@taquito/local-forging": "^21.0.0",
27+
"@taquito/michel-codec": "^21.0.0",
28+
"@taquito/michelson-encoder": "^21.0.0",
29+
"@taquito/remote-signer": "^21.0.0",
30+
"@taquito/rpc": "^21.0.0",
31+
"@taquito/sapling": "^21.0.0",
32+
"@taquito/signer": "^21.0.0",
33+
"@taquito/taquito": "^21.0.0",
34+
"@taquito/tzip12": "^21.0.0",
35+
"@taquito/tzip16": "^21.0.0",
36+
"@taquito/utils": "^21.0.0",
3737
"bignumber.js": "^9.1.2",
3838
"bip39": "3.1.0",
3939
"blakejs": "^1.2.1"

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"useNx": true,
3-
"version": "21.0.0-RC.0"
3+
"version": "21.0.0"
44
}

0 commit comments

Comments
 (0)