Skip to content

Commit ae3f8b6

Browse files
committed
chore(releng) bump version to 19.0.0
1 parent 801b952 commit ae3f8b6

File tree

122 files changed

+2552
-1207
lines changed

Some content is hidden

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

122 files changed

+2552
-1207
lines changed

apps/taquito-test-dapp/package.json

Lines changed: 5 additions & 5 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": "19.0.0-beta-RC.0",
4+
"version": "19.0.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",
@@ -25,10 +25,10 @@
2525
},
2626
"dependencies": {
2727
"@airgap/beacon-sdk": "4.1.0",
28-
"@taquito/beacon-wallet": "^19.0.0-beta-RC.0",
29-
"@taquito/core": "^19.0.0-beta-RC.0",
30-
"@taquito/taquito": "^19.0.0-beta-RC.0",
31-
"@taquito/utils": "^19.0.0-beta-RC.0",
28+
"@taquito/beacon-wallet": "^19.0.0",
29+
"@taquito/core": "^19.0.0",
30+
"@taquito/taquito": "^19.0.0",
31+
"@taquito/utils": "^19.0.0",
3232
"buffer": "^6.0.3",
3333
"svelte-select": "^5.7.0",
3434
"vite-compatible-readable-stream": "^3.6.1"

docs/version.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,37 @@
22
title: Versions
33
author: Jev Bjorsell
44
---
5+
# Taquito v19.0.0
6+
7+
:::info
8+
You might have noticed that we jumped versions from v17.5.0 to v19.0.0 (no v18). We do this as an effort to be in parallel with the current Octez version.
9+
- Oxford - v18
10+
- Oxford2 - v19
11+
12+
Taquito v19 supports Oxford2, and not the previously named Oxford protocol.
13+
:::
14+
15+
**Potential Breaking Changes**:
16+
Oxford2 comes with quite a few breaking changes, please make sure to update your projects accordingly.
17+
18+
Oxford2 changes:
19+
- Removed transactional rollups (tx rollup) references in Taquito #2650
20+
- Removed origination proof from smart rollups #2597
21+
- Updated all references of `endorsement` into `attestation` for Oxford2 #2599
22+
- `@taquito/rpc` - Updated RPC types for Oxford2 compatibility #2596
23+
24+
25+
## Summary
26+
27+
### New Features
28+
- `@taquito/local-forging` - Added new property `whitelist` in smart rollup origination operation #2776
29+
30+
31+
### Documentation
32+
33+
### Internals
34+
35+
536
# Taquito 17.5.0
637

738
**Important Note:**

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": "19.0.0-beta-RC.0",
4+
"version": "19.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.27.21",
45-
"@taquito/ledger-signer": "^19.0.0-beta-RC.0",
46-
"@taquito/local-forging": "^19.0.0-beta-RC.0",
47-
"@taquito/michel-codec": "^19.0.0-beta-RC.0",
48-
"@taquito/michelson-encoder": "^19.0.0-beta-RC.0",
49-
"@taquito/rpc": "^19.0.0-beta-RC.0",
50-
"@taquito/sapling": "^19.0.0-beta-RC.0",
51-
"@taquito/signer": "^19.0.0-beta-RC.0",
52-
"@taquito/taquito": "^19.0.0-beta-RC.0",
53-
"@taquito/tzip16": "^19.0.0-beta-RC.0",
54-
"@taquito/utils": "^19.0.0-beta-RC.0",
45+
"@taquito/ledger-signer": "^19.0.0",
46+
"@taquito/local-forging": "^19.0.0",
47+
"@taquito/michel-codec": "^19.0.0",
48+
"@taquito/michelson-encoder": "^19.0.0",
49+
"@taquito/rpc": "^19.0.0",
50+
"@taquito/sapling": "^19.0.0",
51+
"@taquito/signer": "^19.0.0",
52+
"@taquito/taquito": "^19.0.0",
53+
"@taquito/tzip16": "^19.0.0",
54+
"@taquito/utils": "^19.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
@@ -12,26 +12,26 @@
1212
"originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts",
1313
"originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest"
1414
},
15-
"version": "19.0.0-beta-RC.0",
15+
"version": "19.0.0",
1616
"dependencies": {
1717
"@ledgerhq/devices": "8.0.7",
1818
"@ledgerhq/hw-transport": "6.28.8",
1919
"@ledgerhq/hw-transport-node-hid": "6.27.21",
2020
"@ledgerhq/hw-transport-node-hid-noevents": "6.27.19",
21-
"@taquito/contracts-library": "^19.0.0-beta-RC.0",
22-
"@taquito/core": "^19.0.0-beta-RC.0",
23-
"@taquito/http-utils": "^19.0.0-beta-RC.0",
24-
"@taquito/local-forging": "^19.0.0-beta-RC.0",
25-
"@taquito/michel-codec": "^19.0.0-beta-RC.0",
26-
"@taquito/michelson-encoder": "^19.0.0-beta-RC.0",
27-
"@taquito/remote-signer": "^19.0.0-beta-RC.0",
28-
"@taquito/rpc": "^19.0.0-beta-RC.0",
29-
"@taquito/sapling": "^19.0.0-beta-RC.0",
30-
"@taquito/signer": "^19.0.0-beta-RC.0",
31-
"@taquito/taquito": "^19.0.0-beta-RC.0",
32-
"@taquito/tzip12": "^19.0.0-beta-RC.0",
33-
"@taquito/tzip16": "^19.0.0-beta-RC.0",
34-
"@taquito/utils": "^19.0.0-beta-RC.0",
21+
"@taquito/contracts-library": "^19.0.0",
22+
"@taquito/core": "^19.0.0",
23+
"@taquito/http-utils": "^19.0.0",
24+
"@taquito/local-forging": "^19.0.0",
25+
"@taquito/michel-codec": "^19.0.0",
26+
"@taquito/michelson-encoder": "^19.0.0",
27+
"@taquito/remote-signer": "^19.0.0",
28+
"@taquito/rpc": "^19.0.0",
29+
"@taquito/sapling": "^19.0.0",
30+
"@taquito/signer": "^19.0.0",
31+
"@taquito/taquito": "^19.0.0",
32+
"@taquito/tzip12": "^19.0.0",
33+
"@taquito/tzip16": "^19.0.0",
34+
"@taquito/utils": "^19.0.0",
3535
"bignumber.js": "^9.1.2",
3636
"bip39": "3.1.0",
3737
"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": "19.0.0-beta-RC.0"
3+
"version": "19.0.0"
44
}

0 commit comments

Comments
 (0)