Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
  • Loading branch information
lace-bot committed Nov 29, 2023
1 parent 6dbd575 commit 02a0eff
Show file tree
Hide file tree
Showing 42 changed files with 251 additions and 21 deletions.
11 changes: 11 additions & 0 deletions packages/cardano-services-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

**Note:** Version bump only for package @cardano-sdk/cardano-services-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services-client/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
24 changes: 24 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
27 changes: 27 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-09-29)

**Note:** Version bump only for package @cardano-sdk/crypto
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
6 changes: 6 additions & 0 deletions packages/dapp-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

**Note:** Version bump only for package @cardano-sdk/dapp-connector
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-connector/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
13 changes: 13 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions packages/golden-test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

**Note:** Version bump only for package @cardano-sdk/golden-test-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-test-generator/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions packages/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-12)

**Note:** Version bump only for package @cardano-sdk/governance
Expand Down
2 changes: 1 addition & 1 deletion packages/governance/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 10 additions & 0 deletions packages/hardware-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

**Note:** Version bump only for package @cardano-sdk/hardware-ledger
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-ledger/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
17 changes: 17 additions & 0 deletions packages/hardware-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-trezor/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
4 changes: 4 additions & 0 deletions packages/input-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

**Note:** Version bump only for package @cardano-sdk/input-selection
Expand Down
2 changes: 1 addition & 1 deletion packages/input-selection/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 12 additions & 0 deletions packages/key-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-12)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/key-management/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
14 changes: 14 additions & 0 deletions packages/ogmios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/ogmios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/ogmios",
"version": "0.14.0",
"version": "0.15.0",
"description": "Ogmios Providers",
"engines": {
"node": ">=16.20.2"
Expand Down
13 changes: 13 additions & 0 deletions packages/projection-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]...@cardano-sdk/[email protected]) (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/[email protected]...@cardano-sdk/[email protected]) (2023-10-19)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/projection-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
Loading

0 comments on commit 02a0eff

Please sign in to comment.