Skip to content

Commit 4f0181a

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 266db21 commit 4f0181a

File tree

38 files changed

+229
-19
lines changed

38 files changed

+229
-19
lines changed

packages/cardano-services-client/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.19.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @cardano-sdk/cardano-services-client
9+
610
## [0.19.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-05-20)
711

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

packages/cardano-services-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services-client",
3-
"version": "0.19.4",
3+
"version": "0.19.5",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=16.20.2"

packages/cardano-services/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
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.28.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-06-05)
7+
8+
### Features
9+
10+
* **cardano-services:** chain history provider now also returns reference scripts on outputs ([8b0731d](https://github.com/input-output-hk/cardano-js-sdk/commit/8b0731de9d7c1f0b7eb22528b1e3d22071931b40))
11+
612
## [0.28.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-05-20)
713

814
### Features

packages/cardano-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/cardano-services",
3-
"version": "0.28.4",
3+
"version": "0.28.5",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=16.20.2"

packages/core/CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,29 @@
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.33.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-06-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Input selectors now return selected inputs in lexicographic order
11+
- new input selection parameter added 'mustSpendUtxo', which force such UTXOs to be part of the selection
12+
- txBuilder now takes a new optional dependency TxEvaluator
13+
- added to the txBuilder the following new methods 'addInput', 'addReferenceInput' and 'addDatum'
14+
- the txBuilder now supports spending from script inputs
15+
- the txBuilder now resolve unknown inputs from on-chain data
16+
- outputBuilder 'datum' function can now take PlutusData as inline datum
17+
- added to the OutputBuilder a new method 'scriptReference'
18+
- walletUtilContext now requires an additional property 'chainHistoryProvider'
19+
- initializeTx now takes the list of redeemerByType and the script versions of the plutus scripts in the transaction
20+
21+
### Features
22+
23+
* tx-builder now supports spending from plutus scripts ([936351e](https://github.com/input-output-hk/cardano-js-sdk/commit/936351e22bea0b673e683333c84cbf9d0e134e19))
24+
25+
### Bug Fixes
26+
27+
* **core:** plutus list now encodes to canonical CBOR ([0e3d6d2](https://github.com/input-output-hk/cardano-js-sdk/commit/0e3d6d2d28c7b98c0064db7a67cc6a6975c58c25))
28+
629
## [0.32.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-05-20)
730

831
### ⚠ BREAKING CHANGES

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/core",
3-
"version": "0.32.0",
3+
"version": "0.33.0",
44
"description": "Core types and libraries for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/dapp-connector/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-06-05)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.12.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-05-20)
711

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

packages/dapp-connector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/dapp-connector",
3-
"version": "0.12.18",
3+
"version": "0.12.19",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=16.20.2"

packages/e2e/CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,30 @@
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.36.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-06-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Input selectors now return selected inputs in lexicographic order
11+
- new input selection parameter added 'mustSpendUtxo', which force such UTXOs to be part of the selection
12+
- txBuilder now takes a new optional dependency TxEvaluator
13+
- added to the txBuilder the following new methods 'addInput', 'addReferenceInput' and 'addDatum'
14+
- the txBuilder now supports spending from script inputs
15+
- the txBuilder now resolve unknown inputs from on-chain data
16+
- outputBuilder 'datum' function can now take PlutusData as inline datum
17+
- added to the OutputBuilder a new method 'scriptReference'
18+
- walletUtilContext now requires an additional property 'chainHistoryProvider'
19+
- initializeTx now takes the list of redeemerByType and the script versions of the plutus scripts in the transaction
20+
21+
### Features
22+
23+
* **e2e:** run e2e test on slow networks like preprod/preview ([288f6af](https://github.com/input-output-hk/cardano-js-sdk/commit/288f6af7a347e4cf160d7ab3217527e706bc1466))
24+
* tx-builder now supports spending from plutus scripts ([936351e](https://github.com/input-output-hk/cardano-js-sdk/commit/936351e22bea0b673e683333c84cbf9d0e134e19))
25+
26+
### Bug Fixes
27+
28+
* **e2e:** burn tokens based on policyId ([2709305](https://github.com/input-output-hk/cardano-js-sdk/commit/2709305ddc0c41d4f16d22cc1d213d3f745526c1))
29+
630
## [0.35.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-05-20)
731

832
### ⚠ BREAKING CHANGES

packages/e2e/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/e2e",
3-
"version": "0.35.0",
3+
"version": "0.36.0",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)