Skip to content

Commit 8c42d3a

Browse files
committed
ci: publish packages [skip actions]
- @cardano-sdk/e2e@0.53.1 - @cardano-sdk/hardware-ledger@0.16.1 - @cardano-sdk/hardware-trezor@0.7.14 - @cardano-sdk/tx-construction@0.27.1 - @cardano-sdk/wallet@0.53.1 - @cardano-sdk/web-extension@0.39.11
1 parent 96182b3 commit 8c42d3a

File tree

12 files changed

+34
-6
lines changed

12 files changed

+34
-6
lines changed

packages/e2e/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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.53.0...@cardano-sdk/e2e@0.53.1) (2025-06-04)
7+
8+
**Note:** Version bump only for package @cardano-sdk/e2e
9+
610
## [0.53.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.52.26...@cardano-sdk/e2e@0.53.0) (2025-05-30)
711

812
### ⚠ 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.53.0",
3+
"version": "0.53.1",
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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.16.0...@cardano-sdk/hardware-ledger@0.16.1) (2025-06-04)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-ledger
9+
610
## [0.16.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.15.13...@cardano-sdk/hardware-ledger@0.16.0) (2025-05-30)
711

812
### ⚠ 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.16.0",
3+
"version": "0.16.1",
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.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.7.13...@cardano-sdk/hardware-trezor@0.7.14) (2025-06-04)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-trezor
9+
610
## [0.7.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.7.12...@cardano-sdk/hardware-trezor@0.7.13) (2025-05-30)
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.13",
3+
"version": "0.7.14",
44
"description": "Mappings and integration with Trezor hardware",
55
"engines": {
66
"node": ">=16.20.1"

packages/tx-construction/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.27.0...@cardano-sdk/tx-construction@0.27.1) (2025-06-04)
7+
8+
### Bug Fixes
9+
10+
* handle ConwayCertsFailure error while buildong portfolio ([e7c61f1](https://github.com/input-output-hk/cardano-js-sdk/commit/e7c61f1edae15129a92d4a007fa7a7711ad9acb7))
11+
612
## [0.27.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.26.12...@cardano-sdk/tx-construction@0.27.0) (2025-05-30)
713

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

packages/wallet/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.53.0...@cardano-sdk/wallet@0.53.1) (2025-06-04)
7+
8+
### Bug Fixes
9+
10+
* **wallet:** resolve only the own signed portions of the witness set ([8f7e2c7](https://github.com/input-output-hk/cardano-js-sdk/commit/8f7e2c7247558be08b2684403e2a6ef53654da22))
11+
612
## [0.53.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.52.9...@cardano-sdk/wallet@0.53.0) (2025-05-30)
713

814
### ⚠ BREAKING CHANGES

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.0",
3+
"version": "0.53.1",
44
"description": "Wallet modules",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)