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]
  • Loading branch information
lace-bot committed Dec 20, 2024
1 parent 7d5f647 commit 51b6667
Show file tree
Hide file tree
Showing 38 changed files with 143 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.23.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.23.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

### Bug Fixes
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.23.3",
"version": "0.23.4",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/cardano-services/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.33.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.33.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**Note:** Version bump only for package @cardano-sdk/cardano-services
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.33.3",
"version": "0.33.4",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/core/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.42.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

### Bug Fixes

* **core:** include withdrawals in txSummary spent coins ([d70e5cd](https://github.com/input-output-hk/cardano-js-sdk/commit/d70e5cd981f3484895e9edfd5a441b4ba2df2b84))

## [0.42.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

### 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.42.1",
"version": "0.42.2",
"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.48](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.12.47](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

**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.47",
"version": "0.12.48",
"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.49.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.49.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**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.49.2",
"version": "0.49.3",
"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
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.8.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.8.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**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.8.17",
"version": "0.8.18",
"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.10.35](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.10.34](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

**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.10.34",
"version": "0.10.35",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/hardware-ledger/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.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.12.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

**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.16",
"version": "0.12.17",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/hardware-trezor/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.6.16](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.6.15](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

**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.6.15",
"version": "0.6.16",
"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.13.32](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.13.31](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

**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.13.31",
"version": "0.13.32",
"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.24.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.24.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

**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.24.13",
"version": "0.24.14",
"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.18.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.18.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**Note:** Version bump only for package @cardano-sdk/ogmios
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.18.17",
"version": "0.18.18",
"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.9.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.9.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**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.9.17",
"version": "0.9.18",
"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.12.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.12.17](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**Note:** Version bump only for package @cardano-sdk/projection
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.12.17",
"version": "0.12.18",
"description": "Chain Sync event projection",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/tx-construction/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.24.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

### ⚠ BREAKING CHANGES

* rename poll props 'provider' to 'sample'

### Code Refactoring

* rename 'coldObservableProvider' util to 'poll' ([9bad2df](https://github.com/input-output-hk/cardano-js-sdk/commit/9bad2df58d48e920881da68adf51c20ee1d7c886))

## [0.23.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

### ⚠ BREAKING CHANGES
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.23.0",
"version": "0.24.0",
"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.24.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

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

## [0.24.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**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.24.2",
"version": "0.24.3",
"description": "Utilities for tests in other packages",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
19 changes: 19 additions & 0 deletions packages/util-rxjs/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.9.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

### ⚠ BREAKING CHANGES

* BaseWallet observables error instead of emitting fatalError$
- remove ObservableError.fatalError$
- 'poll' util observable errors instead of calling onFatalError
- remove PollProps.onFatalError
- 'poll' no longer checks for InvalidStringError, it's up to consumer
* rename poll props 'provider' to 'sample'

### Bug Fixes

* retry all ProviderErrors except BadRequest and NotImplemented ([bf4a8b9](https://github.com/input-output-hk/cardano-js-sdk/commit/bf4a8b99b4e7af58021c8081d5011eacb65f3422))

### Code Refactoring

* rename 'coldObservableProvider' util to 'poll' ([9bad2df](https://github.com/input-output-hk/cardano-js-sdk/commit/9bad2df58d48e920881da68adf51c20ee1d7c886))

## [0.8.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-05)

### ⚠ BREAKING CHANGES
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.8.0",
"version": "0.9.0",
"description": "RxJS extensions",
"engines": {
"node": ">=16.20.2"
Expand Down
19 changes: 19 additions & 0 deletions packages/wallet/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.47.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-20)

### ⚠ BREAKING CHANGES

* BaseWallet observables error instead of emitting fatalError$
- remove ObservableError.fatalError$
- 'poll' util observable errors instead of calling onFatalError
- remove PollProps.onFatalError
- 'poll' no longer checks for InvalidStringError, it's up to consumer
* rename poll props 'provider' to 'sample'

### Bug Fixes

* retry all ProviderErrors except BadRequest and NotImplemented ([bf4a8b9](https://github.com/input-output-hk/cardano-js-sdk/commit/bf4a8b99b4e7af58021c8081d5011eacb65f3422))

### Code Refactoring

* rename 'coldObservableProvider' util to 'poll' ([9bad2df](https://github.com/input-output-hk/cardano-js-sdk/commit/9bad2df58d48e920881da68adf51c20ee1d7c886))

## [0.46.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-12-16)

**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.46.3",
"version": "0.47.0",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
Loading

0 comments on commit 51b6667

Please sign in to comment.