Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/cardano-services-client@0.17.2
 - @cardano-sdk/cardano-services@0.25.3
 - @cardano-sdk/core@0.26.0
 - @cardano-sdk/dapp-connector@0.12.5
 - @cardano-sdk/e2e@0.32.0
 - @cardano-sdk/golden-test-generator@0.7.41
 - @cardano-sdk/governance@0.9.8
 - @cardano-sdk/hardware-ledger@0.8.9
 - @cardano-sdk/hardware-trezor@0.4.9
 - @cardano-sdk/input-selection@0.12.16
 - @cardano-sdk/key-management@0.19.3
 - @cardano-sdk/ogmios@0.15.11
 - @cardano-sdk/projection-typeorm@0.8.3
 - @cardano-sdk/projection@0.11.1
 - @cardano-sdk/tx-construction@0.17.6
 - @cardano-sdk/util-dev@0.19.9
 - @cardano-sdk/util-rxjs@0.7.0
 - @cardano-sdk/wallet@0.33.0
 - @cardano-sdk/web-extension@0.24.0
  • Loading branch information
lace-bot committed Feb 2, 2024
1 parent 8ad03bc commit 9bf88aa
Show file tree
Hide file tree
Showing 38 changed files with 139 additions and 19 deletions.
4 changes: 4 additions & 0 deletions packages/cardano-services-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.17.1...@cardano-sdk/cardano-services-client@0.17.2) (2024-02-02)

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

## [0.17.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.17.0...@cardano-sdk/cardano-services-client@0.17.1) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/cardano-services-client
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services-client",
"version": "0.17.1",
"version": "0.17.2",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.25.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.25.2...@cardano-sdk/cardano-services@0.25.3) (2024-02-02)

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

## [0.25.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.25.1...@cardano-sdk/cardano-services@0.25.2) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/cardano-services
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services",
"version": "0.25.2",
"version": "0.25.3",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.26.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.25.0...@cardano-sdk/core@0.26.0) (2024-02-02)

### ⚠ BREAKING CHANGES

* `isLastStakeKeyCertOfType` was renamed to
`lastStakeKeyCertOfType` and returns the certificate or undefined.

### Features

* store stake reg deposit in reward acct info ([d48e349](https://github.com/input-output-hk/cardano-js-sdk/commit/d48e34945974f4e24b4f35282adfbeadff5600de))
* use new deposit field when building dereg cert ([659f4f0](https://github.com/input-output-hk/cardano-js-sdk/commit/659f4f053ab0ddc9ae9e713e4367dd427008b10c))

## [0.25.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.24.0...@cardano-sdk/core@0.25.0) (2024-01-31)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/core",
"version": "0.25.0",
"version": "0.26.0",
"description": "Core types and libraries for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/dapp-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.4...@cardano-sdk/dapp-connector@0.12.5) (2024-02-02)

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

## [0.12.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.3...@cardano-sdk/dapp-connector@0.12.4) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/dapp-connector
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-connector/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/dapp-connector",
"version": "0.12.4",
"version": "0.12.5",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.32.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.31.2...@cardano-sdk/e2e@0.32.0) (2024-02-02)

### ⚠ BREAKING CHANGES

* **web-extension:** WalletRepository.addWallet now requires at least 1 account for bip32 wallets

### Bug Fixes

* **web-extension:** hoist extendedAccountPublicKey from Bip32Wallet into Bip32WalletAccount ([2184be1](https://github.com/input-output-hk/cardano-js-sdk/commit/2184be13371e3ccde46b20f701236c752eef94cb))

## [0.31.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.31.1...@cardano-sdk/e2e@0.31.2) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/e2e
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/e2e",
"version": "0.31.2",
"version": "0.32.0",
"description": "End to end tests for the cardano-js-sdk packages.",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/golden-test-generator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.41](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.40...@cardano-sdk/golden-test-generator@0.7.41) (2024-02-02)

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

## [0.7.40](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.39...@cardano-sdk/golden-test-generator@0.7.40) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/golden-test-generator
Expand Down
2 changes: 1 addition & 1 deletion packages/golden-test-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/golden-test-generator",
"version": "0.7.40",
"version": "0.7.41",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/governance/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.9.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.9.7...@cardano-sdk/governance@0.9.8) (2024-02-02)

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

## [0.9.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.9.6...@cardano-sdk/governance@0.9.7) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/governance
Expand Down
2 changes: 1 addition & 1 deletion packages/governance/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/governance",
"version": "0.9.7",
"version": "0.9.8",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/hardware-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.8.8...@cardano-sdk/hardware-ledger@0.8.9) (2024-02-02)

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

## [0.8.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.8.7...@cardano-sdk/hardware-ledger@0.8.8) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/hardware-ledger
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-ledger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/hardware-ledger",
"version": "0.8.8",
"version": "0.8.9",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/hardware-trezor/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.4.8...@cardano-sdk/hardware-trezor@0.4.9) (2024-02-02)

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

## [0.4.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.4.7...@cardano-sdk/hardware-trezor@0.4.8) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/hardware-trezor
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-trezor/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/hardware-trezor",
"version": "0.4.8",
"version": "0.4.9",
"description": "Mappings and integration with Trezor hardware",
"engines": {
"node": ">=16.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/input-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.12.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.12.15...@cardano-sdk/input-selection@0.12.16) (2024-02-02)

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

## [0.12.15](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.12.14...@cardano-sdk/input-selection@0.12.15) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/input-selection
Expand Down
2 changes: 1 addition & 1 deletion packages/input-selection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/input-selection",
"version": "0.12.15",
"version": "0.12.16",
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/key-management/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.19.2...@cardano-sdk/key-management@0.19.3) (2024-02-02)

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

## [0.19.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.19.1...@cardano-sdk/key-management@0.19.2) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/key-management
Expand Down
2 changes: 1 addition & 1 deletion packages/key-management/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/key-management",
"version": "0.19.2",
"version": "0.19.3",
"description": "Key management types and utilities for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/ogmios/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.15.10...@cardano-sdk/ogmios@0.15.11) (2024-02-02)

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

## [0.15.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.15.9...@cardano-sdk/ogmios@0.15.10) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/ogmios
Expand Down
2 changes: 1 addition & 1 deletion packages/ogmios/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/ogmios",
"version": "0.15.10",
"version": "0.15.11",
"description": "Ogmios Providers",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/projection-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.8.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.2...@cardano-sdk/projection-typeorm@0.8.3) (2024-02-02)

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

## [0.8.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.1...@cardano-sdk/projection-typeorm@0.8.2) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/projection-typeorm
Expand Down
2 changes: 1 addition & 1 deletion packages/projection-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection-typeorm",
"version": "0.8.2",
"version": "0.8.3",
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/projection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.11.0...@cardano-sdk/projection@0.11.1) (2024-02-02)

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

## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.10.9...@cardano-sdk/projection@0.11.0) (2024-01-31)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/projection/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection",
"version": "0.11.0",
"version": "0.11.1",
"description": "Chain Sync event projection",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/tx-construction/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.17.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.17.5...@cardano-sdk/tx-construction@0.17.6) (2024-02-02)

### Features

* use new deposit field when building dereg cert ([659f4f0](https://github.com/input-output-hk/cardano-js-sdk/commit/659f4f053ab0ddc9ae9e713e4367dd427008b10c))

## [0.17.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.17.4...@cardano-sdk/tx-construction@0.17.5) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/tx-construction
Expand Down
2 changes: 1 addition & 1 deletion packages/tx-construction/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/tx-construction",
"version": "0.17.5",
"version": "0.17.6",
"description": "Types and functions for constructing transactions on Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/util-dev/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.19.8...@cardano-sdk/util-dev@0.19.9) (2024-02-02)

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

## [0.19.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.19.7...@cardano-sdk/util-dev@0.19.8) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/util-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dev/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util-dev",
"version": "0.19.8",
"version": "0.19.9",
"description": "Utilities for tests in other packages",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/util-rxjs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.7.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.6.11...@cardano-sdk/util-rxjs@0.7.0) (2024-02-02)

### ⚠ BREAKING CHANGES

* TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE

### Bug Fixes

* emit null through remote api when no wallet is active ([bd9b6cd](https://github.com/input-output-hk/cardano-js-sdk/commit/bd9b6cd02854f9e1cdd6935089f945ad8d030e24))

## [0.6.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.6.10...@cardano-sdk/util-rxjs@0.6.11) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/util-rxjs
Expand Down
2 changes: 1 addition & 1 deletion packages/util-rxjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util-rxjs",
"version": "0.6.11",
"version": "0.7.0",
"description": "RxJS extensions",
"engines": {
"node": ">=16.20.2"
Expand Down
17 changes: 17 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.33.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.32.0...@cardano-sdk/wallet@0.33.0) (2024-02-02)

### ⚠ BREAKING CHANGES

* TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
* `isLastStakeKeyCertOfType` was renamed to
`lastStakeKeyCertOfType` and returns the certificate or undefined.

### Features

* store stake reg deposit in reward acct info ([d48e349](https://github.com/input-output-hk/cardano-js-sdk/commit/d48e34945974f4e24b4f35282adfbeadff5600de))
* **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))

### Bug Fixes

* emit null through remote api when no wallet is active ([bd9b6cd](https://github.com/input-output-hk/cardano-js-sdk/commit/bd9b6cd02854f9e1cdd6935089f945ad8d030e24))

## [0.32.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.31.0...@cardano-sdk/wallet@0.32.0) (2024-01-31)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion packages/wallet/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/wallet",
"version": "0.32.0",
"version": "0.33.0",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
13 changes: 13 additions & 0 deletions packages/web-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.24.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.23.1...@cardano-sdk/web-extension@0.24.0) (2024-02-02)

### ⚠ BREAKING CHANGES

* TrackerSubject.value$ type changed to T | typeof TrackerSubject.NO_VALUE
* **web-extension:** WalletRepository.addWallet now requires at least 1 account for bip32 wallets

### Bug Fixes

* emit null through remote api when no wallet is active ([bd9b6cd](https://github.com/input-output-hk/cardano-js-sdk/commit/bd9b6cd02854f9e1cdd6935089f945ad8d030e24))
* **web-extension:** correct updateMetadata props type ([521eee5](https://github.com/input-output-hk/cardano-js-sdk/commit/521eee580e81e031e6b0cb0b3308cc3e50b9e856))
* **web-extension:** hoist extendedAccountPublicKey from Bip32Wallet into Bip32WalletAccount ([2184be1](https://github.com/input-output-hk/cardano-js-sdk/commit/2184be13371e3ccde46b20f701236c752eef94cb))

## [0.23.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.23.0...@cardano-sdk/web-extension@0.23.1) (2024-01-31)

**Note:** Version bump only for package @cardano-sdk/web-extension
Expand Down
Loading

0 comments on commit 9bf88aa

Please sign in to comment.