Skip to content

Commit fdf1e41

Browse files
committed
ci: publish packages [skip actions]
- @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]
1 parent 05b1dcb commit fdf1e41

File tree

38 files changed

+199
-19
lines changed

38 files changed

+199
-19
lines changed

packages/cardano-services-client/CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,25 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.24.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove BaseWallet stake pool and drep provider dependency
11+
- add RewardAccountInfoProvider as a new BaseWallet dependency
12+
* correct return type of RewardAccount.toHash
13+
* add order option to ChainHistoryProvider.transactionsByAddresses
14+
15+
### Features
16+
17+
* add order option to ChainHistoryProvider.transactionsByAddresses ([9d816b3](https://github.com/input-output-hk/cardano-js-sdk/commit/9d816b31618861665ba54d5853bd2fc32f5e1e9a))
18+
* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))
19+
20+
### Bug Fixes
21+
22+
* **cardano-services-client:** deduplicate BF chain history transactions by addresses ([a656527](https://github.com/input-output-hk/cardano-js-sdk/commit/a656527cea44f03eeba6e22d2a4d8432c3634d90))
23+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
24+
625
## [0.23.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
726

827
**Note:** Version bump only for package @cardano-sdk/cardano-services-client

packages/cardano-services-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services-client",
3-
"version": "0.23.7",
3+
"version": "0.24.0",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=16.20.2"

packages/cardano-services/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.35.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* correct return type of RewardAccount.toHash
11+
* add order option to ChainHistoryProvider.transactionsByAddresses
12+
13+
### Features
14+
15+
* add order option to ChainHistoryProvider.transactionsByAddresses ([9d816b3](https://github.com/input-output-hk/cardano-js-sdk/commit/9d816b31618861665ba54d5853bd2fc32f5e1e9a))
16+
17+
### Bug Fixes
18+
19+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
20+
621
## [0.34.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
722

823
### ⚠ BREAKING CHANGES

packages/cardano-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=16.20.2"

packages/core/CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.45.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove BaseWallet stake pool and drep provider dependency
11+
- add RewardAccountInfoProvider as a new BaseWallet dependency
12+
* correct return type of RewardAccount.toHash
13+
* add order option to ChainHistoryProvider.transactionsByAddresses
14+
15+
### Features
16+
17+
* add order option to ChainHistoryProvider.transactionsByAddresses ([9d816b3](https://github.com/input-output-hk/cardano-js-sdk/commit/9d816b31618861665ba54d5853bd2fc32f5e1e9a))
18+
* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))
19+
20+
### Bug Fixes
21+
22+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
23+
624
## [0.44.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
725

826
### ⚠ BREAKING CHANGES

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/core",
3-
"version": "0.44.0",
3+
"version": "0.45.0",
44
"description": "Core types and libraries for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/dapp-connector/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.13.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
**Note:** Version bump only for package @cardano-sdk/dapp-connector

packages/dapp-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/dapp-connector",
3-
"version": "0.13.2",
3+
"version": "0.13.3",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=16.20.2"

packages/e2e/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.51.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove BaseWallet stake pool and drep provider dependency
11+
- add RewardAccountInfoProvider as a new BaseWallet dependency
12+
* correct return type of RewardAccount.toHash
13+
14+
### Features
15+
16+
* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))
17+
18+
### Bug Fixes
19+
20+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
21+
622
## [0.50.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
723

824
### ⚠ BREAKING CHANGES

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/e2e",
3-
"version": "0.50.0",
3+
"version": "0.51.0",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
66
"license": "Apache-2.0",

packages/golden-test-generator/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/golden-test-generator
9+
610
## [0.8.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
**Note:** Version bump only for package @cardano-sdk/golden-test-generator

packages/golden-test-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/golden-test-generator",
3-
"version": "0.8.21",
3+
"version": "0.8.22",
44
"description": "Generate golden test files for a range of Cardano concepts",
55
"engines": {
66
"node": ">=16.20.2"

packages/governance/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/governance
9+
610
## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
### ⚠ BREAKING CHANGES

packages/governance/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/governance",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Governance types and utilities for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/hardware-ledger/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* correct return type of RewardAccount.toHash
11+
12+
### Bug Fixes
13+
14+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
15+
616
## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
717

818
### ⚠ BREAKING CHANGES

packages/hardware-ledger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/hardware-ledger",
3-
"version": "0.14.0",
3+
"version": "0.15.0",
44
"description": "Mappings and integration with Ledger hardware",
55
"engines": {
66
"node": ">=16.20.2"

packages/hardware-trezor/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* correct return type of RewardAccount.toHash
11+
12+
### Bug Fixes
13+
14+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
15+
616
## [0.6.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
717

818
**Note:** Version bump only for package @cardano-sdk/hardware-trezor

packages/hardware-trezor/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/hardware-trezor",
3-
"version": "0.6.21",
3+
"version": "0.7.0",
44
"description": "Mappings and integration with Trezor hardware",
55
"engines": {
66
"node": ">=16.20.1"

packages/input-selection/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/input-selection
9+
610
## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
### ⚠ BREAKING CHANGES

packages/input-selection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/input-selection",
3-
"version": "0.14.0",
3+
"version": "0.14.1",
44
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
55
"engines": {
66
"node": ">=16.20.2"

packages/key-management/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.27.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* correct return type of RewardAccount.toHash
11+
12+
### Bug Fixes
13+
14+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
15+
616
## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
717

818
### ⚠ BREAKING CHANGES

packages/key-management/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/key-management",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "Key management types and utilities for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/ogmios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.18.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/ogmios
9+
610
## [0.18.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
**Note:** Version bump only for package @cardano-sdk/ogmios

packages/ogmios/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/ogmios",
3-
"version": "0.18.21",
3+
"version": "0.18.22",
44
"description": "Ogmios Providers",
55
"engines": {
66
"node": ">=16.20.2"

packages/projection-typeorm/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/projection-typeorm
9+
610
## [0.9.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
**Note:** Version bump only for package @cardano-sdk/projection-typeorm

packages/projection-typeorm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/projection-typeorm",
3-
"version": "0.9.21",
3+
"version": "0.9.22",
44
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
55
"engines": {
66
"node": ">=16.20.2"

packages/projection/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.22](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
**Note:** Version bump only for package @cardano-sdk/projection
9+
610
## [0.12.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
711

812
**Note:** Version bump only for package @cardano-sdk/projection

packages/projection/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/projection",
3-
"version": "0.12.21",
3+
"version": "0.12.22",
44
"description": "Chain Sync event projection",
55
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
66
"license": "Apache-2.0",

packages/tx-construction/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* correct return type of RewardAccount.toHash
11+
12+
### Bug Fixes
13+
14+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
15+
616
## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
717

818
### ⚠ BREAKING CHANGES

packages/tx-construction/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/tx-construction",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "Types and functions for constructing transactions on Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/util-dev/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-20)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove BaseWallet stake pool and drep provider dependency
11+
- add RewardAccountInfoProvider as a new BaseWallet dependency
12+
* correct return type of RewardAccount.toHash
13+
14+
### Features
15+
16+
* partial BaseWallet tx history ([40a3ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/40a3ce007f99ad0d8503f0cd3348a73a13964e9a))
17+
18+
### Bug Fixes
19+
20+
* correct return type of RewardAccount.toHash ([67765f1](https://github.com/input-output-hk/cardano-js-sdk/commit/67765f1dc9e9f770e06aee60afe11a21122c8f99))
21+
622
## [0.24.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-17)
723

824
**Note:** Version bump only for package @cardano-sdk/util-dev

packages/util-dev/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/util-dev",
3-
"version": "0.24.6",
3+
"version": "0.25.0",
44
"description": "Utilities for tests in other packages",
55
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)