Skip to content

Commit 46029ae

Browse files
committed
ci: publish packages [skip actions]
- @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]
1 parent 1155caa commit 46029ae

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+178
-21
lines changed

Diff for: packages/cardano-services-client/CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* revert inclusion of version in the HttpProvider interface
11+
12+
### Features
13+
14+
* adds cardanoAddress type in HandleResolution interface ([2ee31c9](https://github.com/input-output-hk/cardano-js-sdk/commit/2ee31c9f0b61fc5e67385128448225d2d1d85617))
15+
* implement verification and presubmission checks on handles in OgmiosTxProvider ([0f18042](https://github.com/input-output-hk/cardano-js-sdk/commit/0f1804287672968614e8aa6bf2f095b0e9a88b22))
16+
17+
### Bug Fixes
18+
19+
* revert inclusion of version in the HttpProvider interface ([3f50013](https://github.com/input-output-hk/cardano-js-sdk/commit/3f5001367686668806bfe967d3d7b6dd5e96dccc))
20+
621
## [0.9.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
722

823
### Features

Diff for: packages/cardano-services-client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services-client",
3-
"version": "0.9.9",
3+
"version": "0.10.0",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/cardano-services/CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* revert inclusion of version in the HttpProvider interface
11+
12+
### Features
13+
14+
* adds cardanoAddress type in HandleResolution interface ([2ee31c9](https://github.com/input-output-hk/cardano-js-sdk/commit/2ee31c9f0b61fc5e67385128448225d2d1d85617))
15+
* **cardano-services:** make cli able to read handle policy ids from file ([ac2aa7f](https://github.com/input-output-hk/cardano-js-sdk/commit/ac2aa7f2d6106cb4fa12833c65800b63f59ca0d4))
16+
* implement verification and presubmission checks on handles in OgmiosTxProvider ([0f18042](https://github.com/input-output-hk/cardano-js-sdk/commit/0f1804287672968614e8aa6bf2f095b0e9a88b22))
17+
18+
### Bug Fixes
19+
20+
* revert inclusion of version in the HttpProvider interface ([3f50013](https://github.com/input-output-hk/cardano-js-sdk/commit/3f5001367686668806bfe967d3d7b6dd5e96dccc))
21+
622
## [0.13.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
723

824
### Features

Diff for: packages/cardano-services/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services",
3-
"version": "0.13.3",
3+
"version": "0.14.0",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/core/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.15.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Features
9+
10+
* adds cardanoAddress type in HandleResolution interface ([2ee31c9](https://github.com/input-output-hk/cardano-js-sdk/commit/2ee31c9f0b61fc5e67385128448225d2d1d85617))
11+
* implement verification and presubmission checks on handles in OgmiosTxProvider ([0f18042](https://github.com/input-output-hk/cardano-js-sdk/commit/0f1804287672968614e8aa6bf2f095b0e9a88b22))
12+
613
## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
714

815
### ⚠ BREAKING CHANGES

Diff for: packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/core",
3-
"version": "0.15.0",
3+
"version": "0.15.1",
44
"description": "Core types and libraries for Cardano",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/crypto/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.1.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
**Note:** Version bump only for package @cardano-sdk/crypto
9+
610
## [0.1.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-05)
711

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

Diff for: packages/crypto/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/crypto",
3-
"version": "0.1.6",
3+
"version": "0.1.7",
44
"description": "Cryptographic types and functions for Cardano",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/dapp-connector/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.9.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.9.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
711

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

Diff for: packages/dapp-connector/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/dapp-connector",
3-
"version": "0.9.7",
3+
"version": "0.9.8",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/e2e/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.16.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* revert inclusion of version in the HttpProvider interface
11+
12+
### Bug Fixes
13+
14+
* revert inclusion of version in the HttpProvider interface ([3f50013](https://github.com/input-output-hk/cardano-js-sdk/commit/3f5001367686668806bfe967d3d7b6dd5e96dccc))
15+
616
## [0.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
717

818
### ⚠ BREAKING CHANGES

Diff for: packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/e2e",
3-
"version": "0.15.0",
3+
"version": "0.16.0",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"engines": {
66
"node": ">=16.0"

Diff for: packages/golden-test-generator/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
**Note:** Version bump only for package @cardano-sdk/golden-test-generator
9+
610
## [0.7.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
711

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

Diff for: packages/golden-test-generator/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/golden-test-generator",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"description": "Generate golden test files for a range of Cardano concepts",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/governance/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
**Note:** Version bump only for package @cardano-sdk/governance
9+
610
## [0.7.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
711

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

Diff for: packages/governance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/governance",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"description": "Governance types and utilities for Cardano",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/hardware-ledger/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.2.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-ledger
9+
610
## [0.2.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
711

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

Diff for: packages/hardware-ledger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/hardware-ledger",
3-
"version": "0.2.8",
3+
"version": "0.2.9",
44
"description": "Mappings and integration with Ledger hardware",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/input-selection/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.10.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
**Note:** Version bump only for package @cardano-sdk/input-selection
9+
610
## [0.10.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
711

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

Diff for: packages/input-selection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/input-selection",
3-
"version": "0.10.4",
3+
"version": "0.10.5",
44
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/key-management/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.7.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Bug Fixes
9+
10+
* **tx-construction:** wait for new stakeKeys in rewardAccounts ([a74b665](https://github.com/input-output-hk/cardano-js-sdk/commit/a74b66505e19681d21d547e6418f0980b112b070))
11+
612
## [0.7.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
713

814
### Features

Diff for: packages/key-management/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/key-management",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"description": "Key management types and utilities for Cardano",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/ogmios/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Features
9+
10+
* implement verification and presubmission checks on handles in OgmiosTxProvider ([0f18042](https://github.com/input-output-hk/cardano-js-sdk/commit/0f1804287672968614e8aa6bf2f095b0e9a88b22))
11+
612
## [0.12.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
713

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

Diff for: packages/ogmios/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/ogmios",
3-
"version": "0.12.5",
3+
"version": "0.12.6",
44
"description": "Ogmios Providers",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/projection-typeorm/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.3.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Bug Fixes
9+
10+
* unsupported character bug in handles projection ([4144ed2](https://github.com/input-output-hk/cardano-js-sdk/commit/4144ed2925f1c5b118c411ac5eedc3e4a62d3893))
11+
612
## [0.3.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
713

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

Diff for: packages/projection-typeorm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/projection-typeorm",
3-
"version": "0.3.5",
3+
"version": "0.3.6",
44
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/projection/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.6.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Bug Fixes
9+
10+
* unsupported character bug in handles projection ([4144ed2](https://github.com/input-output-hk/cardano-js-sdk/commit/4144ed2925f1c5b118c411ac5eedc3e4a62d3893))
11+
612
## [0.6.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
713

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

Diff for: packages/projection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/projection",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "Chain Sync event projection",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/tx-construction/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.8.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Features
9+
10+
* adds cardanoAddress type in HandleResolution interface ([2ee31c9](https://github.com/input-output-hk/cardano-js-sdk/commit/2ee31c9f0b61fc5e67385128448225d2d1d85617))
11+
12+
### Bug Fixes
13+
14+
* **tx-construction:** wait for new stakeKeys in rewardAccounts ([a74b665](https://github.com/input-output-hk/cardano-js-sdk/commit/a74b66505e19681d21d547e6418f0980b112b070))
15+
616
## [0.8.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
717

818
### ⚠ BREAKING CHANGES

Diff for: packages/tx-construction/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/tx-construction",
3-
"version": "0.8.0",
3+
"version": "0.8.1",
44
"description": "Types and functions for constructing transactions on Cardano",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/util-dev/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.13.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### Features
9+
10+
* adds cardanoAddress type in HandleResolution interface ([2ee31c9](https://github.com/input-output-hk/cardano-js-sdk/commit/2ee31c9f0b61fc5e67385128448225d2d1d85617))
11+
* implement verification and presubmission checks on handles in OgmiosTxProvider ([0f18042](https://github.com/input-output-hk/cardano-js-sdk/commit/0f1804287672968614e8aa6bf2f095b0e9a88b22))
12+
613
## [0.13.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
714

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

Diff for: packages/util-dev/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/util-dev",
3-
"version": "0.13.3",
3+
"version": "0.13.4",
44
"description": "Utilities for tests in other packages",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/util-rxjs/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.5.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* move coldObservableProvider to util-rxjs package
11+
12+
### Code Refactoring
13+
14+
* move coldObservableProvider to util-rxjs package ([3522d0c](https://github.com/input-output-hk/cardano-js-sdk/commit/3522d0cbbde21c59e483d769cee14ffee4648972))
15+
616
## [0.4.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-23)
717

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

Diff for: packages/util-rxjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/util-rxjs",
3-
"version": "0.4.16",
3+
"version": "0.5.0",
44
"description": "RxJS extensions",
55
"engines": {
66
"node": ">=14.20.1"

Diff for: packages/util/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.12.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-28)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* moved strictEquals, sameArrayItems, shallowArrayEquals to util package
11+
12+
### Code Refactoring
13+
14+
* move generic equals methods to util package ([6b5dbd3](https://github.com/input-output-hk/cardano-js-sdk/commit/6b5dbd3382eda3fb58901619438caf946a559715))
15+
616
## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-06-05)
717

818
### ⚠ BREAKING CHANGES

0 commit comments

Comments
 (0)