Skip to content

Commit 053c886

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]
1 parent 855ba79 commit 053c886

File tree

12 files changed

+46
-6
lines changed

12 files changed

+46
-6
lines changed

packages/e2e/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.55.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-04)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **tx-construction:** remove validateValue and validateValues from OutputValidator
11+
12+
### Features
13+
14+
* **tx-construction:** remove validateValue and validateValues from OutputValidator ([d951644](https://github.com/input-output-hk/cardano-js-sdk/commit/d9516444f34a09be9437753c75eae311713730e1))
15+
616
## [0.54.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-01)
717

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

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.54.3",
3+
"version": "0.55.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/hardware-ledger/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.16.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-04)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-ledger
9+
610
## [0.16.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-01)
711

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

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.16.6",
3+
"version": "0.16.7",
44
"description": "Mappings and integration with Ledger hardware",
55
"engines": {
66
"node": ">=16.20.2"

packages/hardware-trezor/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.7.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-04)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-trezor
9+
610
## [0.7.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-01)
711

812
**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.7.18",
3+
"version": "0.7.19",
44
"description": "Mappings and integration with Trezor hardware",
55
"engines": {
66
"node": ">=16.20.1"

packages/tx-construction/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.28.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-04)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **tx-construction:** remove validateValue and validateValues from OutputValidator
11+
12+
### Features
13+
14+
* **tx-construction:** remove validateValue and validateValues from OutputValidator ([d951644](https://github.com/input-output-hk/cardano-js-sdk/commit/d9516444f34a09be9437753c75eae311713730e1))
15+
16+
### Bug Fixes
17+
18+
* **tx-construction:** use output address size as minimum coin computation param ([42bb1c7](https://github.com/input-output-hk/cardano-js-sdk/commit/42bb1c72e8c3f9db0099a801269e7acb6e74369e))
19+
620
## [0.27.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-01)
721

822
**Note:** Version bump only for package @cardano-sdk/tx-construction

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.27.5",
3+
"version": "0.28.0",
44
"description": "Types and functions for constructing transactions on Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/wallet/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.53.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-04)
7+
8+
**Note:** Version bump only for package @cardano-sdk/wallet
9+
610
## [0.53.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-07-01)
711

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

packages/wallet/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/wallet",
3-
"version": "0.53.6",
3+
"version": "0.53.7",
44
"description": "Wallet modules",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)