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.20.2
 - @cardano-sdk/cardano-services@0.29.5
 - @cardano-sdk/core@0.38.2
 - @cardano-sdk/crypto@0.1.30
 - @cardano-sdk/dapp-connector@0.12.31
 - @cardano-sdk/e2e@0.39.3
 - @cardano-sdk/golden-test-generator@0.7.70
 - @cardano-sdk/governance@0.10.18
 - @cardano-sdk/hardware-ledger@0.11.3
 - @cardano-sdk/hardware-trezor@0.5.3
 - @cardano-sdk/input-selection@0.13.13
 - @cardano-sdk/key-management@0.23.2
 - @cardano-sdk/ogmios@0.17.2
 - @cardano-sdk/projection-typeorm@0.8.32
 - @cardano-sdk/projection@0.11.30
 - @cardano-sdk/tx-construction@0.20.2
 - @cardano-sdk/util-dev@0.22.4
 - @cardano-sdk/util-rxjs@0.7.26
 - @cardano-sdk/util@0.15.5
 - @cardano-sdk/wallet@0.42.3
 - @cardano-sdk/web-extension@0.31.3
  • Loading branch information
lace-bot committed Aug 21, 2024
1 parent 436bfe6 commit 2554ac5
Show file tree
Hide file tree
Showing 42 changed files with 116 additions and 21 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.20.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.20.1...@cardano-sdk/cardano-services-client@0.20.2) (2024-08-21)

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

## [0.20.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.20.0...@cardano-sdk/cardano-services-client@0.20.1) (2024-08-20)

**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.20.1",
"version": "0.20.2",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/cardano-services/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.29.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.29.4...@cardano-sdk/cardano-services@0.29.5) (2024-08-21)

### Features

* add parameters update projection ([d007d7f](https://github.com/input-output-hk/cardano-js-sdk/commit/d007d7fc0551b553e4d98b368c937742a1c316f9))

## [0.29.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.29.3...@cardano-sdk/cardano-services@0.29.4) (2024-08-20)

**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.29.4",
"version": "0.29.5",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.38.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.38.1...@cardano-sdk/core@0.38.2) (2024-08-21)

### Features

* **core:** adds CIP20 TxMetadata helper functions ([8bc200a](https://github.com/input-output-hk/cardano-js-sdk/commit/8bc200a9427a82705c2283f2c0e3529150e3b569))

## [0.38.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.38.0...@cardano-sdk/core@0.38.1) (2024-08-20)

### Bug Fixes
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.38.1",
"version": "0.38.2",
"description": "Core types and libraries for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/crypto/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.1.30](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.29...@cardano-sdk/crypto@0.1.30) (2024-08-21)

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

## [0.1.29](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.28...@cardano-sdk/crypto@0.1.29) (2024-07-31)

**Note:** Version bump only for package @cardano-sdk/crypto
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/crypto",
"version": "0.1.29",
"version": "0.1.30",
"description": "Cryptographic types and functions for Cardano. Warning: The libsodium crypto provider has not yet been audited. Use at this stage is at own risk",
"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.31](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.30...@cardano-sdk/dapp-connector@0.12.31) (2024-08-21)

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

## [0.12.30](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.29...@cardano-sdk/dapp-connector@0.12.30) (2024-08-20)

**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.30",
"version": "0.12.31",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/e2e/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.39.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.39.2...@cardano-sdk/e2e@0.39.3) (2024-08-21)

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

## [0.39.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.39.1...@cardano-sdk/e2e@0.39.2) (2024-08-21)

**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.39.2",
"version": "0.39.3",
"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.70](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.69...@cardano-sdk/golden-test-generator@0.7.70) (2024-08-21)

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

## [0.7.69](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.68...@cardano-sdk/golden-test-generator@0.7.69) (2024-08-20)

**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.69",
"version": "0.7.70",
"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.10.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.10.17...@cardano-sdk/governance@0.10.18) (2024-08-21)

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

## [0.10.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.10.16...@cardano-sdk/governance@0.10.17) (2024-08-20)

**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.10.17",
"version": "0.10.18",
"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.11.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.11.2...@cardano-sdk/hardware-ledger@0.11.3) (2024-08-21)

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

## [0.11.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.11.1...@cardano-sdk/hardware-ledger@0.11.2) (2024-08-20)

**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.11.2",
"version": "0.11.3",
"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.5.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.5.2...@cardano-sdk/hardware-trezor@0.5.3) (2024-08-21)

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

## [0.5.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.5.1...@cardano-sdk/hardware-trezor@0.5.2) (2024-08-20)

**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.5.2",
"version": "0.5.3",
"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.13.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.12...@cardano-sdk/input-selection@0.13.13) (2024-08-21)

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

## [0.13.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.11...@cardano-sdk/input-selection@0.13.12) (2024-08-20)

**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.13.12",
"version": "0.13.13",
"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.23.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.23.1...@cardano-sdk/key-management@0.23.2) (2024-08-21)

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

## [0.23.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.23.0...@cardano-sdk/key-management@0.23.1) (2024-08-20)

**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.23.1",
"version": "0.23.2",
"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.17.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.17.1...@cardano-sdk/ogmios@0.17.2) (2024-08-21)

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

## [0.17.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.17.0...@cardano-sdk/ogmios@0.17.1) (2024-08-20)

### Features
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.17.1",
"version": "0.17.2",
"description": "Ogmios Providers",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/projection-typeorm/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.8.32](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.31...@cardano-sdk/projection-typeorm@0.8.32) (2024-08-21)

### Features

* add parameters update projection ([d007d7f](https://github.com/input-output-hk/cardano-js-sdk/commit/d007d7fc0551b553e4d98b368c937742a1c316f9))

## [0.8.31](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.30...@cardano-sdk/projection-typeorm@0.8.31) (2024-08-20)

**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.31",
"version": "0.8.32",
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/projection/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.11.30](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.11.29...@cardano-sdk/projection@0.11.30) (2024-08-21)

### Features

* add parameters update projection ([d007d7f](https://github.com/input-output-hk/cardano-js-sdk/commit/d007d7fc0551b553e4d98b368c937742a1c316f9))

## [0.11.29](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.11.28...@cardano-sdk/projection@0.11.29) (2024-08-20)

**Note:** Version bump only for package @cardano-sdk/projection
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.29",
"version": "0.11.30",
"description": "Chain Sync event projection",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/tx-construction/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.20.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.20.1...@cardano-sdk/tx-construction@0.20.2) (2024-08-21)

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

## [0.20.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.20.0...@cardano-sdk/tx-construction@0.20.1) (2024-08-20)

**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.20.1",
"version": "0.20.2",
"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.22.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.22.3...@cardano-sdk/util-dev@0.22.4) (2024-08-21)

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

## [0.22.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.22.2...@cardano-sdk/util-dev@0.22.3) (2024-08-20)

**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.22.3",
"version": "0.22.4",
"description": "Utilities for tests in other packages",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/util-rxjs/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.26](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.7.25...@cardano-sdk/util-rxjs@0.7.26) (2024-08-21)

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

## [0.7.25](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.7.24...@cardano-sdk/util-rxjs@0.7.25) (2024-08-20)

**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.7.25",
"version": "0.7.26",
"description": "RxJS extensions",
"engines": {
"node": ">=16.20.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/util/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.15.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util@0.15.4...@cardano-sdk/util@0.15.5) (2024-08-21)

### Features

* **util:** add string byte size function ([bc3f4ef](https://github.com/input-output-hk/cardano-js-sdk/commit/bc3f4efe82f90df8a71b8caac228ffc167121e55))
* **util:** add string chunk by bytes function ([82669e7](https://github.com/input-output-hk/cardano-js-sdk/commit/82669e7ca3382f92fa02a78d1a6d2f3a81d6255c))

## [0.15.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util@0.15.3...@cardano-sdk/util@0.15.4) (2024-07-22)

**Note:** Version bump only for package @cardano-sdk/util
Expand Down
2 changes: 1 addition & 1 deletion packages/util/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util",
"version": "0.15.4",
"version": "0.15.5",
"description": "General, not cardano-specific utils",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/wallet/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.42.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.42.2...@cardano-sdk/wallet@0.42.3) (2024-08-21)

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

## [0.42.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.42.1...@cardano-sdk/wallet@0.42.2) (2024-08-21)

### Bug Fixes
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.42.2",
"version": "0.42.3",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
Loading

0 comments on commit 2554ac5

Please sign in to comment.