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.22.2
 - @cardano-sdk/cardano-services@0.32.2
 - @cardano-sdk/e2e@0.45.2
 - @cardano-sdk/golden-test-generator@0.8.12
 - @cardano-sdk/hardware-ledger@0.12.12
 - @cardano-sdk/hardware-trezor@0.6.11
 - @cardano-sdk/input-selection@0.13.27
 - @cardano-sdk/ogmios@0.18.12
 - @cardano-sdk/projection-typeorm@0.9.12
 - @cardano-sdk/projection@0.12.12
 - @cardano-sdk/tx-construction@0.21.12
 - @cardano-sdk/util-dev@0.23.12
 - @cardano-sdk/util-rxjs@0.7.40
 - @cardano-sdk/wallet@0.44.20
 - @cardano-sdk/web-extension@0.34.19
  • Loading branch information
lace-bot committed Nov 20, 2024
1 parent 5d6638f commit 7198c54
Show file tree
Hide file tree
Showing 30 changed files with 79 additions and 15 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.22.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.22.1...@cardano-sdk/cardano-services-client@0.22.2) (2024-11-20)

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

## [0.22.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.22.0...@cardano-sdk/cardano-services-client@0.22.1) (2024-11-18)

### 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.22.1",
"version": "0.22.2",
"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.32.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.32.1...@cardano-sdk/cardano-services@0.32.2) (2024-11-20)

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

## [0.32.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.32.0...@cardano-sdk/cardano-services@0.32.1) (2024-11-18)

**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.32.1",
"version": "0.32.2",
"description": "Cardano GraphQL Services",
"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.45.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.45.1...@cardano-sdk/e2e@0.45.2) (2024-11-20)

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

## [0.45.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.45.0...@cardano-sdk/e2e@0.45.1) (2024-11-18)

**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.45.1",
"version": "0.45.2",
"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.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.8.11...@cardano-sdk/golden-test-generator@0.8.12) (2024-11-20)

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

## [0.8.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.8.10...@cardano-sdk/golden-test-generator@0.8.11) (2024-11-18)

**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.11",
"version": "0.8.12",
"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/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.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.12.11...@cardano-sdk/hardware-ledger@0.12.12) (2024-11-20)

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

## [0.12.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.12.10...@cardano-sdk/hardware-ledger@0.12.11) (2024-11-18)

**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.11",
"version": "0.12.12",
"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.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.6.10...@cardano-sdk/hardware-trezor@0.6.11) (2024-11-20)

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

## [0.6.10](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-trezor@0.6.9...@cardano-sdk/hardware-trezor@0.6.10) (2024-11-18)

**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.10",
"version": "0.6.11",
"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.27](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.26...@cardano-sdk/input-selection@0.13.27) (2024-11-20)

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

## [0.13.26](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.13.25...@cardano-sdk/input-selection@0.13.26) (2024-11-18)

**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.26",
"version": "0.13.27",
"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/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.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.18.11...@cardano-sdk/ogmios@0.18.12) (2024-11-20)

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

## [0.18.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.18.10...@cardano-sdk/ogmios@0.18.11) (2024-11-18)

**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.11",
"version": "0.18.12",
"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.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.9.11...@cardano-sdk/projection-typeorm@0.9.12) (2024-11-20)

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

## [0.9.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.9.10...@cardano-sdk/projection-typeorm@0.9.11) (2024-11-18)

**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.11",
"version": "0.9.12",
"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.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.12.11...@cardano-sdk/projection@0.12.12) (2024-11-20)

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

## [0.12.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.12.10...@cardano-sdk/projection@0.12.11) (2024-11-18)

**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.11",
"version": "0.12.12",
"description": "Chain Sync event projection",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/tx-construction/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.21.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.21.11...@cardano-sdk/tx-construction@0.21.12) (2024-11-20)

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

## [0.21.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.21.10...@cardano-sdk/tx-construction@0.21.11) (2024-11-18)

**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.21.11",
"version": "0.21.12",
"description": "Types and functions for constructing transactions on Cardano",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/util-dev/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.23.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.23.11...@cardano-sdk/util-dev@0.23.12) (2024-11-20)

### Bug Fixes

* **wallet:** getCollateral callback now passes empty array to wallet if no colateral found ([833db68](https://github.com/input-output-hk/cardano-js-sdk/commit/833db68a8a72c79f57f6549c805c9f867f091c12))

## [0.23.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.23.10...@cardano-sdk/util-dev@0.23.11) (2024-11-18)

### Bug Fixes
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.23.11",
"version": "0.23.12",
"description": "Utilities for tests in other packages",
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
"license": "Apache-2.0",
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.40](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.7.39...@cardano-sdk/util-rxjs@0.7.40) (2024-11-20)

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

## [0.7.39](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.7.38...@cardano-sdk/util-rxjs@0.7.39) (2024-11-18)

**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.39",
"version": "0.7.40",
"description": "RxJS extensions",
"engines": {
"node": ">=16.20.2"
Expand Down
6 changes: 6 additions & 0 deletions packages/wallet/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.44.20](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.44.19...@cardano-sdk/wallet@0.44.20) (2024-11-20)

### Bug Fixes

* **wallet:** getCollateral callback now passes empty array to wallet if no colateral found ([833db68](https://github.com/input-output-hk/cardano-js-sdk/commit/833db68a8a72c79f57f6549c805c9f867f091c12))

## [0.44.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.44.18...@cardano-sdk/wallet@0.44.19) (2024-11-18)

### Features
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.44.19",
"version": "0.44.20",
"description": "Wallet modules",
"engines": {
"node": ">=16.20.2"
Expand Down
4 changes: 4 additions & 0 deletions packages/web-extension/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.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.18...@cardano-sdk/web-extension@0.34.19) (2024-11-20)

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

## [0.34.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.34.17...@cardano-sdk/web-extension@0.34.18) (2024-11-18)

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

0 comments on commit 7198c54

Please sign in to comment.