Skip to content

Commit b13c33d

Browse files
committed
ci: publish packages [skip actions]
- @cardano-sdk/[email protected] - @cardano-sdk/[email protected] - @cardano-sdk/[email protected]
1 parent e3e10e2 commit b13c33d

File tree

6 files changed

+22
-3
lines changed

6 files changed

+22
-3
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.52.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-31)
7+
8+
**Note:** Version bump only for package @cardano-sdk/e2e
9+
610
## [0.52.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-31)
711

812
### Bug Fixes

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.52.8",
3+
"version": "0.52.9",
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/wallet/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-31)
7+
8+
### Features
9+
10+
* **wallet:** store only latest 10 transactions ([72d81c0](https://github.com/input-output-hk/cardano-js-sdk/commit/72d81c0fdca22201aa8a73d80bc82c3d25fa9f53))
11+
12+
### Bug Fixes
13+
14+
* **wallet:** await for wallet settle before resolving cip30 utxo ([c478116](https://github.com/input-output-hk/cardano-js-sdk/commit/c4781169a408351f01ddd55e234ac288019df201))
15+
* **wallet:** slice initial transactions from the right side ([945a108](https://github.com/input-output-hk/cardano-js-sdk/commit/945a108c51c87ec05fd28709ab108a2bd7ff453d))
16+
617
## [0.51.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-31)
718

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

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

812
### Bug Fixes

packages/web-extension/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/web-extension",
3-
"version": "0.38.8",
3+
"version": "0.38.9",
44
"description": "Web extension wallet utilities",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)