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.19.14
 - @cardano-sdk/cardano-services@0.28.14
 - @cardano-sdk/core@0.35.4
 - @cardano-sdk/crypto@0.1.28
 - @cardano-sdk/dapp-connector@0.12.26
 - @cardano-sdk/e2e@0.36.9
 - @cardano-sdk/golden-test-generator@0.7.65
 - @cardano-sdk/governance@0.10.13
 - @cardano-sdk/hardware-ledger@0.10.1
 - @cardano-sdk/hardware-trezor@0.4.35
 - @cardano-sdk/input-selection@0.13.8
 - @cardano-sdk/key-management@0.21.1
 - @cardano-sdk/ogmios@0.15.35
 - @cardano-sdk/projection-typeorm@0.8.27
 - @cardano-sdk/projection@0.11.25
 - @cardano-sdk/tx-construction@0.19.8
 - @cardano-sdk/util-dev@0.21.8
 - @cardano-sdk/util-rxjs@0.7.21
 - @cardano-sdk/wallet@0.39.1
 - @cardano-sdk/web-extension@0.29.9
  • Loading branch information
lace-bot committed Jul 25, 2024
1 parent d03e8c4 commit 8251245
Show file tree
Hide file tree
Showing 40 changed files with 123 additions and 20 deletions.
6 changes: 6 additions & 0 deletions packages/cardano-services-client/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.19.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.19.13...@cardano-sdk/cardano-services-client@0.19.14) (2024-07-25)

### Features

* add web socket based network info provider ([7c47ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/7c47ce0aed1e41c4a4034f0e0b65d49b64e59360))

## [0.19.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.19.12...@cardano-sdk/cardano-services-client@0.19.13) (2024-07-22)

**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.19.13",
"version": "0.19.14",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/cardano-services/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.28.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.28.13...@cardano-sdk/cardano-services@0.28.14) (2024-07-25)

### Features

* add web socket based network info provider ([7c47ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/7c47ce0aed1e41c4a4034f0e0b65d49b64e59360))

### Bug Fixes

* increase number of db connections in pool for asset provider ([adcb643](https://github.com/input-output-hk/cardano-js-sdk/commit/adcb643b560923f46188673c709874d37e3336f8))

## [0.28.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.28.12...@cardano-sdk/cardano-services@0.28.13) (2024-07-22)

**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.28.13",
"version": "0.28.14",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/core/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.35.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.35.3...@cardano-sdk/core@0.35.4) (2024-07-25)

### Features

* add web socket based network info provider ([7c47ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/7c47ce0aed1e41c4a4034f0e0b65d49b64e59360))

### Bug Fixes

* esm build now works correctly when imported in modules ([ab46f4c](https://github.com/input-output-hk/cardano-js-sdk/commit/ab46f4cd7b1891a35ee8aa8f83e5b30e6bb7bada))

## [0.35.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.35.2...@cardano-sdk/core@0.35.3) (2024-07-22)

**Note:** Version bump only for package @cardano-sdk/core
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.35.3",
"version": "0.35.4",
"description": "Core types and libraries for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/crypto/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.1.28](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.27...@cardano-sdk/crypto@0.1.28) (2024-07-25)

### Bug Fixes

* esm build now works correctly when imported in modules ([ab46f4c](https://github.com/input-output-hk/cardano-js-sdk/commit/ab46f4cd7b1891a35ee8aa8f83e5b30e6bb7bada))

## [0.1.27](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.26...@cardano-sdk/crypto@0.1.27) (2024-07-22)

**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.27",
"version": "0.1.28",
"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.26](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.25...@cardano-sdk/dapp-connector@0.12.26) (2024-07-25)

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

## [0.12.25](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.24...@cardano-sdk/dapp-connector@0.12.25) (2024-07-22)

**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.25",
"version": "0.12.26",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=16.20.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/e2e/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.36.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.36.8...@cardano-sdk/e2e@0.36.9) (2024-07-25)

### Features

* add web socket based network info provider ([7c47ce0](https://github.com/input-output-hk/cardano-js-sdk/commit/7c47ce0aed1e41c4a4034f0e0b65d49b64e59360))
* add web socket server load tests ([7036837](https://github.com/input-output-hk/cardano-js-sdk/commit/7036837b26557e2ec42fac1727e569b1a896f1bb))

## [0.36.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.36.7...@cardano-sdk/e2e@0.36.8) (2024-07-22)

**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.36.8",
"version": "0.36.9",
"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.65](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.64...@cardano-sdk/golden-test-generator@0.7.65) (2024-07-25)

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

## [0.7.64](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.63...@cardano-sdk/golden-test-generator@0.7.64) (2024-07-22)

**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.64",
"version": "0.7.65",
"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.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.10.12...@cardano-sdk/governance@0.10.13) (2024-07-25)

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

## [0.10.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.10.11...@cardano-sdk/governance@0.10.12) (2024-07-22)

**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.12",
"version": "0.10.13",
"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.10.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.10.0...@cardano-sdk/hardware-ledger@0.10.1) (2024-07-25)

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

## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.9.13...@cardano-sdk/hardware-ledger@0.10.0) (2024-07-22)

### ⚠ BREAKING CHANGES
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.10.0",
"version": "0.10.1",
"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.35](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.4.34...@cardano-sdk/hardware-trezor@0.4.35) (2024-07-25)

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

## [0.4.34](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.4.33...@cardano-sdk/hardware-trezor@0.4.34) (2024-07-22)

**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.34",
"version": "0.4.35",
"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.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.7...@cardano-sdk/input-selection@0.13.8) (2024-07-25)

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

## [0.13.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.6...@cardano-sdk/input-selection@0.13.7) (2024-07-22)

### Bug Fixes
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.7",
"version": "0.13.8",
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/key-management/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.21.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.21.0...@cardano-sdk/key-management@0.21.1) (2024-07-25)

### Bug Fixes

* use drep key hash in stubSignTransaction ([af30b6b](https://github.com/input-output-hk/cardano-js-sdk/commit/af30b6b95f57a453080c7d2594df1e7bd7c6a6c9))

## [0.21.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.20.11...@cardano-sdk/key-management@0.21.0) (2024-07-22)

### ⚠ BREAKING CHANGES
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.21.0",
"version": "0.21.1",
"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.35](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.15.34...@cardano-sdk/ogmios@0.15.35) (2024-07-25)

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

## [0.15.34](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.15.33...@cardano-sdk/ogmios@0.15.34) (2024-07-22)

**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.34",
"version": "0.15.35",
"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.27](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.26...@cardano-sdk/projection-typeorm@0.8.27) (2024-07-25)

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

## [0.8.26](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.25...@cardano-sdk/projection-typeorm@0.8.26) (2024-07-22)

**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.26",
"version": "0.8.27",
"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.25](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.11.24...@cardano-sdk/projection@0.11.25) (2024-07-25)

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

## [0.11.24](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.11.23...@cardano-sdk/projection@0.11.24) (2024-07-22)

**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.24",
"version": "0.11.25",
"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.19.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.19.7...@cardano-sdk/tx-construction@0.19.8) (2024-07-25)

### Bug Fixes

* use drep key hash in stubSignTransaction ([af30b6b](https://github.com/input-output-hk/cardano-js-sdk/commit/af30b6b95f57a453080c7d2594df1e7bd7c6a6c9))

## [0.19.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.19.6...@cardano-sdk/tx-construction@0.19.7) (2024-07-22)

**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.19.7",
"version": "0.19.8",
"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.21.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.21.7...@cardano-sdk/util-dev@0.21.8) (2024-07-25)

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

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

**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.21.7",
"version": "0.21.8",
"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.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.7.20...@cardano-sdk/util-rxjs@0.7.21) (2024-07-25)

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

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

**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.20",
"version": "0.7.21",
"description": "RxJS extensions",
"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.39.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.39.0...@cardano-sdk/wallet@0.39.1) (2024-07-25)

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

## [0.39.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.38.7...@cardano-sdk/wallet@0.39.0) (2024-07-22)

### ⚠ 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.39.0",
"version": "0.39.1",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/web-extension/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.29.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.29.8...@cardano-sdk/web-extension@0.29.9) (2024-07-25)

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

## [0.29.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.29.7...@cardano-sdk/web-extension@0.29.8) (2024-07-22)

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

0 comments on commit 8251245

Please sign in to comment.