Skip to content

Commit

Permalink
chore(releng) bump version to 17.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsawali committed Oct 13, 2023
1 parent a97e506 commit a8dac9c
Show file tree
Hide file tree
Showing 43 changed files with 435 additions and 435 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": "17.3.1",
"version": "17.3.2",
"type": "module",
"scripts": {
"dev": "vite",
Expand All @@ -25,9 +25,9 @@
},
"dependencies": {
"@airgap/beacon-sdk": "4.0.12",
"@taquito/beacon-wallet": "^17.3.1",
"@taquito/taquito": "^17.3.1",
"@taquito/utils": "^17.3.1",
"@taquito/beacon-wallet": "^17.3.2",
"@taquito/taquito": "^17.3.2",
"@taquito/utils": "^17.3.2",
"buffer": "^6.0.3",
"svelte-select": "^4.4.7",
"vite-compatible-readable-stream": "^3.6.1"
Expand Down
12 changes: 12 additions & 0 deletions docs/version.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
title: Versions
author: Jev Bjorsell
---
# Taquito v17.3.2

## Summary
- Updated Beacon version to v4.0.12

## Documentation
- Updated website documentation to group sections by logical order instead of alphabetical #2665
- Added detail for `getBalance()` method documentation that it returns balances in mutez #2495

## Internals
- Minor typo fix on variable name in `RpcEstimateProvider` [PR#2669](https://github.com/ecadlabs/taquito/pull/2669)
- Added `@taquito/core` as an explicit dependency on other packages [PR#2673](https://github.com/ecadlabs/taquito/pull/2673)

# Taquito v17.3.1

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": "17.3.1",
"version": "17.3.2",
"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 @@ -41,16 +41,16 @@
},
"dependencies": {
"@ledgerhq/hw-transport-node-hid": "^6.27.3",
"@taquito/ledger-signer": "^17.3.1",
"@taquito/local-forging": "^17.3.1",
"@taquito/michel-codec": "^17.3.1",
"@taquito/michelson-encoder": "^17.3.1",
"@taquito/rpc": "^17.3.1",
"@taquito/sapling": "^17.3.1",
"@taquito/signer": "^17.3.1",
"@taquito/taquito": "^17.3.1",
"@taquito/tzip16": "^17.3.1",
"@taquito/utils": "^17.3.1",
"@taquito/ledger-signer": "^17.3.2",
"@taquito/local-forging": "^17.3.2",
"@taquito/michel-codec": "^17.3.2",
"@taquito/michelson-encoder": "^17.3.2",
"@taquito/rpc": "^17.3.2",
"@taquito/sapling": "^17.3.2",
"@taquito/signer": "^17.3.2",
"@taquito/taquito": "^17.3.2",
"@taquito/tzip16": "^17.3.2",
"@taquito/utils": "^17.3.2",
"bignumber.js": "^9.1.0"
},
"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 @@ -10,26 +10,26 @@
"test:mondaynet-secret-key": "RUN_MONDAYNET_WITH_SECRET_KEY=true jest --runInBand",
"test": "jest"
},
"version": "17.3.1",
"version": "17.3.2",
"dependencies": {
"@ledgerhq/devices": "6.20.0",
"@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": "^17.3.1",
"@taquito/core": "^17.3.1",
"@taquito/http-utils": "^17.3.1",
"@taquito/local-forging": "^17.3.1",
"@taquito/michel-codec": "^17.3.1",
"@taquito/michelson-encoder": "^17.3.1",
"@taquito/remote-signer": "^17.3.1",
"@taquito/rpc": "^17.3.1",
"@taquito/sapling": "^17.3.1",
"@taquito/signer": "^17.3.1",
"@taquito/taquito": "^17.3.1",
"@taquito/tzip12": "^17.3.1",
"@taquito/tzip16": "^17.3.1",
"@taquito/utils": "^17.3.1",
"@taquito/contracts-library": "^17.3.2",
"@taquito/core": "^17.3.2",
"@taquito/http-utils": "^17.3.2",
"@taquito/local-forging": "^17.3.2",
"@taquito/michel-codec": "^17.3.2",
"@taquito/michelson-encoder": "^17.3.2",
"@taquito/remote-signer": "^17.3.2",
"@taquito/rpc": "^17.3.2",
"@taquito/sapling": "^17.3.2",
"@taquito/signer": "^17.3.2",
"@taquito/taquito": "^17.3.2",
"@taquito/tzip12": "^17.3.2",
"@taquito/tzip16": "^17.3.2",
"@taquito/utils": "^17.3.2",
"bignumber.js": "^9.1.0",
"bip39": "3.0.4",
"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,5 +1,5 @@
{
"useWorkspaces": true,
"useNx": true,
"version": "17.3.1"
"version": "17.3.2"
}
Loading

0 comments on commit a8dac9c

Please sign in to comment.