Skip to content

Commit 58513e2

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 ae2fbf9 commit 58513e2

File tree

38 files changed

+169
-19
lines changed

38 files changed

+169
-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.20.9](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-25)
7+
8+
**Note:** Version bump only for package @cardano-sdk/cardano-services-client
9+
610
## [0.20.8](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-12)
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.20.8",
3+
"version": "0.20.9",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=16.20.2"

packages/cardano-services/CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,28 @@
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.30.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-25)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* OgmiosObservableCardanoNode and bufferChainSyncEvent were moved from core package to projection package
11+
12+
### Features
13+
14+
* dockerize blockfrost-ryo ([d548040](https://github.com/input-output-hk/cardano-js-sdk/commit/d548040c85ea23a3c72457fccc760578c62d8c26))
15+
16+
### Bug Fixes
17+
18+
* add asset id index on nft_metadata table ([05fc92c](https://github.com/input-output-hk/cardano-js-sdk/commit/05fc92cbbcbab15d4d568fd8fa682b1194fa58d1))
19+
* **cardano-services:** plutus v3 scripts in db-sync utxo provider ([b5be7a4](https://github.com/input-output-hk/cardano-js-sdk/commit/b5be7a4ad0b815ef32eb98e6f38dd677a4b397ce))
20+
* **cardano-services:** refine redeemer purpose accordingly new db-sync version ([71f6de7](https://github.com/input-output-hk/cardano-js-sdk/commit/71f6de7c28a568c66544515316e82384bcf5e442))
21+
* **cardano-services:** refine update commitee proposal procedures accordingly new db-sync version ([348c810](https://github.com/input-output-hk/cardano-js-sdk/commit/348c810f166cdab363044ba4450eb25179db2bad))
22+
* **cardano-services:** resign commitee certificate ([80b8da5](https://github.com/input-output-hk/cardano-js-sdk/commit/80b8da53dc02de1cf1f323077599c80fc802bc20))
23+
24+
### Code Refactoring
25+
26+
* hoist bufferChainSyncEvent to projection package ([dd8b52f](https://github.com/input-output-hk/cardano-js-sdk/commit/dd8b52fac280e2ff090ded2020adb6078b90ab2e))
27+
628
## [0.29.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-12)
729

830
### 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.29.11",
3+
"version": "0.30.0",
44
"description": "Cardano GraphQL Services",
55
"engines": {
66
"node": ">=16.20.2"

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,22 @@
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.40.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-25)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* OgmiosObservableCardanoNode and bufferChainSyncEvent were moved from core package to projection package
11+
12+
### Bug Fixes
13+
14+
* **core:** deserialization of Value now checks that both coin and multiasset amount are unsigned ([d394341](https://github.com/input-output-hk/cardano-js-sdk/commit/d39434120f23b60ee6e91ed2789f07a0a9959dd1))
15+
* **core:** don't check for cost model array length ([0b86722](https://github.com/input-output-hk/cardano-js-sdk/commit/0b86722137743570b69c45ccb0b6e4acf79b7195))
16+
* **core:** protocol parameters update now correctly deserializes extra entropy when it set as empty ([bcf3d15](https://github.com/input-output-hk/cardano-js-sdk/commit/bcf3d15b2d5ceb6e8cc2b7c8f32cb7802cd450f7))
17+
18+
### Code Refactoring
19+
20+
* hoist bufferChainSyncEvent to projection package ([dd8b52f](https://github.com/input-output-hk/cardano-js-sdk/commit/dd8b52fac280e2ff090ded2020adb6078b90ab2e))
21+
622
## [0.39.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-10)
723

824
### Features

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.39.3",
3+
"version": "0.40.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.37](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-25)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.12.36](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-10)
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.36",
3+
"version": "0.12.37",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=16.20.2"

packages/e2e/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,20 @@
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.43.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-25)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* OgmiosObservableCardanoNode and bufferChainSyncEvent were moved from core package to projection package
11+
12+
### Features
13+
14+
* dockerize blockfrost-ryo ([d548040](https://github.com/input-output-hk/cardano-js-sdk/commit/d548040c85ea23a3c72457fccc760578c62d8c26))
15+
16+
### Code Refactoring
17+
18+
* hoist bufferChainSyncEvent to projection package ([dd8b52f](https://github.com/input-output-hk/cardano-js-sdk/commit/dd8b52fac280e2ff090ded2020adb6078b90ab2e))
19+
620
## [0.42.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2024-09-12)
721

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

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.42.2",
3+
"version": "0.43.0",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"repository": "https://github.com/input-output-hk/cardano-js-sdk",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)