diff --git a/packages/cardano-services-client/CHANGELOG.md b/packages/cardano-services-client/CHANGELOG.md index 9daf8c2af05..4c4a65bbef4 100644 --- a/packages/cardano-services-client/CHANGELOG.md +++ b/packages/cardano-services-client/CHANGELOG.md @@ -3,6 +3,17 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.14.4...@cardano-sdk/cardano-services-client@0.15.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* **cardano-services-client:** add tx submit api provider ([876f651](https://github.com/input-output-hk/cardano-js-sdk/commit/876f651a009b8fcb15ebf2e891c79602985c4419)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.14.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.14.3...@cardano-sdk/cardano-services-client@0.14.4) (2023-10-19) **Note:** Version bump only for package @cardano-sdk/cardano-services-client diff --git a/packages/cardano-services-client/package.json b/packages/cardano-services-client/package.json index e060b4b44c4..ab81b504148 100644 --- a/packages/cardano-services-client/package.json +++ b/packages/cardano-services-client/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/cardano-services-client", - "version": "0.14.4", + "version": "0.15.0", "description": "Cardano Services Client", "engines": { "node": ">=16.20.2" diff --git a/packages/cardano-services/CHANGELOG.md b/packages/cardano-services/CHANGELOG.md index 969195c71ae..ddf6528a1ff 100644 --- a/packages/cardano-services/CHANGELOG.md +++ b/packages/cardano-services/CHANGELOG.md @@ -3,6 +3,30 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.23.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.22.0...@cardano-sdk/cardano-services@0.23.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* add support for only updating outdated pool metrics at a given interval ([64f67d6](https://github.com/input-output-hk/cardano-js-sdk/commit/64f67d6bcf6d0973fb0319a51ab9267a3fd16ee3)) +* **cardano-services:** implement schedules and added stakepool delist worker schedule ([b30eb6b](https://github.com/input-output-hk/cardano-js-sdk/commit/b30eb6bdd0dbee50972c67f4b9a1b6370e1862b9)) +* **cardano-services:** implement tx submit api ([f76ebdd](https://github.com/input-output-hk/cardano-js-sdk/commit/f76ebdd6930a310d68128497a1b93b589ff1b071)) +* **cardano-services:** integrate the stake pool rewards store in the projector ([501174c](https://github.com/input-output-hk/cardano-js-sdk/commit/501174c4133904988469db941e6ff4a5de1b9d34)) +* **cardano-services:** update NFT metadata and Asset test with Asset db ([27b4323](https://github.com/input-output-hk/cardano-js-sdk/commit/27b4323c4d515f819d463ded5712047112e77759)) +* create PoolDelistedEntity and database migration ([650bef2](https://github.com/input-output-hk/cardano-js-sdk/commit/650bef2c4fdd7e35052f316710f51ac6b3a2e0af)) +* implement ros in typeorm stake pool provider ([be83024](https://github.com/input-output-hk/cardano-js-sdk/commit/be83024e4e5d0994adaa5548d33a8478d61d4c7d)) +* **projection-typeorm:** add stake pool rewards store ([bab242b](https://github.com/input-output-hk/cardano-js-sdk/commit/bab242b71192e904f4805b60c80ec5455bc23ecc)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) +* update cli.test to work with Asset db ([7b5265e](https://github.com/input-output-hk/cardano-js-sdk/commit/7b5265e7320d68d652511dcb431de9b45ef73edd)) + +### Bug Fixes + +* **cardano-services:** asset provider can be started with POSTGRES_HOST ([1603cfd](https://github.com/input-output-hk/cardano-js-sdk/commit/1603cfd318a2e5a10f5a43665b74f6ac1bb8fb22)) +* **cardano-services:** return active stake from previous epoch insted ([12fa427](https://github.com/input-output-hk/cardano-js-sdk/commit/12fa42767e506a7a498aa041c0fa1fe214a86454)) + ## [0.22.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.21.1...@cardano-sdk/cardano-services@0.22.0) (2023-10-19) ### ⚠ BREAKING CHANGES diff --git a/packages/cardano-services/package.json b/packages/cardano-services/package.json index 6626eb990c8..fe3168d9cae 100644 --- a/packages/cardano-services/package.json +++ b/packages/cardano-services/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/cardano-services", - "version": "0.22.0", + "version": "0.23.0", "description": "Cardano GraphQL Services", "engines": { "node": ">=16.20.2" diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 6b6ab7a1a12..e794b02d1f9 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -3,6 +3,33 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.22.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.21.0...@cardano-sdk/core@0.22.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash +* **core:** remove unused type EpochSlots +* **core:** deprecate QueryStakePoolsArgs.apyEpochsBackLimit +- deprecate StakePoolMetrics.apy +- deprecate and make optional StakePoolMetrics.epoch +- deprecate and make optional StakePoolMetrics.memberROI + +### Features + +* **core:** add era summary to epoch slots calc return value ([44f2216](https://github.com/input-output-hk/cardano-js-sdk/commit/44f22168d824e5d0fcbb4ab7fa4af92dd1655d0d)) +* **core:** update serialization for resign committee cold certificate ([1ecd4a3](https://github.com/input-output-hk/cardano-js-sdk/commit/1ecd4a3daf2ec4e2e485c363c9ba56373e8eaebc)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + +### Bug Fixes + +* **core:** fix invalid serialization of stakeVoteDelegation certificate ([cebf485](https://github.com/input-output-hk/cardano-js-sdk/commit/cebf485122b76631219919a06262939546841606)) +* **core:** script hash credentials are now encoded correctly when converted to addresses ([af8743b](https://github.com/input-output-hk/cardano-js-sdk/commit/af8743bca368fb37242055962c38229ecc5772b0)) +* **core:** update length argument errors for certificate serialization ([866d81c](https://github.com/input-output-hk/cardano-js-sdk/commit/866d81c3b44f5440e6e52a2d5fbafb7edc20cb28)) + +### Code Refactoring + +* **core:** prepare the types for typeorm stake pool provider with ros interface ([ff2d9ca](https://github.com/input-output-hk/cardano-js-sdk/commit/ff2d9ca4e47f928b737826d7135bab39f21170df)) + ## [0.21.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.20.1...@cardano-sdk/core@0.21.0) (2023-10-09) ### ⚠ BREAKING CHANGES diff --git a/packages/core/package.json b/packages/core/package.json index 82e7f2d6b2f..eb01b7af436 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/core", - "version": "0.21.0", + "version": "0.22.0", "description": "Core types and libraries for Cardano", "engines": { "node": ">=16.20.2" diff --git a/packages/crypto/CHANGELOG.md b/packages/crypto/CHANGELOG.md index dc1de301442..60f9321018d 100644 --- a/packages/crypto/CHANGELOG.md +++ b/packages/crypto/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.1.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.15...@cardano-sdk/crypto@0.1.16) (2023-11-29) + +### Features + +* **crypto:** add Bip32PublicKeyHex and Bip32PublicKey.hash() ([279d0e5](https://github.com/input-output-hk/cardano-js-sdk/commit/279d0e503334bb4bcfaead2a8521f8993d74dbb2)) + ## [0.1.15](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.14...@cardano-sdk/crypto@0.1.15) (2023-09-29) **Note:** Version bump only for package @cardano-sdk/crypto diff --git a/packages/crypto/package.json b/packages/crypto/package.json index cc7e035096b..74464887a9a 100644 --- a/packages/crypto/package.json +++ b/packages/crypto/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/crypto", - "version": "0.1.15", + "version": "0.1.16", "description": "Cryptographic types and functions for Cardano. Warning: The libsodium crypto provider has not yet been audited. Use at this stage is at own risk", "engines": { "node": ">=16.20.2" diff --git a/packages/dapp-connector/CHANGELOG.md b/packages/dapp-connector/CHANGELOG.md index 5e195eb475a..10487685272 100644 --- a/packages/dapp-connector/CHANGELOG.md +++ b/packages/dapp-connector/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.11.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.11.1...@cardano-sdk/dapp-connector@0.11.2) (2023-11-29) + +### Bug Fixes + +* **dapp-connector:** re-implement plain javascript object initial cip-30 api ([9be29ca](https://github.com/input-output-hk/cardano-js-sdk/commit/9be29ca15ec9a36c5c6deba62647756580ef7d60)) + ## [0.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.11.0...@cardano-sdk/dapp-connector@0.11.1) (2023-10-09) **Note:** Version bump only for package @cardano-sdk/dapp-connector diff --git a/packages/dapp-connector/package.json b/packages/dapp-connector/package.json index ae0c7d5db8d..4bd791a4251 100644 --- a/packages/dapp-connector/package.json +++ b/packages/dapp-connector/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/dapp-connector", - "version": "0.11.1", + "version": "0.11.2", "description": "TypeScript definitions for the dApp Connector standard CIP30", "engines": { "node": ">=16.20.2" diff --git a/packages/e2e/CHANGELOG.md b/packages/e2e/CHANGELOG.md index d8743cc44c1..4e2a8f90818 100644 --- a/packages/e2e/CHANGELOG.md +++ b/packages/e2e/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.25.0...@cardano-sdk/e2e@0.26.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* implement ros in typeorm stake pool provider ([be83024](https://github.com/input-output-hk/cardano-js-sdk/commit/be83024e4e5d0994adaa5548d33a8478d61d4c7d)) +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent ([8308bf1](https://github.com/input-output-hk/cardano-js-sdk/commit/8308bf1876fd5a0bee215ea598a87ef08bd2f15f)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.24.0...@cardano-sdk/e2e@0.25.0) (2023-10-19) ### ⚠ BREAKING CHANGES diff --git a/packages/e2e/package.json b/packages/e2e/package.json index faeded32386..a285ba74ed4 100644 --- a/packages/e2e/package.json +++ b/packages/e2e/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/e2e", - "version": "0.25.0", + "version": "0.26.0", "description": "End to end tests for the cardano-js-sdk packages.", "engines": { "node": ">=16.20.2" diff --git a/packages/golden-test-generator/CHANGELOG.md b/packages/golden-test-generator/CHANGELOG.md index 22c623e26a5..92c47de4ac0 100644 --- a/packages/golden-test-generator/CHANGELOG.md +++ b/packages/golden-test-generator/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.30](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.29...@cardano-sdk/golden-test-generator@0.7.30) (2023-11-29) + +**Note:** Version bump only for package @cardano-sdk/golden-test-generator + ## [0.7.29](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.28...@cardano-sdk/golden-test-generator@0.7.29) (2023-10-19) **Note:** Version bump only for package @cardano-sdk/golden-test-generator diff --git a/packages/golden-test-generator/package.json b/packages/golden-test-generator/package.json index 8ae5504f430..2495b04ef99 100644 --- a/packages/golden-test-generator/package.json +++ b/packages/golden-test-generator/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/golden-test-generator", - "version": "0.7.29", + "version": "0.7.30", "description": "Generate golden test files for a range of Cardano concepts", "engines": { "node": ">=16.20.2" diff --git a/packages/governance/CHANGELOG.md b/packages/governance/CHANGELOG.md index b15df4f70b6..a151996df5a 100644 --- a/packages/governance/CHANGELOG.md +++ b/packages/governance/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.8.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.8.3...@cardano-sdk/governance@0.8.4) (2023-11-29) + +**Note:** Version bump only for package @cardano-sdk/governance + ## [0.8.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.8.2...@cardano-sdk/governance@0.8.3) (2023-10-12) **Note:** Version bump only for package @cardano-sdk/governance diff --git a/packages/governance/package.json b/packages/governance/package.json index 28573fa3056..334d5ab7924 100644 --- a/packages/governance/package.json +++ b/packages/governance/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/governance", - "version": "0.8.3", + "version": "0.8.4", "description": "Governance types and utilities for Cardano", "engines": { "node": ">=16.20.2" diff --git a/packages/hardware-ledger/CHANGELOG.md b/packages/hardware-ledger/CHANGELOG.md index 69cc615c99f..92ed7b45389 100644 --- a/packages/hardware-ledger/CHANGELOG.md +++ b/packages/hardware-ledger/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.6.1...@cardano-sdk/hardware-ledger@0.7.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.6.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.6.0...@cardano-sdk/hardware-ledger@0.6.1) (2023-10-19) **Note:** Version bump only for package @cardano-sdk/hardware-ledger diff --git a/packages/hardware-ledger/package.json b/packages/hardware-ledger/package.json index 7c424b0ced8..b568b750cea 100644 --- a/packages/hardware-ledger/package.json +++ b/packages/hardware-ledger/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/hardware-ledger", - "version": "0.6.1", + "version": "0.7.0", "description": "Mappings and integration with Ledger hardware", "engines": { "node": ">=16.20.2" diff --git a/packages/hardware-trezor/CHANGELOG.md b/packages/hardware-trezor/CHANGELOG.md index ee596e399d4..fcd0cac255d 100644 --- a/packages/hardware-trezor/CHANGELOG.md +++ b/packages/hardware-trezor/CHANGELOG.md @@ -3,6 +3,23 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.3.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.2.1...@cardano-sdk/hardware-trezor@0.3.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* **hardware-trezor:** add collaterals to trezor mappers ([91a0f34](https://github.com/input-output-hk/cardano-js-sdk/commit/91a0f341e1013e291752c0e7e6e45215122ce0d4)) +* **hardware-trezor:** add reference inputs and script to trezor mappers ([26a96ab](https://github.com/input-output-hk/cardano-js-sdk/commit/26a96ab9fb708c2f168df512d397cc60f77e9851)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + +### Bug Fixes + +* **hardware-trezor:** fix assets mapper for token minting ([7af6981](https://github.com/input-output-hk/cardano-js-sdk/commit/7af69810f98115b387aa7054ed8d57a5520c3d14)) +* **hardware-trezor:** fix tx mapping test ([2bbd84c](https://github.com/input-output-hk/cardano-js-sdk/commit/2bbd84c6bffb63191f17aeba3e1d62a2d1fd1bb5)) + ## [0.2.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.2.0...@cardano-sdk/hardware-trezor@0.2.1) (2023-10-19) ### Bug Fixes diff --git a/packages/hardware-trezor/package.json b/packages/hardware-trezor/package.json index 94325ef52c7..71b3539a6ab 100644 --- a/packages/hardware-trezor/package.json +++ b/packages/hardware-trezor/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/hardware-trezor", - "version": "0.2.1", + "version": "0.3.0", "description": "Mappings and integration with Trezor hardware", "engines": { "node": ">=16.20.1" diff --git a/packages/input-selection/CHANGELOG.md b/packages/input-selection/CHANGELOG.md index 4dfa38d4bc0..f60fb19e45b 100644 --- a/packages/input-selection/CHANGELOG.md +++ b/packages/input-selection/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.12.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.12.4...@cardano-sdk/input-selection@0.12.5) (2023-11-29) + +**Note:** Version bump only for package @cardano-sdk/input-selection + ## [0.12.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.12.3...@cardano-sdk/input-selection@0.12.4) (2023-10-19) **Note:** Version bump only for package @cardano-sdk/input-selection diff --git a/packages/input-selection/package.json b/packages/input-selection/package.json index eeba2bf2e5f..ebd615d93e0 100644 --- a/packages/input-selection/package.json +++ b/packages/input-selection/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/input-selection", - "version": "0.12.4", + "version": "0.12.5", "description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)", "engines": { "node": ">=16.20.2" diff --git a/packages/key-management/CHANGELOG.md b/packages/key-management/CHANGELOG.md index 491a4da1e7d..dce4c1ab91e 100644 --- a/packages/key-management/CHANGELOG.md +++ b/packages/key-management/CHANGELOG.md @@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.14.0...@cardano-sdk/key-management@0.15.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent ([8308bf1](https://github.com/input-output-hk/cardano-js-sdk/commit/8308bf1876fd5a0bee215ea598a87ef08bd2f15f)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.13.0...@cardano-sdk/key-management@0.14.0) (2023-10-12) ### ⚠ BREAKING CHANGES diff --git a/packages/key-management/package.json b/packages/key-management/package.json index 803b1c2f04d..6ab966f9aef 100644 --- a/packages/key-management/package.json +++ b/packages/key-management/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/key-management", - "version": "0.14.0", + "version": "0.15.0", "description": "Key management types and utilities for Cardano", "engines": { "node": ">=16.20.2" diff --git a/packages/ogmios/CHANGELOG.md b/packages/ogmios/CHANGELOG.md index e39f303c0a4..0a33034bc64 100644 --- a/packages/ogmios/CHANGELOG.md +++ b/packages/ogmios/CHANGELOG.md @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.14.0...@cardano-sdk/ogmios@0.15.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + +### Bug Fixes + +* **ogmios:** don't parse alonzo datum hashes as inline datums ([2be3c78](https://github.com/input-output-hk/cardano-js-sdk/commit/2be3c78cd7c06934f934b94dfa1e00b92775a793)) + ## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.13.3...@cardano-sdk/ogmios@0.14.0) (2023-10-19) ### ⚠ BREAKING CHANGES diff --git a/packages/ogmios/package.json b/packages/ogmios/package.json index 88dfffc4332..e0997b8510a 100644 --- a/packages/ogmios/package.json +++ b/packages/ogmios/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/ogmios", - "version": "0.14.0", + "version": "0.15.0", "description": "Ogmios Providers", "engines": { "node": ">=16.20.2" diff --git a/packages/projection-typeorm/CHANGELOG.md b/packages/projection-typeorm/CHANGELOG.md index 1a36df0e8d7..e32751672e6 100644 --- a/packages/projection-typeorm/CHANGELOG.md +++ b/packages/projection-typeorm/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.6.0...@cardano-sdk/projection-typeorm@0.7.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* add support for only updating outdated pool metrics at a given interval ([64f67d6](https://github.com/input-output-hk/cardano-js-sdk/commit/64f67d6bcf6d0973fb0319a51ab9267a3fd16ee3)) +* create PoolDelistedEntity and database migration ([650bef2](https://github.com/input-output-hk/cardano-js-sdk/commit/650bef2c4fdd7e35052f316710f51ac6b3a2e0af)) +* **projection-typeorm:** add stake pool rewards store ([bab242b](https://github.com/input-output-hk/cardano-js-sdk/commit/bab242b71192e904f4805b60c80ec5455bc23ecc)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.6.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.5.3...@cardano-sdk/projection-typeorm@0.6.0) (2023-10-19) ### ⚠ BREAKING CHANGES diff --git a/packages/projection-typeorm/package.json b/packages/projection-typeorm/package.json index 613e1d62152..dcf9f0b6ddb 100644 --- a/packages/projection-typeorm/package.json +++ b/packages/projection-typeorm/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/projection-typeorm", - "version": "0.6.0", + "version": "0.7.0", "description": "Project Chain Sync events into PostgreSQL via TypeORM", "engines": { "node": ">=16.20.2" diff --git a/packages/projection/CHANGELOG.md b/packages/projection/CHANGELOG.md index a3f955a917a..644fc72ad83 100644 --- a/packages/projection/CHANGELOG.md +++ b/packages/projection/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.9.0...@cardano-sdk/projection@0.10.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.9.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.8.3...@cardano-sdk/projection@0.9.0) (2023-10-19) ### ⚠ BREAKING CHANGES diff --git a/packages/projection/package.json b/packages/projection/package.json index 38787a8a535..15fc817f81a 100644 --- a/packages/projection/package.json +++ b/packages/projection/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/projection", - "version": "0.9.0", + "version": "0.10.0", "description": "Chain Sync event projection", "engines": { "node": ">=16.20.2" diff --git a/packages/tx-construction/CHANGELOG.md b/packages/tx-construction/CHANGELOG.md index 7611295cace..f8804d659e4 100644 --- a/packages/tx-construction/CHANGELOG.md +++ b/packages/tx-construction/CHANGELOG.md @@ -3,6 +3,22 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.14.2...@cardano-sdk/tx-construction@0.15.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent ([8308bf1](https://github.com/input-output-hk/cardano-js-sdk/commit/8308bf1876fd5a0bee215ea598a87ef08bd2f15f)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + +### Bug Fixes + +* **tx-construction:** txBuilder now properly redistributes all outputs to first address after de-registration of all stake keys ([a8b8ea7](https://github.com/input-output-hk/cardano-js-sdk/commit/a8b8ea7b54bbba65d8a0750a9c411468018c8725)) + ## [0.14.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.14.1...@cardano-sdk/tx-construction@0.14.2) (2023-10-19) **Note:** Version bump only for package @cardano-sdk/tx-construction diff --git a/packages/tx-construction/package.json b/packages/tx-construction/package.json index 63af0f19b96..6aeb57fc5be 100644 --- a/packages/tx-construction/package.json +++ b/packages/tx-construction/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/tx-construction", - "version": "0.14.2", + "version": "0.15.0", "description": "Types and functions for constructing transactions on Cardano", "engines": { "node": ">=16.20.2" diff --git a/packages/util-dev/CHANGELOG.md b/packages/util-dev/CHANGELOG.md index a4f3bc92434..15ea88858d5 100644 --- a/packages/util-dev/CHANGELOG.md +++ b/packages/util-dev/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.18.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.17.3...@cardano-sdk/util-dev@0.18.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) + ## [0.17.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.17.2...@cardano-sdk/util-dev@0.17.3) (2023-10-19) ### Features diff --git a/packages/util-dev/package.json b/packages/util-dev/package.json index 44400ea7dc2..1980c11a4ad 100644 --- a/packages/util-dev/package.json +++ b/packages/util-dev/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/util-dev", - "version": "0.17.3", + "version": "0.18.0", "description": "Utilities for tests in other packages", "engines": { "node": ">=16.20.2" diff --git a/packages/util-rxjs/CHANGELOG.md b/packages/util-rxjs/CHANGELOG.md index 68a3a82130e..f08fc3c8b10 100644 --- a/packages/util-rxjs/CHANGELOG.md +++ b/packages/util-rxjs/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.6.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.6.0...@cardano-sdk/util-rxjs@0.6.1) (2023-11-29) + +**Note:** Version bump only for package @cardano-sdk/util-rxjs + ## [0.6.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.5.14...@cardano-sdk/util-rxjs@0.6.0) (2023-10-19) ### ⚠ BREAKING CHANGES diff --git a/packages/util-rxjs/package.json b/packages/util-rxjs/package.json index a8bf83542b1..368bf1f6018 100644 --- a/packages/util-rxjs/package.json +++ b/packages/util-rxjs/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/util-rxjs", - "version": "0.6.0", + "version": "0.6.1", "description": "RxJS extensions", "engines": { "node": ">=16.20.2" diff --git a/packages/util/CHANGELOG.md b/packages/util/CHANGELOG.md index e46ff0e9a0c..44aa77a07f6 100644 --- a/packages/util/CHANGELOG.md +++ b/packages/util/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.14.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util@0.14.2...@cardano-sdk/util@0.14.3) (2023-11-29) + +**Note:** Version bump only for package @cardano-sdk/util + ## [0.14.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util@0.14.1...@cardano-sdk/util@0.14.2) (2023-09-29) **Note:** Version bump only for package @cardano-sdk/util diff --git a/packages/util/package.json b/packages/util/package.json index 280133bf62a..a8c5491c528 100644 --- a/packages/util/package.json +++ b/packages/util/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/util", - "version": "0.14.2", + "version": "0.14.3", "description": "General, not cardano-specific utils", "engines": { "node": ">=16.20.2" diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 887be7b89fa..af9006c0b34 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -3,6 +3,21 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.25.1...@cardano-sdk/wallet@0.26.0) (2023-11-29) + +### ⚠ BREAKING CHANGES + +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent +* stake registration and deregistration certificates now take a Credential instead of key hash + +### Features + +* **hardware-trezor:** add collaterals to trezor mappers ([91a0f34](https://github.com/input-output-hk/cardano-js-sdk/commit/91a0f341e1013e291752c0e7e6e45215122ce0d4)) +* **hardware-trezor:** add reference inputs and script to trezor mappers ([26a96ab](https://github.com/input-output-hk/cardano-js-sdk/commit/26a96ab9fb708c2f168df512d397cc60f77e9851)) +* personal wallet now takes a Bip32 address manager and a witnesser instead of key agent ([8308bf1](https://github.com/input-output-hk/cardano-js-sdk/commit/8308bf1876fd5a0bee215ea598a87ef08bd2f15f)) +* stake registration and deregistration certificates now take a Credential instead of key hash ([49612f0](https://github.com/input-output-hk/cardano-js-sdk/commit/49612f0f313f357e7e2a7eed406852cbd2bb3dec)) +* **wallet:** add CollectionStore.observeAll ([ac4221f](https://github.com/input-output-hk/cardano-js-sdk/commit/ac4221f76a8a24498413d247c1d380ef298239e7)) + ## [0.25.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.25.0...@cardano-sdk/wallet@0.25.1) (2023-10-19) ### Features diff --git a/packages/wallet/package.json b/packages/wallet/package.json index a1e43d069f7..ec1fe4d171a 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/wallet", - "version": "0.25.1", + "version": "0.26.0", "description": "Wallet modules", "engines": { "node": ">=16.20.2" diff --git a/packages/web-extension/CHANGELOG.md b/packages/web-extension/CHANGELOG.md index 039b1e3c870..c2f8da24c04 100644 --- a/packages/web-extension/CHANGELOG.md +++ b/packages/web-extension/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.16.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.16.3...@cardano-sdk/web-extension@0.16.4) (2023-11-29) + +### Features + +* **web-extension:** add WalletRepository ([945c4f6](https://github.com/input-output-hk/cardano-js-sdk/commit/945c4f62cc538354d3ba70cb28e7cf8c3a884cb0)) + ## [0.16.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.16.2...@cardano-sdk/web-extension@0.16.3) (2023-10-19) **Note:** Version bump only for package @cardano-sdk/web-extension diff --git a/packages/web-extension/package.json b/packages/web-extension/package.json index e42bb944340..caa65991de7 100644 --- a/packages/web-extension/package.json +++ b/packages/web-extension/package.json @@ -1,6 +1,6 @@ { "name": "@cardano-sdk/web-extension", - "version": "0.16.3", + "version": "0.16.4", "description": "Web extension wallet utilities", "engines": { "node": ">=16.20.2"