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.7
 - @cardano-sdk/cardano-services@0.26.3
 - @cardano-sdk/core@0.28.3
 - @cardano-sdk/dapp-connector@0.12.10
 - @cardano-sdk/e2e@0.32.6
 - @cardano-sdk/golden-test-generator@0.7.46
 - @cardano-sdk/governance@0.9.13
 - @cardano-sdk/hardware-ledger@0.8.14
 - @cardano-sdk/hardware-trezor@0.4.14
 - @cardano-sdk/input-selection@0.12.21
 - @cardano-sdk/key-management@0.19.8
 - @cardano-sdk/ogmios@0.15.16
 - @cardano-sdk/projection-typeorm@0.8.8
 - @cardano-sdk/projection@0.11.6
 - @cardano-sdk/tx-construction@0.17.11
 - @cardano-sdk/util-dev@0.19.14
 - @cardano-sdk/util-rxjs@0.7.5
 - @cardano-sdk/wallet@0.34.3
 - @cardano-sdk/web-extension@0.24.6
  • Loading branch information
lace-bot committed Feb 23, 2024
1 parent b988048 commit f830661
Show file tree
Hide file tree
Showing 38 changed files with 108 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.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.17.6...@cardano-sdk/cardano-services-client@0.17.7) (2024-02-23)

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

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

**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.6",
"version": "0.17.7",
"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.26.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.26.2...@cardano-sdk/cardano-services@0.26.3) (2024-02-23)

### Bug Fixes

* **cardano-services:** cardano-submit-api parameters typo ([580ae98](https://github.com/input-output-hk/cardano-js-sdk/commit/580ae9801219d31b8f8466a62a3d92cc0f55c67a))

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

### Features
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.26.2",
"version": "0.26.3",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
7 changes: 7 additions & 0 deletions packages/core/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.28.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.28.2...@cardano-sdk/core@0.28.3) (2024-02-23)

### Bug Fixes

* **core:** make the projector not exit on asset name error ([0021b95](https://github.com/input-output-hk/cardano-js-sdk/commit/0021b953bb70a8bc032e8a2f2e971783f9867dc2))
* **core:** proposal procedure now correctly deserializes info action procedures ([8ec646a](https://github.com/input-output-hk/cardano-js-sdk/commit/8ec646a657df80bd0d43f2ea134cffda06e2a4b0))

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

### 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.28.2",
"version": "0.28.3",
"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.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.12.9...@cardano-sdk/dapp-connector@0.12.10) (2024-02-23)

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

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

**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.9",
"version": "0.12.10",
"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.32.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.32.5...@cardano-sdk/e2e@0.32.6) (2024-02-23)

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

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

### Bug Fixes
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.32.5",
"version": "0.32.6",
"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.46](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.45...@cardano-sdk/golden-test-generator@0.7.46) (2024-02-23)

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

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

**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.45",
"version": "0.7.46",
"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.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.9.12...@cardano-sdk/governance@0.9.13) (2024-02-23)

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

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

**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.12",
"version": "0.9.13",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=16.20.2"
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.8.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.8.13...@cardano-sdk/hardware-ledger@0.8.14) (2024-02-23)

### Bug Fixes

* **hardware-ledger:** correctly map error when device is already open ([7f6151d](https://github.com/input-output-hk/cardano-js-sdk/commit/7f6151d60fe9980bf65a321f7d92382cc3bb50e3))

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

**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.13",
"version": "0.8.14",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/hardware-trezor/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.4.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.4.13...@cardano-sdk/hardware-trezor@0.4.14) (2024-02-23)

### Features

* **hardware-trezor:** conditionally load trezor dependency so that it works with bundlers ([1cd4582](https://github.com/input-output-hk/cardano-js-sdk/commit/1cd4582125dd197f97fc00ab41197826e04a00a9))

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

**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.13",
"version": "0.4.14",
"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.21](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.12.20...@cardano-sdk/input-selection@0.12.21) (2024-02-23)

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

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

**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.20",
"version": "0.12.21",
"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.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.19.7...@cardano-sdk/key-management@0.19.8) (2024-02-23)

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

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

**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.7",
"version": "0.19.8",
"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.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.15.15...@cardano-sdk/ogmios@0.15.16) (2024-02-23)

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

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

### 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.15.15",
"version": "0.15.16",
"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.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.8.7...@cardano-sdk/projection-typeorm@0.8.8) (2024-02-23)

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

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

**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.7",
"version": "0.8.8",
"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.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.11.5...@cardano-sdk/projection@0.11.6) (2024-02-23)

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

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

### Bug Fixes
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.5",
"version": "0.11.6",
"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.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.17.10...@cardano-sdk/tx-construction@0.17.11) (2024-02-23)

### Features

* **tx-construction:** add customizeCb to GenericTxBuilder ([87732b6](https://github.com/input-output-hk/cardano-js-sdk/commit/87732b60ec38c9528dde6310bbb608589896870f))

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

**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.10",
"version": "0.17.11",
"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.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.19.13...@cardano-sdk/util-dev@0.19.14) (2024-02-23)

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

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

**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.13",
"version": "0.19.14",
"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.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.7.4...@cardano-sdk/util-rxjs@0.7.5) (2024-02-23)

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

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

**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.4",
"version": "0.7.5",
"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.34.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.34.2...@cardano-sdk/wallet@0.34.3) (2024-02-23)

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

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

**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.34.2",
"version": "0.34.3",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/web-extension/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.24.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.24.5...@cardano-sdk/web-extension@0.24.6) (2024-02-23)

### Features

* **tx-construction:** add customizeCb to GenericTxBuilder ([87732b6](https://github.com/input-output-hk/cardano-js-sdk/commit/87732b60ec38c9528dde6310bbb608589896870f))

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

**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.24.5",
"version": "0.24.6",
"description": "Web extension wallet utilities",
"engines": {
"node": ">=16.20.2"
Expand Down

0 comments on commit f830661

Please sign in to comment.