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]
  • Loading branch information
lace-bot committed Oct 9, 2023
1 parent fc6950a commit 02bec94
Show file tree
Hide file tree
Showing 36 changed files with 148 additions and 18 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.14.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**Note:** Version bump only for package @cardano-sdk/cardano-services-client
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.14.1",
"version": "0.14.2",
"description": "Cardano Services Client",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/cardano-services/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.21.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

### ⚠ BREAKING CHANGES

* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))

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

### ⚠ 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.20.0",
"version": "0.21.0",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=16.20.2"
Expand Down
16 changes: 16 additions & 0 deletions packages/core/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.21.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

### ⚠ BREAKING CHANGES

* remove NetworkMagics.Testnet and ChainIds.LegacyTestnet
* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))
* **core:** add sanchonet network magic ([031f070](https://github.com/input-output-hk/cardano-js-sdk/commit/031f070728e383e38785b79206d10875f946245e))

### Miscellaneous Chores

* remove NetworkMagics.Testnet and ChainIds.LegacyTestnet ([190dba5](https://github.com/input-output-hk/cardano-js-sdk/commit/190dba5aca213778570e16e74fb64c02a69b41a8))

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

### 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.20.1",
"version": "0.21.0",
"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.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

### ⚠ BREAKING CHANGES
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.11.0",
"version": "0.11.1",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/e2e/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.23.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

### ⚠ BREAKING CHANGES

* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))

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

### ⚠ 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.22.0",
"version": "0.23.0",
"description": "End to end tests for the cardano-js-sdk packages.",
"engines": {
"node": ">=16.20.2"
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.27](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**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.26",
"version": "0.7.27",
"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.8.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

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

### ⚠ BREAKING CHANGES

* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))

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

**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.4.1",
"version": "0.5.0",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=16.20.2"
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.12.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**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.12.1",
"version": "0.12.2",
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
"engines": {
"node": ">=16.20.2"
Expand Down
10 changes: 10 additions & 0 deletions packages/key-management/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.13.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

### ⚠ BREAKING CHANGES

* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))

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

### ⚠ BREAKING CHANGES
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.12.0",
"version": "0.13.0",
"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.13.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**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.13.1",
"version": "0.13.2",
"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.5.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**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.5.1",
"version": "0.5.2",
"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.8.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**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.8.1",
"version": "0.8.2",
"description": "Chain Sync event projection",
"engines": {
"node": ">=16.20.2"
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.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

### ⚠ BREAKING CHANGES

* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))

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

### ⚠ 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.13.0",
"version": "0.14.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.17.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

### ⚠ BREAKING CHANGES
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.17.0",
"version": "0.17.1",
"description": "Utilities for tests in other packages",
"engines": {
"node": ">=16.20.2"
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.5.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-10-09)

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

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

**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.5.12",
"version": "0.5.13",
"description": "RxJS extensions",
"engines": {
"node": ">=16.20.2"
Expand Down
20 changes: 20 additions & 0 deletions packages/wallet/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,26 @@
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]) (2023-10-09)

### ⚠ BREAKING CHANGES

* remove NetworkMagics.Testnet and ChainIds.LegacyTestnet
* core package no longer exports the CML types

### Features

* core package no longer exports the CML types ([51545ed](https://github.com/input-output-hk/cardano-js-sdk/commit/51545ed82b4abeb795b0a50ad7d299ddb5da4a0d))

### Bug Fixes

* **wallet:** delegation tracker now searches for portfolio updates on all transactions ([f5870cb](https://github.com/input-output-hk/cardano-js-sdk/commit/f5870cb171abc7f4a0cdc9392a5ec0ef074b6b24))
* **wallet:** dynamic change resolver no longer throws when given a portfolio with entries with zero percent ([3fdb4ad](https://github.com/input-output-hk/cardano-js-sdk/commit/3fdb4adc0b844dea2a4c6c1823a7b9578292ab77))

### Miscellaneous Chores

* remove NetworkMagics.Testnet and ChainIds.LegacyTestnet ([190dba5](https://github.com/input-output-hk/cardano-js-sdk/commit/190dba5aca213778570e16e74fb64c02a69b41a8))

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

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

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

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

### ⚠ BREAKING CHANGES
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.16.0",
"version": "0.16.1",
"description": "Web extension wallet utilities",
"engines": {
"node": ">=16.20.2"
Expand Down

0 comments on commit 02bec94

Please sign in to comment.