Skip to content

Commit 1e454e8

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 99c1997 commit 1e454e8

File tree

38 files changed

+124
-19
lines changed

38 files changed

+124
-19
lines changed

packages/cardano-services-client/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.23.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
### Features
9+
10+
* **cardano-services-client:** preserve response body as BlockfrostError detail ([875d278](https://github.com/input-output-hk/cardano-js-sdk/commit/875d278c49e270cdd3c14893db9cb52fd2abb49f))
11+
12+
### Bug Fixes
13+
14+
* **cardano-services-client:** map Blockfrost ValueNotConserved and OutsideOfValidityInterval errors ([68fb8c8](https://github.com/input-output-hk/cardano-js-sdk/commit/68fb8c8ee63e31a23fd6191cd0b4ba8a21708a2d))
15+
* **cardano-services-client:** preserve blockfrost error response text ([13faa42](https://github.com/input-output-hk/cardano-js-sdk/commit/13faa42138bf7dee2c120ed5e6afb1c7fb2ed0bf))
16+
617
## [0.23.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
718

819
**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.5",
3+
"version": "0.23.6",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=16.20.2"

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

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

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.33.5",
3+
"version": "0.33.6",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=16.20.2"

packages/core/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.43.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **wallet:** input resolver can now take utxos and transactions as hints for resolution
11+
12+
### Features
13+
14+
* **wallet:** input resolver can now take utxos and transactions as hints for resolution ([19763ba](https://github.com/input-output-hk/cardano-js-sdk/commit/19763baaacd61a2a0f51c68552b741184fc2be80))
15+
616
## [0.42.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
717

818
### Features

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.42.3",
3+
"version": "0.43.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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.13.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
711

812
### ⚠ BREAKING CHANGES

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.0",
3+
"version": "0.13.1",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=16.20.2"

packages/e2e/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.49.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
### Features
9+
10+
* add stub handle provider option for e2e tests ([051c6b0](https://github.com/input-output-hk/cardano-js-sdk/commit/051c6b04f879d7750d89574ab9700674c94b8171))
11+
12+
### Bug Fixes
13+
14+
* **cardano-services-client:** map Blockfrost ValueNotConserved and OutsideOfValidityInterval errors ([68fb8c8](https://github.com/input-output-hk/cardano-js-sdk/commit/68fb8c8ee63e31a23fd6191cd0b4ba8a21708a2d))
15+
* **e2e:** use blockfrost projectId and apiVersion provider params ([3ddb273](https://github.com/input-output-hk/cardano-js-sdk/commit/3ddb27373a2125efb47baf0af351a5a72ce3b29d))
16+
617
## [0.49.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
718

819
**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.49.5",
3+
"version": "0.49.6",
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.20](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/golden-test-generator
9+
610
## [0.8.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
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.19",
3+
"version": "0.8.20",
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.10.37](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/governance
9+
610
## [0.10.36](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
711

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

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.10.36",
3+
"version": "0.10.37",
44
"description": "Governance types and utilities for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

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.13.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-ledger
9+
610
## [0.13.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
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.13.0",
3+
"version": "0.13.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.6.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-trezor
9+
610
## [0.6.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
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.6.18",
3+
"version": "0.6.19",
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.13.34](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/input-selection
9+
610
## [0.13.33](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
711

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

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.13.33",
3+
"version": "0.13.34",
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: 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.25.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/key-management
9+
610
## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
711

812
### ⚠ 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.25.0",
3+
"version": "0.25.1",
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.20](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/ogmios
9+
610
## [0.18.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
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.19",
3+
"version": "0.18.20",
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.20](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/projection-typeorm
9+
610
## [0.9.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
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.19",
3+
"version": "0.9.20",
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.20](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/projection
9+
610
## [0.12.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
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.19",
3+
"version": "0.12.20",
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: 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.24.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/tx-construction
9+
610
## [0.24.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
711

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

packages/util-dev/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.24.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
### Features
9+
10+
* add stub handle provider option for e2e tests ([051c6b0](https://github.com/input-output-hk/cardano-js-sdk/commit/051c6b04f879d7750d89574ab9700674c94b8171))
11+
612
## [0.24.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
713

814
**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.4",
3+
"version": "0.24.5",
44
"description": "Utilities for tests in other packages",
55
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
66
"license": "Apache-2.0",

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

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

packages/util-rxjs/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-rxjs",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "RxJS extensions",
55
"engines": {
66
"node": ">=16.20.2"

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.49.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **wallet:** input resolver can now take utxos and transactions as hints for resolution
11+
12+
### Features
13+
14+
* **wallet:** base wallet can now take an input resolver as dependency ([c539588](https://github.com/input-output-hk/cardano-js-sdk/commit/c539588a4746d067ef4fe01f919a8a73d6851716))
15+
* **wallet:** input resolver can now take utxos and transactions as hints for resolution ([19763ba](https://github.com/input-output-hk/cardano-js-sdk/commit/19763baaacd61a2a0f51c68552b741184fc2be80))
16+
617
## [0.48.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
718

819
### ⚠ 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.48.0",
3+
"version": "0.49.0",
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.37.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-09)
7+
8+
**Note:** Version bump only for package @cardano-sdk/web-extension
9+
610
## [0.37.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2025-01-02)
711

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

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.37.2",
3+
"version": "0.37.3",
44
"description": "Web extension wallet utilities",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)