Skip to content

Commit

Permalink
ci: publish packages [skip actions]
Browse files Browse the repository at this point in the history
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
 - @cardano-sdk/[email protected]
  • Loading branch information
lace-bot committed Sep 20, 2023
1 parent dff6ca9 commit 88248ef
Show file tree
Hide file tree
Showing 40 changed files with 463 additions and 20 deletions.
27 changes: 27 additions & 0 deletions packages/cardano-services-client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,33 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* renamed field handle to handleResolutions
* incompatible with previous revisions of cardano-services
- rename utxo and transactions PouchDB stores
- update type of Tx.witness.redeemers
- update type of Tx.witness.datums
- update type of TxOut.datum
- remove Cardano.Datum type

fix(cardano-services): correct chain history openApi endpoints path url to match version

### Features

* update core types with deserialized PlutusData ([d8cc93b](https://github.com/input-output-hk/cardano-js-sdk/commit/d8cc93b520177c98224502aad39109a0cb524f3c))

### Bug Fixes

* **cardano-services-client:** use service version instead of root version ([cf9b173](https://github.com/input-output-hk/cardano-js-sdk/commit/cf9b173bdee6fa0ad1a63414dde16686ba04943f))
* **util:** deserialize bytes as Uint8Array instead of Buffer ([78460d3](https://github.com/input-output-hk/cardano-js-sdk/commit/78460d36c6c7b75815b0d5fce1303b5dde91f3b6))

### Code Refactoring

* renamed field handle to handleResolutions ([8b3296e](https://github.com/input-output-hk/cardano-js-sdk/commit/8b3296e19b27815f3a8487479a691483696cc898))

## [0.13.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-12)

### ⚠ BREAKING CHANGES
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.13.0",
"version": "0.14.0",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.1"
Expand Down
46 changes: 46 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,52 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.19.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* make withHandles 'logger' argument required
* withHandles now requires WithCIP67 props in
* remove the CML serialization code from core package
* remove AssetInfo.history and AssetInfo.mintOrBurnCount
* convert tokens.quantity column to numeric
* renamed field handle to handleResolutions
* hoist metadatumToCip25 to NftMetadata.fromMetadatum
* incompatible with previous revisions of cardano-services
- rename utxo and transactions PouchDB stores
- update type of Tx.witness.redeemers
- update type of Tx.witness.datums
- update type of TxOut.datum
- remove Cardano.Datum type

fix(cardano-services): correct chain history openApi endpoints path url to match version

### Features

* add address projection ([416e5f5](https://github.com/input-output-hk/cardano-js-sdk/commit/416e5f5edc112727d86e0905733f7f6c1c2fd4c5))
* add NFT metadata projection ([91fe7df](https://github.com/input-output-hk/cardano-js-sdk/commit/91fe7df50a37bce2ac8cba350fafe788a8174112))
* **cardano-services:** add HandleMetadata to handle projection ([233ed70](https://github.com/input-output-hk/cardano-js-sdk/commit/233ed70366bea72d9db223c8ce348ba72e8f64b6))
* **cardano-services:** create typeorm nft-metadata service ([72f6c1b](https://github.com/input-output-hk/cardano-js-sdk/commit/72f6c1b7a091ed4998651e0d5c4bf9c1c0afdfa9))
* **cardano-services:** create TypeormAssetProvider ([aaf133b](https://github.com/input-output-hk/cardano-js-sdk/commit/aaf133bb776d16dafd955345071e05e0faf599e4))
* **cardano-services:** resolve default handle, image, pfp and bg ([9c446ac](https://github.com/input-output-hk/cardano-js-sdk/commit/9c446acea6747562b15c7d60fbe6351f872cc2af))
* **cardano-services:** update handle projector to project 'default' columns ([903faf2](https://github.com/input-output-hk/cardano-js-sdk/commit/903faf2c51ade7fdc3f03b046660d27425a5f660))
* remove the CML serialization code from core package ([62f4252](https://github.com/input-output-hk/cardano-js-sdk/commit/62f4252b094938db05b81c928c03c1eecec2be55))
* update core types with deserialized PlutusData ([d8cc93b](https://github.com/input-output-hk/cardano-js-sdk/commit/d8cc93b520177c98224502aad39109a0cb524f3c))

### Bug Fixes

* **cardano-services:** do not return datum hash for TxOut with inline datum ([8928869](https://github.com/input-output-hk/cardano-js-sdk/commit/8928869d392799f5c5913fc2e60b0ff69964c3dd))
* **cardano-services:** return 0 for stake pool status ([6674b77](https://github.com/input-output-hk/cardano-js-sdk/commit/6674b77e9ae6dfca1b8fff2ef4cf9c6fbd733efc))
* convert tokens.quantity column to numeric ([31b0f0a](https://github.com/input-output-hk/cardano-js-sdk/commit/31b0f0a789ba474156fc8e6615e3b9e1ab8a4077))
* correct cip68 handle name (without label) ([1711969](https://github.com/input-output-hk/cardano-js-sdk/commit/171196916244d0bcde83b18d509669c2c38a0d63))

### Code Refactoring

* hoist metadatumToCip25 to NftMetadata.fromMetadatum ([c36d7ef](https://github.com/input-output-hk/cardano-js-sdk/commit/c36d7ef9480fe195068443a5d8d09728e9429fc5))
* make withHandles 'logger' argument required ([2267689](https://github.com/input-output-hk/cardano-js-sdk/commit/22676895735bde4399e284e60a8e4e7cf2d4a506))
* remove AssetInfo.history and AssetInfo.mintOrBurnCount ([4c0a7ee](https://github.com/input-output-hk/cardano-js-sdk/commit/4c0a7ee77d9ffcf5583fc922597475c4025be17b))
* renamed field handle to handleResolutions ([8b3296e](https://github.com/input-output-hk/cardano-js-sdk/commit/8b3296e19b27815f3a8487479a691483696cc898))

## [0.18.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-12)

### ⚠ BREAKING CHANGES
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.18.0",
"version": "0.19.0",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.1"
Expand Down
52 changes: 52 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,58 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.20.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* delegation distribution portfolio is now persisted on chain and taken into account during change distribution
* **core:** rename HandleResolution default props to credential
* remove the CML serialization code from core package
* remove AssetInfo.history and AssetInfo.mintOrBurnCount
* renamed field handle to handleResolutions
* hoist metadatumToCip25 to NftMetadata.fromMetadatum
* incompatible with previous revisions of cardano-services
- rename utxo and transactions PouchDB stores
- update type of Tx.witness.redeemers
- update type of Tx.witness.datums
- update type of TxOut.datum
- remove Cardano.Datum type

fix(cardano-services): correct chain history openApi endpoints path url to match version

### Features

* add support for signing data with a DRepID in CIP-95 API ([3057cce](https://github.com/input-output-hk/cardano-js-sdk/commit/3057cce6ac1585d6ae2a62a89d0417e5fb2416f4))
* added witness set serialization classes ([132599d](https://github.com/input-output-hk/cardano-js-sdk/commit/132599d104be1e601d5849b716cc503af80a9fbb))
* **core:** add AssetName.toUTF8 util ([5f13b4f](https://github.com/input-output-hk/cardano-js-sdk/commit/5f13b4fbe1574dfd9fecf600364c331c028714e7))
* **core:** add hexToBytes, utf8ToBytes, utf8ToHex utils ([d3da1a6](https://github.com/input-output-hk/cardano-js-sdk/commit/d3da1a6218e148926f0c0c2b184600fc303b8c82))
* **core:** add NftMetadata.fromPlutusData mapping from cip68 datum ([64b263b](https://github.com/input-output-hk/cardano-js-sdk/commit/64b263b3875a5e3359f72c088ae57efd59ce7a2d))
* **core:** added custom PlutusData serialization classes ([72e600c](https://github.com/input-output-hk/cardano-js-sdk/commit/72e600c9e3d9502862121a69408cff9ef4c0d8e9))
* **core:** added native functions to convert between json and metadatum ([b0ba261](https://github.com/input-output-hk/cardano-js-sdk/commit/b0ba26141e53797bc7f61ca9e4adb8f3e996d9e2))
* **core:** added serialization classes for tx auxiliary data ([4b49e57](https://github.com/input-output-hk/cardano-js-sdk/commit/4b49e5761f69a80f7675a22d9dee6ca96a005aa0))
* **core:** added transaction body serialization classes ([9451a05](https://github.com/input-output-hk/cardano-js-sdk/commit/9451a052d072e20bbce1bd7a5d392f8717dd0db6))
* **core:** added update field to the transaction body core type ([2e9c439](https://github.com/input-output-hk/cardano-js-sdk/commit/2e9c439ffe4f91588ebab5eb7abf7bf907861145))
* **core:** export tryConvertPlutusMapToUtf8Record from Cardano.util ([645db52](https://github.com/input-output-hk/cardano-js-sdk/commit/645db529b27528affeee7db8f4c8611864ad7932))
* **core:** plutus data map now uses deep equality when being indexed by key ([c34076c](https://github.com/input-output-hk/cardano-js-sdk/commit/c34076ca82281f0c34a4aed77cf84c3fca9f7466))
* **core:** replaced CML TransactionBody serialization class with out own typescript native version ([0dfaeb7](https://github.com/input-output-hk/cardano-js-sdk/commit/0dfaeb72617039f76b7a428644ae3c70f60f744c))
* delegation distribution portfolio is now persisted on chain and taken into account during change distribution ([7573938](https://github.com/input-output-hk/cardano-js-sdk/commit/75739385ea422a0621ded87f2b72c5878e3fcf81))
* remove the CML serialization code from core package ([62f4252](https://github.com/input-output-hk/cardano-js-sdk/commit/62f4252b094938db05b81c928c03c1eecec2be55))
* update core types with deserialized PlutusData ([d8cc93b](https://github.com/input-output-hk/cardano-js-sdk/commit/d8cc93b520177c98224502aad39109a0cb524f3c))

### Bug Fixes

* **core:** bytes field on core plutus script type now contains the compiled bytes instead of cbor ([15a6ba6](https://github.com/input-output-hk/cardano-js-sdk/commit/15a6ba6239d9da768b34835e4069eb2c0bff03ca))
* **core:** do not log a warning when nft metadata files are missing ([b79419b](https://github.com/input-output-hk/cardano-js-sdk/commit/b79419bf84d2ca02a8a5e8a1b55effde01c929cd))
* **core:** fix circular dependency on cip67 module ([67f6892](https://github.com/input-output-hk/cardano-js-sdk/commit/67f689295d51931c196c10ef84ede3e7c8a88828))
* **core:** return consistent bytes type in Serialization ([9331d01](https://github.com/input-output-hk/cardano-js-sdk/commit/9331d01bd1ac1077ac821d59c57c35374f01cc68))

### Code Refactoring

* **core:** rename HandleResolution default props to credential ([877279f](https://github.com/input-output-hk/cardano-js-sdk/commit/877279fe09a57baf789ef87e03e8af61fe6bc4bc))
* hoist metadatumToCip25 to NftMetadata.fromMetadatum ([c36d7ef](https://github.com/input-output-hk/cardano-js-sdk/commit/c36d7ef9480fe195068443a5d8d09728e9429fc5))
* remove AssetInfo.history and AssetInfo.mintOrBurnCount ([4c0a7ee](https://github.com/input-output-hk/cardano-js-sdk/commit/4c0a7ee77d9ffcf5583fc922597475c4025be17b))
* renamed field handle to handleResolutions ([8b3296e](https://github.com/input-output-hk/cardano-js-sdk/commit/8b3296e19b27815f3a8487479a691483696cc898))

## [0.19.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-12)

### Features
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.19.1",
"version": "0.20.0",
"description": "Core types and libraries for Cardano",
"engines": {
"node": ">=16.20.1"
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.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

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

## [0.1.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-12)

### Features
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.13",
"version": "0.1.14",
"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.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/dapp-connector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* remove the CML serialization code from core package

### Features

* add getExtensions() to CIP-30 wallet API ([944e0ce](https://github.com/input-output-hk/cardano-js-sdk/commit/944e0cea55bcd8c91e1888e708e717adc7b1ea4b))
* add support for signing data with a DRepID in CIP-95 API ([3057cce](https://github.com/input-output-hk/cardano-js-sdk/commit/3057cce6ac1585d6ae2a62a89d0417e5fb2416f4))
* remove the CML serialization code from core package ([62f4252](https://github.com/input-output-hk/cardano-js-sdk/commit/62f4252b094938db05b81c928c03c1eecec2be55))

### Bug Fixes

* **dapp-connector:** remove unnecessary bindings for CIP-30 initial API methods ([c786042](https://github.com/input-output-hk/cardano-js-sdk/commit/c786042862b1577f409fbab8b83b8b8a05a2d1bc))

## [0.9.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-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.9.16",
"version": "0.10.0",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=16.20.1"
Expand Down
30 changes: 30 additions & 0 deletions packages/e2e/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,36 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.21.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* delegation distribution portfolio is now persisted on chain and taken into account during change distribution
* remove the CML serialization code from core package
* remove AssetInfo.history and AssetInfo.mintOrBurnCount
* incompatible with previous revisions of cardano-services
- rename utxo and transactions PouchDB stores
- update type of Tx.witness.redeemers
- update type of Tx.witness.datums
- update type of TxOut.datum
- remove Cardano.Datum type

fix(cardano-services): correct chain history openApi endpoints path url to match version

### Features

* add getExtensions() to CIP-30 wallet API ([944e0ce](https://github.com/input-output-hk/cardano-js-sdk/commit/944e0cea55bcd8c91e1888e708e717adc7b1ea4b))
* add NFT metadata projection ([91fe7df](https://github.com/input-output-hk/cardano-js-sdk/commit/91fe7df50a37bce2ac8cba350fafe788a8174112))
* add support for signing data with a DRepID in CIP-95 API ([3057cce](https://github.com/input-output-hk/cardano-js-sdk/commit/3057cce6ac1585d6ae2a62a89d0417e5fb2416f4))
* delegation distribution portfolio is now persisted on chain and taken into account during change distribution ([7573938](https://github.com/input-output-hk/cardano-js-sdk/commit/75739385ea422a0621ded87f2b72c5878e3fcf81))
* **e2e:** hoist handle minting utils to src ([e49f3fd](https://github.com/input-output-hk/cardano-js-sdk/commit/e49f3fd28b29ff398acb4e2386124e25a570918a))
* remove the CML serialization code from core package ([62f4252](https://github.com/input-output-hk/cardano-js-sdk/commit/62f4252b094938db05b81c928c03c1eecec2be55))
* update core types with deserialized PlutusData ([d8cc93b](https://github.com/input-output-hk/cardano-js-sdk/commit/d8cc93b520177c98224502aad39109a0cb524f3c))

### Code Refactoring

* remove AssetInfo.history and AssetInfo.mintOrBurnCount ([4c0a7ee](https://github.com/input-output-hk/cardano-js-sdk/commit/4c0a7ee77d9ffcf5583fc922597475c4025be17b))

## [0.20.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-12)

### ⚠ BREAKING CHANGES
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.20.0",
"version": "0.21.0",
"description": "End to end tests for the cardano-js-sdk packages.",
"engines": {
"node": ">=16.20.1"
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.25](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

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

## [0.7.24](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-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.24",
"version": "0.7.25",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": ">=16.20.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/governance/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.8.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* remove the CML serialization code from core package

### Features

* remove the CML serialization code from core package ([62f4252](https://github.com/input-output-hk/cardano-js-sdk/commit/62f4252b094938db05b81c928c03c1eecec2be55))

## [0.7.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-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.7.19",
"version": "0.8.0",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=16.20.1"
Expand Down
19 changes: 19 additions & 0 deletions packages/hardware-ledger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.4.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-20)

### ⚠ BREAKING CHANGES

* remove the CML serialization code from core package
* incompatible with previous revisions of cardano-services
- rename utxo and transactions PouchDB stores
- update type of Tx.witness.redeemers
- update type of Tx.witness.datums
- update type of TxOut.datum
- remove Cardano.Datum type

fix(cardano-services): correct chain history openApi endpoints path url to match version

### Features

* remove the CML serialization code from core package ([62f4252](https://github.com/input-output-hk/cardano-js-sdk/commit/62f4252b094938db05b81c928c03c1eecec2be55))
* update core types with deserialized PlutusData ([d8cc93b](https://github.com/input-output-hk/cardano-js-sdk/commit/d8cc93b520177c98224502aad39109a0cb524f3c))

## [0.3.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-09-12)

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

0 comments on commit 88248ef

Please sign in to comment.