Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/e2e@0.44.2
 - @cardano-sdk/hardware-ledger@0.12.8
 - @cardano-sdk/wallet@0.44.8
 - @cardano-sdk/web-extension@0.34.7
  • Loading branch information
lace-bot committed Oct 7, 2024
1 parent 8f69434 commit 31dd8a4
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 4 deletions.
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.44.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.44.1...@cardano-sdk/e2e@0.44.2) (2024-10-07)

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

## [0.44.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.44.0...@cardano-sdk/e2e@0.44.1) (2024-10-06)

**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.44.1",
"version": "0.44.2",
"description": "End to end tests for the cardano-js-sdk packages.",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/hardware-ledger/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.12.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.12.7...@cardano-sdk/hardware-ledger@0.12.8) (2024-10-07)

### Features

* **hardware-ledger:** the Ledger key agent now picks the first avaialble device if possible ([b993dc6](https://github.com/input-output-hk/cardano-js-sdk/commit/b993dc62eb1ae559b1840b5bb7346aee203fce0d))

## [0.12.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.12.6...@cardano-sdk/hardware-ledger@0.12.7) (2024-10-06)

**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.12.7",
"version": "0.12.8",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet/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.44.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.44.7...@cardano-sdk/wallet@0.44.8) (2024-10-07)

### Features

* cip30 signTx should send CBOR in sign transactionWitnesserReq ([c18a551](https://github.com/input-output-hk/cardano-js-sdk/commit/c18a551717ddb6661ee351c2e5af4101560f1a6e))

## [0.44.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.44.6...@cardano-sdk/wallet@0.44.7) (2024-10-06)

**Note:** Version bump only for package @cardano-sdk/wallet
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.44.7",
"version": "0.44.8",
"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.34.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.6...@cardano-sdk/web-extension@0.34.7) (2024-10-07)

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

## [0.34.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.5...@cardano-sdk/web-extension@0.34.6) (2024-10-06)

**Note:** Version bump only for package @cardano-sdk/web-extension
Expand Down
2 changes: 1 addition & 1 deletion packages/web-extension/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/web-extension",
"version": "0.34.6",
"version": "0.34.7",
"description": "Web extension wallet utilities",
"engines": {
"node": ">=16.20.2"
Expand Down

0 comments on commit 31dd8a4

Please sign in to comment.