Skip to content

Commit 9bf88aa

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 8ad03bc commit 9bf88aa

38 files changed

+139
-19
lines changed

packages/cardano-services-client/CHANGELOG.md

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

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

packages/cardano-services-client/package.json

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

packages/cardano-services/CHANGELOG.md

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

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

packages/cardano-services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services",
3-
"version": "0.25.2",
3+
"version": "0.25.3",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=16.20.2"

packages/core/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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]) (2024-02-02)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* `isLastStakeKeyCertOfType` was renamed to
11+
`lastStakeKeyCertOfType` and returns the certificate or undefined.
12+
13+
### Features
14+
15+
* store stake reg deposit in reward acct info ([d48e349](https://github.com/input-output-hk/cardano-js-sdk/commit/d48e34945974f4e24b4f35282adfbeadff5600de))
16+
* use new deposit field when building dereg cert ([659f4f0](https://github.com/input-output-hk/cardano-js-sdk/commit/659f4f053ab0ddc9ae9e713e4367dd427008b10c))
17+
618
## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
719

820
### ⚠ BREAKING CHANGES

packages/core/package.json

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

packages/dapp-connector/CHANGELOG.md

+4
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.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.12.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/dapp-connector/package.json

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

packages/e2e/CHANGELOG.md

+10
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.32.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **web-extension:** WalletRepository.addWallet now requires at least 1 account for bip32 wallets
11+
12+
### Bug Fixes
13+
14+
* **web-extension:** hoist extendedAccountPublicKey from Bip32Wallet into Bip32WalletAccount ([2184be1](https://github.com/input-output-hk/cardano-js-sdk/commit/2184be13371e3ccde46b20f701236c752eef94cb))
15+
616
## [0.31.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
717

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

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/e2e",
3-
"version": "0.31.2",
3+
"version": "0.32.0",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"engines": {
66
"node": ">=16.20.2"

packages/golden-test-generator/CHANGELOG.md

+4
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.41](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/golden-test-generator
9+
610
## [0.7.40](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/golden-test-generator/package.json

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

packages/governance/CHANGELOG.md

+4
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.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/governance
9+
610
## [0.9.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/governance/package.json

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

packages/hardware-ledger/CHANGELOG.md

+4
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.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-ledger
9+
610
## [0.8.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/hardware-ledger/package.json

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

packages/hardware-trezor/CHANGELOG.md

+4
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.4.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-trezor
9+
610
## [0.4.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/hardware-trezor/package.json

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

packages/input-selection/CHANGELOG.md

+4
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.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/input-selection
9+
610
## [0.12.15](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/input-selection/package.json

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

packages/key-management/CHANGELOG.md

+4
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.19.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/key-management
9+
610
## [0.19.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/key-management/package.json

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

packages/ogmios/CHANGELOG.md

+4
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.15.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/ogmios
9+
610
## [0.15.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/ogmios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/ogmios",
3-
"version": "0.15.10",
3+
"version": "0.15.11",
44
"description": "Ogmios Providers",
55
"engines": {
66
"node": ">=16.20.2"

packages/projection-typeorm/CHANGELOG.md

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

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

packages/projection-typeorm/package.json

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

packages/projection/CHANGELOG.md

+4
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]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/projection
9+
610
## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

812
### ⚠ BREAKING CHANGES

packages/projection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/projection",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "Chain Sync event projection",
55
"engines": {
66
"node": ">=16.20.2"

packages/tx-construction/CHANGELOG.md

+6
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.17.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
### Features
9+
10+
* use new deposit field when building dereg cert ([659f4f0](https://github.com/input-output-hk/cardano-js-sdk/commit/659f4f053ab0ddc9ae9e713e4367dd427008b10c))
11+
612
## [0.17.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
713

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

packages/tx-construction/package.json

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

packages/util-dev/CHANGELOG.md

+4
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.19.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
**Note:** Version bump only for package @cardano-sdk/util-dev
9+
610
## [0.19.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
711

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

packages/util-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/util-dev",
3-
"version": "0.19.8",
3+
"version": "0.19.9",
44
"description": "Utilities for tests in other packages",
55
"engines": {
66
"node": ">=16.20.2"

packages/util-rxjs/CHANGELOG.md

+10
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]) (2024-02-02)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
11+
12+
### Bug Fixes
13+
14+
* emit null through remote api when no wallet is active ([bd9b6cd](https://github.com/input-output-hk/cardano-js-sdk/commit/bd9b6cd02854f9e1cdd6935089f945ad8d030e24))
15+
616
## [0.6.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
717

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

packages/util-rxjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/util-rxjs",
3-
"version": "0.6.11",
3+
"version": "0.7.0",
44
"description": "RxJS extensions",
55
"engines": {
66
"node": ">=16.20.2"

packages/wallet/CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-02-02)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
11+
* `isLastStakeKeyCertOfType` was renamed to
12+
`lastStakeKeyCertOfType` and returns the certificate or undefined.
13+
14+
### Features
15+
16+
* store stake reg deposit in reward acct info ([d48e349](https://github.com/input-output-hk/cardano-js-sdk/commit/d48e34945974f4e24b4f35282adfbeadff5600de))
17+
* **wallet:** add a new util createWalletAssetProvider that creates a new assetProvider that uses local cache ([44db6b5](https://github.com/input-output-hk/cardano-js-sdk/commit/44db6b50971f933eafa98c3f4deee3bc11dbebdd))
18+
19+
### Bug Fixes
20+
21+
* emit null through remote api when no wallet is active ([bd9b6cd](https://github.com/input-output-hk/cardano-js-sdk/commit/bd9b6cd02854f9e1cdd6935089f945ad8d030e24))
22+
623
## [0.32.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
724

825
### ⚠ BREAKING CHANGES

packages/wallet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/wallet",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Wallet modules",
55
"engines": {
66
"node": ">=16.20.2"

packages/web-extension/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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]) (2024-02-02)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
11+
* **web-extension:** WalletRepository.addWallet now requires at least 1 account for bip32 wallets
12+
13+
### Bug Fixes
14+
15+
* emit null through remote api when no wallet is active ([bd9b6cd](https://github.com/input-output-hk/cardano-js-sdk/commit/bd9b6cd02854f9e1cdd6935089f945ad8d030e24))
16+
* **web-extension:** correct updateMetadata props type ([521eee5](https://github.com/input-output-hk/cardano-js-sdk/commit/521eee580e81e031e6b0cb0b3308cc3e50b9e856))
17+
* **web-extension:** hoist extendedAccountPublicKey from Bip32Wallet into Bip32WalletAccount ([2184be1](https://github.com/input-output-hk/cardano-js-sdk/commit/2184be13371e3ccde46b20f701236c752eef94cb))
18+
619
## [0.23.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-01-31)
720

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

0 commit comments

Comments
 (0)