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.9.5
 - @cardano-sdk/cardano-services@0.12.1
 - @cardano-sdk/e2e@0.13.1
 - @cardano-sdk/golden-test-generator@0.7.7
 - @cardano-sdk/governance@0.7.3
 - @cardano-sdk/hardware-ledger@0.2.4
 - @cardano-sdk/input-selection@0.10.0
 - @cardano-sdk/key-management@0.7.3
 - @cardano-sdk/ogmios@0.12.1
 - @cardano-sdk/projection-typeorm@0.3.1
 - @cardano-sdk/projection@0.6.5
 - @cardano-sdk/tx-construction@0.6.0
 - @cardano-sdk/util-dev@0.12.1
 - @cardano-sdk/util-rxjs@0.4.12
 - @cardano-sdk/wallet@0.15.0
 - @cardano-sdk/web-extension@0.12.1
  • Loading branch information
bot-firmfirm committed Jun 6, 2023
1 parent 83acb07 commit 1e72769
Show file tree
Hide file tree
Showing 32 changed files with 109 additions and 16 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.9.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.9.4...@cardano-sdk/cardano-services-client@0.9.5) (2023-06-06)

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

## [0.9.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services-client@0.9.3...@cardano-sdk/cardano-services-client@0.9.4) (2023-06-05)

**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.9.4",
"version": "0.9.5",
"description": "Cardano Services Client",
"engines": {
"node": ">=14.20.1"
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.12.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.12.0...@cardano-sdk/cardano-services@0.12.1) (2023-06-06)

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

## [0.12.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/cardano-services@0.11.4...@cardano-sdk/cardano-services@0.12.0) (2023-06-05)

### ⚠ 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.12.0",
"version": "0.12.1",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=14.20.1"
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.13.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.13.0...@cardano-sdk/e2e@0.13.1) (2023-06-06)

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

## [0.13.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/e2e@0.12.1...@cardano-sdk/e2e@0.13.0) (2023-06-05)

### ⚠ 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.13.0",
"version": "0.13.1",
"description": "End to end tests for the cardano-js-sdk packages.",
"engines": {
"node": ">=16.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.7.7](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.6...@cardano-sdk/golden-test-generator@0.7.7) (2023-06-06)

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

## [0.7.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/golden-test-generator@0.7.5...@cardano-sdk/golden-test-generator@0.7.6) (2023-06-05)

**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.6",
"version": "0.7.7",
"description": "Generate golden test files for a range of Cardano concepts",
"engines": {
"node": ">=14.20.1"
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.7.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.7.2...@cardano-sdk/governance@0.7.3) (2023-06-06)

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

## [0.7.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.7.1...@cardano-sdk/governance@0.7.2) (2023-06-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.7.2",
"version": "0.7.3",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=14.20.1"
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.2.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.2.3...@cardano-sdk/hardware-ledger@0.2.4) (2023-06-06)

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

## [0.2.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/hardware-ledger@0.2.2...@cardano-sdk/hardware-ledger@0.2.3) (2023-06-05)

### Bug Fixes
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.2.3",
"version": "0.2.4",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=14.20.1"
Expand Down
11 changes: 11 additions & 0 deletions packages/input-selection/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.10.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.9.5...@cardano-sdk/input-selection@0.10.0) (2023-06-06)

### ⚠ BREAKING CHANGES

* input selectors now return a lis of UTXOs instead of values as change

### Features

* input selectors now return a lis of UTXOs instead of values as change ([954745c](https://github.com/input-output-hk/cardano-js-sdk/commit/954745c03b6a2ebdd16797917e2d85b7cb639789))
* **input-selection:** added new greedy input selector ([4bd8de0](https://github.com/input-output-hk/cardano-js-sdk/commit/4bd8de074540c7d90e358b4086fd5e762623536c))

## [0.9.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/input-selection@0.9.4...@cardano-sdk/input-selection@0.9.5) (2023-06-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.9.5",
"version": "0.10.0",
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
"engines": {
"node": ">=14.20.1"
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.7.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.7.2...@cardano-sdk/key-management@0.7.3) (2023-06-06)

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

## [0.7.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/key-management@0.7.1...@cardano-sdk/key-management@0.7.2) (2023-06-05)

### Bug Fixes
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.7.2",
"version": "0.7.3",
"description": "Key management types and utilities for Cardano",
"engines": {
"node": ">=14.20.1"
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.12.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.12.0...@cardano-sdk/ogmios@0.12.1) (2023-06-06)

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

## [0.12.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/ogmios@0.11.3...@cardano-sdk/ogmios@0.12.0) (2023-06-05)

### ⚠ BREAKING CHANGES
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.12.0",
"version": "0.12.1",
"description": "Ogmios Providers",
"engines": {
"node": ">=14.20.1"
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.3.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.3.0...@cardano-sdk/projection-typeorm@0.3.1) (2023-06-06)

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

## [0.3.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection-typeorm@0.2.3...@cardano-sdk/projection-typeorm@0.3.0) (2023-06-05)

### ⚠ BREAKING CHANGES
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.3.0",
"version": "0.3.1",
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
"engines": {
"node": ">=14.20.1"
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.6.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.6.4...@cardano-sdk/projection@0.6.5) (2023-06-06)

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

## [0.6.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/projection@0.6.3...@cardano-sdk/projection@0.6.4) (2023-06-05)

### Features
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.6.4",
"version": "0.6.5",
"description": "Chain Sync event projection",
"engines": {
"node": ">=14.20.1"
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.6.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.5.3...@cardano-sdk/tx-construction@0.6.0) (2023-06-06)

### ⚠ BREAKING CHANGES

* input selectors now return a lis of UTXOs instead of values as change

### Features

* input selectors now return a lis of UTXOs instead of values as change ([954745c](https://github.com/input-output-hk/cardano-js-sdk/commit/954745c03b6a2ebdd16797917e2d85b7cb639789))

## [0.5.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/tx-construction@0.5.2...@cardano-sdk/tx-construction@0.5.3) (2023-06-05)

**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.5.3",
"version": "0.6.0",
"description": "Types and functions for constructing transactions on Cardano",
"engines": {
"node": ">=14.20.1"
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.12.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.12.0...@cardano-sdk/util-dev@0.12.1) (2023-06-06)

### Features

* add ObservableWallet.handles$ that emits own handles ([1c3b532](https://github.com/input-output-hk/cardano-js-sdk/commit/1c3b532c9b9f4fe48ba1555749b21faa27648c1a))

## [0.12.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-dev@0.11.1...@cardano-sdk/util-dev@0.12.0) (2023-06-05)

### ⚠ 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.12.0",
"version": "0.12.1",
"description": "Utilities for tests in other packages",
"engines": {
"node": ">=14.20.1"
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.4.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.4.11...@cardano-sdk/util-rxjs@0.4.12) (2023-06-06)

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

## [0.4.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/util-rxjs@0.4.10...@cardano-sdk/util-rxjs@0.4.11) (2023-06-05)

**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.4.11",
"version": "0.4.12",
"description": "RxJS extensions",
"engines": {
"node": ">=14.20.1"
Expand Down
16 changes: 16 additions & 0 deletions packages/wallet/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.15.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.14.0...@cardano-sdk/wallet@0.15.0) (2023-06-06)

### ⚠ BREAKING CHANGES

* **wallet:** rename arrayEquals->sameArrayItems
* input selectors now return a lis of UTXOs instead of values as change

### Features

* add ObservableWallet.handles$ that emits own handles ([1c3b532](https://github.com/input-output-hk/cardano-js-sdk/commit/1c3b532c9b9f4fe48ba1555749b21faa27648c1a))
* input selectors now return a lis of UTXOs instead of values as change ([954745c](https://github.com/input-output-hk/cardano-js-sdk/commit/954745c03b6a2ebdd16797917e2d85b7cb639789))

### Code Refactoring

* **wallet:** rename arrayEquals->sameArrayItems ([8a8b8b6](https://github.com/input-output-hk/cardano-js-sdk/commit/8a8b8b6db82ce6dcb0e05fd4da20d995eb9b44fa))

## [0.14.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/wallet@0.13.1...@cardano-sdk/wallet@0.14.0) (2023-06-05)

### ⚠ 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.14.0",
"version": "0.15.0",
"description": "Wallet modules",
"engines": {
"node": ">=14.20.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/web-extension/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.12.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.12.0...@cardano-sdk/web-extension@0.12.1) (2023-06-06)

### Features

* add ObservableWallet.handles$ that emits own handles ([1c3b532](https://github.com/input-output-hk/cardano-js-sdk/commit/1c3b532c9b9f4fe48ba1555749b21faa27648c1a))

## [0.12.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/web-extension@0.11.1...@cardano-sdk/web-extension@0.12.0) (2023-06-05)

### ⚠ 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.12.0",
"version": "0.12.1",
"description": "Web extension wallet utilities",
"engines": {
"node": ">=14.20.1"
Expand Down

0 comments on commit 1e72769

Please sign in to comment.