Skip to content

Commit 3ff7ebb

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]
1 parent 5fb4683 commit 3ff7ebb

38 files changed

+196
-19
lines changed

packages/cardano-services-client/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Cardano.TransactionId.fromTxBodyCbor
11+
- hoist getAssetNameAsText util to Asset.util namespace
12+
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
13+
14+
### Code Refactoring
15+
16+
* resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
17+
618
## [0.19.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
719

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

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.19.16",
3+
"version": "0.20.0",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=16.20.2"

packages/cardano-services/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.29.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
* add timeout to TypeormService withDataSource/withQueryRunner ([d5faa15](https://github.com/input-output-hk/cardano-js-sdk/commit/d5faa1571c5ee54598aa4ec08c6fd810a58c6845))
11+
* do not run schema migrations when starting pgboss worker ([172fe30](https://github.com/input-output-hk/cardano-js-sdk/commit/172fe3083e4863e7575fc86380078e26cc93e38e))
12+
* remove redundant, uninitialized logger from TypeormService ([02a9502](https://github.com/input-output-hk/cardano-js-sdk/commit/02a9502c48843e28a8af18067356aaeb6aba8e72))
13+
614
## [0.29.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
715

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

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.29.2",
3+
"version": "0.29.3",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=16.20.2"

packages/core/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.38.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Cardano.TransactionId.fromTxBodyCbor
11+
- hoist getAssetNameAsText util to Asset.util namespace
12+
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
13+
14+
### Bug Fixes
15+
16+
* remove core package dependency on util-dev ([8601c0a](https://github.com/input-output-hk/cardano-js-sdk/commit/8601c0ab88adb8f80e65e7f79bf5515a8c6a662e))
17+
18+
### Code Refactoring
19+
20+
* resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
21+
622
## [0.37.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
723

824
### ⚠ BREAKING CHANGES

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.37.0",
3+
"version": "0.38.0",
44
"description": "Core types and libraries for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

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.12.29](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.12.28](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.12.28",
3+
"version": "0.12.29",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=16.20.2"

packages/e2e/CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,24 @@
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.39.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove updateWitness method from observable wallet
11+
- add addSignatures method to observable wallet
12+
* remove Cardano.TransactionId.fromTxBodyCbor
13+
- hoist getAssetNameAsText util to Asset.util namespace
14+
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
15+
16+
### Features
17+
18+
* replace updateWitness with addSignatures in observable wallet ([d0bdffa](https://github.com/input-output-hk/cardano-js-sdk/commit/d0bdffa9ad62ce46d906645b889c44de9355b73e))
19+
20+
### Code Refactoring
21+
22+
* resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
23+
624
## [0.38.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
725

826
### ⚠ BREAKING CHANGES

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.38.0",
3+
"version": "0.39.0",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"engines": {
66
"node": ">=16.20.2"

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.68](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/golden-test-generator
9+
610
## [0.7.67](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.67",
3+
"version": "0.7.68",
44
"description": "Generate golden test files for a range of Cardano concepts",
55
"engines": {
66
"node": ">=16.20.2"

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.10.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/governance
9+
610
## [0.10.15](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.10.15",
3+
"version": "0.10.16",
44
"description": "Governance types and utilities for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/hardware-ledger/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.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
* **hardware-ledger:** delegate vote drep is a hash not key path ([938b36a](https://github.com/input-output-hk/cardano-js-sdk/commit/938b36a5d3825f8e7ffbfbdf61a80316dec0cc7a))
11+
612
## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
713

814
### ⚠ BREAKING CHANGES

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.11.0",
3+
"version": "0.11.1",
44
"description": "Mappings and integration with Ledger hardware",
55
"engines": {
66
"node": ">=16.20.2"

packages/hardware-trezor/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.5.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-trezor
9+
610
## [0.5.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

812
### ⚠ BREAKING CHANGES

packages/hardware-trezor/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/hardware-trezor",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "Mappings and integration with Trezor hardware",
55
"engines": {
66
"node": ">=16.20.1"

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.13.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/input-selection
9+
610
## [0.13.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.13.10",
3+
"version": "0.13.11",
44
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
55
"engines": {
66
"node": ">=16.20.2"

packages/key-management/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.23.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Cardano.TransactionId.fromTxBodyCbor
11+
- hoist getAssetNameAsText util to Asset.util namespace
12+
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
13+
14+
### Code Refactoring
15+
16+
* resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
17+
618
## [0.22.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
719

820
### ⚠ BREAKING CHANGES

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.22.0",
3+
"version": "0.23.0",
44
"description": "Key management types and utilities for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/ogmios/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.17.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Cardano.TransactionId.fromTxBodyCbor
11+
- hoist getAssetNameAsText util to Asset.util namespace
12+
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
13+
14+
### Code Refactoring
15+
16+
* resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
17+
618
## [0.16.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
719

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

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.16.1",
3+
"version": "0.17.0",
44
"description": "Ogmios Providers",
55
"engines": {
66
"node": ">=16.20.2"

packages/projection-typeorm/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.8.30](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### Bug Fixes
9+
10+
* add timeout to TypeormService withDataSource/withQueryRunner ([d5faa15](https://github.com/input-output-hk/cardano-js-sdk/commit/d5faa1571c5ee54598aa4ec08c6fd810a58c6845))
11+
* do not run schema migrations when starting pgboss worker ([172fe30](https://github.com/input-output-hk/cardano-js-sdk/commit/172fe3083e4863e7575fc86380078e26cc93e38e))
12+
613
## [0.8.29](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
714

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

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.8.29",
3+
"version": "0.8.30",
44
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
55
"engines": {
66
"node": ">=16.20.2"

packages/projection/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.11.28](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/projection
9+
610
## [0.11.27](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.11.27",
3+
"version": "0.11.28",
44
"description": "Chain Sync event projection",
55
"engines": {
66
"node": ">=16.20.2"

packages/tx-construction/CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
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.20.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* remove Cardano.TransactionId.fromTxBodyCbor
11+
- hoist getAssetNameAsText util to Asset.util namespace
12+
- hoist TxCBOR and TxBodyCBOR under Serialization namespace
13+
14+
### Code Refactoring
15+
16+
* resolve circular references in core package ([87aa26f](https://github.com/input-output-hk/cardano-js-sdk/commit/87aa26f2a2f50df0c7a72aaf4f746df2a466adfb))
17+
618
## [0.19.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
719

820
**Note:** Version bump only for package @cardano-sdk/tx-construction

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.19.10",
3+
"version": "0.20.0",
44
"description": "Types and functions for constructing transactions on Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/util-dev/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.22.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/util-dev
9+
610
## [0.22.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.22.1",
3+
"version": "0.22.2",
44
"description": "Utilities for tests in other packages",
55
"engines": {
66
"node": ">=16.20.2"

packages/util-rxjs/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.24](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-07)
7+
8+
**Note:** Version bump only for package @cardano-sdk/util-rxjs
9+
610
## [0.7.23](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-08-01)
711

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

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.7.23",
3+
"version": "0.7.24",
44
"description": "RxJS extensions",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)