Skip to content

Commit 586e56f

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] - @cardano-sdk/[email protected]
1 parent 48d3640 commit 586e56f

File tree

40 files changed

+147
-20
lines changed

40 files changed

+147
-20
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.16.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-14)
7+
8+
**Note:** Version bump only for package @cardano-sdk/cardano-services-client
9+
610
## [0.16.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-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.16.1",
3+
"version": "0.16.2",
44
"description": "Cardano Services Client",
55
"engines": {
66
"node": ">=16.20.2"

packages/cardano-services/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.24.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-14)
7+
8+
### Features
9+
10+
* **cardano-sevices:** allow api compatible version requests ([14184e2](https://github.com/input-output-hk/cardano-js-sdk/commit/14184e2b003a6d58f1088b26de0e932a6646535a))
11+
* include minted assets in cip67 mapper to ensure minted assets can be collected in withHandles mapper ([8e1b834](https://github.com/input-output-hk/cardano-js-sdk/commit/8e1b834181e909d4cb4c8608a29392716ae5a4b8))
12+
* update Handle entity and HandleStore to save parent handles ([3fa3920](https://github.com/input-output-hk/cardano-js-sdk/commit/3fa3920088857d5019d732a036fc3a89b90d5ab3))
13+
614
## [0.24.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-12)
715

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

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.24.1",
3+
"version": "0.24.2",
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.23.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-14)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **core:** remove duplicate RegisterCcHotKey and
11+
RetireCc certificates
12+
13+
### Features
14+
15+
* include minted assets in cip67 mapper to ensure minted assets can be collected in withHandles mapper ([8e1b834](https://github.com/input-output-hk/cardano-js-sdk/commit/8e1b834181e909d4cb4c8608a29392716ae5a4b8))
16+
* update Handle entity and HandleStore to save parent handles ([3fa3920](https://github.com/input-output-hk/cardano-js-sdk/commit/3fa3920088857d5019d732a036fc3a89b90d5ab3))
17+
18+
### Code Refactoring
19+
20+
* **core:** remove duplicate committee certificates ([20cfc0d](https://github.com/input-output-hk/cardano-js-sdk/commit/20cfc0d440e759cc62f641816291240ee915eebd))
21+
622
## [0.22.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-07)
723

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

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.22.2",
3+
"version": "0.23.0",
44
"description": "Core types and libraries for Cardano",
55
"engines": {
66
"node": ">=16.20.2"

packages/crypto/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.1.19](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-14)
7+
8+
**Note:** Version bump only for package @cardano-sdk/crypto
9+
610
## [0.1.18](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-07)
711

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

packages/crypto/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/crypto",
3-
"version": "0.1.18",
3+
"version": "0.1.19",
44
"description": "Cryptographic types and functions for Cardano. Warning: The libsodium crypto provider has not yet been audited. Use at this stage is at own risk",
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.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-14)
7+
8+
**Note:** Version bump only for package @cardano-sdk/dapp-connector
9+
610
## [0.12.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-12-12)
711

812
### ⚠ BREAKING CHANGES

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.0",
3+
"version": "0.12.1",
44
"description": "TypeScript definitions for the dApp Connector standard CIP30",
55
"engines": {
66
"node": ">=16.20.2"

0 commit comments

Comments
 (0)