Skip to content

Commit

Permalink
chore(releng) bump version to 19.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali committed Apr 8, 2024
1 parent 79be499 commit f489c39
Show file tree
Hide file tree
Showing 123 changed files with 1,892 additions and 834 deletions.
8 changes: 4 additions & 4 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": "19.2.0-RC.0",
"version": "19.2.0",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -26,10 +26,10 @@
"dependencies": {
"@airgap/beacon-sdk": "^4.2.1",
"@airgap/beacon-types": "^4.2.1",
"@taquito/beacon-wallet": "^19.2.0-RC.0",
"@taquito/beacon-wallet": "^19.2.0",
"@taquito/core": "^19.1.0",
"@taquito/taquito": "^19.2.0-RC.0",
"@taquito/utils": "^19.2.0-RC.0",
"@taquito/taquito": "^19.2.0",
"@taquito/utils": "^19.2.0",
"buffer": "^6.0.3",
"svelte-select": "^5.7.0",
"vite-compatible-readable-stream": "^3.6.1"
Expand Down
21 changes: 21 additions & 0 deletions docs/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,27 @@
title: Versions
author: Jev Bjorsell
---
# Taquito v19.2.0

**Breaking Changes**: (if applicable)

## Summary

### New Features
- `@taquito/timelock`- A new package for Timelocks have been introduced #2843. Users will now be able to create Chests, unlock Chests, and utilize Chests. For more information, please refer to this [document](https://taquito.io/docs/next/timelock)
- `@taquito/beacon-wallet` - the `beacon-wallet` package is now bundled in a `.zip` file for [PR#2860](https://github.com/ecadlabs/taquito/pull/2860)

### Documentation
- UX improvements to search funtionality on the Taquito website #2858
- Simplify tutorial for building dApps [PR#2852](https://github.com/ecadlabs/taquito/pull/2852)
- Updated several documentation blobs on the Taquito website [PR#2860](https://github.com/ecadlabs/taquito/pull/2860)
- Fixed several live code examples in the Taquito website [PR#2877](https://github.com/ecadlabs/taquito/pull/2877)
- Changed Taquito documentation website domain from `tezostaquito.io` to `taquito.io` [PR#2876](https://github.com/ecadlabs/taquito/pull/2876)

### Internals
- Re-added Flextesa test scripts run `drain_delegate` and `ballot` operations' integration test against a Nairobi sandbox #2851
- Updated Airgap's Beacon package to version 4.2.1. For more information on the release, click [here](https://github.com/airgap-it/beacon-sdk/releases/tag/v4.2.1) [PR#2874](https://github.com/ecadlabs/taquito/pull/2874)
- Changed website build command for CloudFlare [PR#2804](https://github.com/ecadlabs/taquito/pull/2804)

# Taquito v19.1.0

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": "19.2.0-RC.0",
"version": "19.2.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.27.21",
"@taquito/ledger-signer": "^19.2.0-RC.0",
"@taquito/local-forging": "^19.2.0-RC.0",
"@taquito/michel-codec": "^19.2.0-RC.0",
"@taquito/michelson-encoder": "^19.2.0-RC.0",
"@taquito/rpc": "^19.2.0-RC.0",
"@taquito/sapling": "^19.2.0-RC.0",
"@taquito/signer": "^19.2.0-RC.0",
"@taquito/taquito": "^19.2.0-RC.0",
"@taquito/tzip16": "^19.2.0-RC.0",
"@taquito/utils": "^19.2.0-RC.0",
"@taquito/ledger-signer": "^19.2.0",
"@taquito/local-forging": "^19.2.0",
"@taquito/michel-codec": "^19.2.0",
"@taquito/michelson-encoder": "^19.2.0",
"@taquito/rpc": "^19.2.0",
"@taquito/sapling": "^19.2.0",
"@taquito/signer": "^19.2.0",
"@taquito/taquito": "^19.2.0",
"@taquito/tzip16": "^19.2.0",
"@taquito/utils": "^19.2.0",
"bignumber.js": "^9.1.2"
},
"devDependencies": {
Expand Down
28 changes: 14 additions & 14 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": "19.2.0-RC.0",
"version": "19.2.0",
"dependencies": {
"@ledgerhq/devices": "8.0.7",
"@ledgerhq/hw-transport": "6.28.8",
"@ledgerhq/hw-transport-node-hid": "6.27.21",
"@ledgerhq/hw-transport-node-hid-noevents": "6.27.19",
"@taquito/contracts-library": "^19.2.0-RC.0",
"@taquito/contracts-library": "^19.2.0",
"@taquito/core": "^19.1.0",
"@taquito/http-utils": "^19.2.0-RC.0",
"@taquito/local-forging": "^19.2.0-RC.0",
"@taquito/michel-codec": "^19.2.0-RC.0",
"@taquito/michelson-encoder": "^19.2.0-RC.0",
"@taquito/remote-signer": "^19.2.0-RC.0",
"@taquito/rpc": "^19.2.0-RC.0",
"@taquito/sapling": "^19.2.0-RC.0",
"@taquito/signer": "^19.2.0-RC.0",
"@taquito/taquito": "^19.2.0-RC.0",
"@taquito/tzip12": "^19.2.0-RC.0",
"@taquito/tzip16": "^19.2.0-RC.0",
"@taquito/utils": "^19.2.0-RC.0",
"@taquito/http-utils": "^19.2.0",
"@taquito/local-forging": "^19.2.0",
"@taquito/michel-codec": "^19.2.0",
"@taquito/michelson-encoder": "^19.2.0",
"@taquito/remote-signer": "^19.2.0",
"@taquito/rpc": "^19.2.0",
"@taquito/sapling": "^19.2.0",
"@taquito/signer": "^19.2.0",
"@taquito/taquito": "^19.2.0",
"@taquito/tzip12": "^19.2.0",
"@taquito/tzip16": "^19.2.0",
"@taquito/utils": "^19.2.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": "19.2.0-RC.0"
"version": "19.2.0"
}
Loading

0 comments on commit f489c39

Please sign in to comment.