Skip to content

Commit 5e75bfb

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]
1 parent 7d57a32 commit 5e75bfb

File tree

16 files changed

+52
-8
lines changed

16 files changed

+52
-8
lines changed

packages/e2e/CHANGELOG.md

+6
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.16.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
### Bug Fixes
9+
10+
* **wallet:** discovery should search for 1/0 too ([cdf79cb](https://github.com/input-output-hk/cardano-js-sdk/commit/cdf79cbaf8925e72e52ad859ef78a0a112729b81))
11+
612
## [0.16.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
713

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

packages/e2e/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/e2e",
3-
"version": "0.16.4",
3+
"version": "0.16.5",
44
"description": "End to end tests for the cardano-js-sdk packages.",
55
"engines": {
66
"node": ">=16.0"

packages/governance/CHANGELOG.md

+4
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.7.12](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
**Note:** Version bump only for package @cardano-sdk/governance
9+
610
## [0.7.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
711

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

packages/governance/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/governance",
3-
"version": "0.7.11",
3+
"version": "0.7.12",
44
"description": "Governance types and utilities for Cardano",
55
"engines": {
66
"node": ">=14.20.1"

packages/hardware-ledger/CHANGELOG.md

+4
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.2.14](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
**Note:** Version bump only for package @cardano-sdk/hardware-ledger
9+
610
## [0.2.13](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
711

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

packages/hardware-ledger/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/hardware-ledger",
3-
"version": "0.2.13",
3+
"version": "0.2.14",
44
"description": "Mappings and integration with Ledger hardware",
55
"engines": {
66
"node": ">=14.20.1"

packages/input-selection/CHANGELOG.md

+4
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.11.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
**Note:** Version bump only for package @cardano-sdk/input-selection
9+
610
## [0.11.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
711

812
### ⚠ BREAKING CHANGES

packages/input-selection/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/input-selection",
3-
"version": "0.11.0",
3+
"version": "0.11.1",
44
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
55
"engines": {
66
"node": ">=14.20.1"

packages/key-management/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.8.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* **key-management:** change behavior of ensureStakeKeys to return all reward accounts
11+
12+
### Features
13+
14+
* **key-management:** change behavior of ensureStakeKeys to return all reward accounts ([faaf9b0](https://github.com/input-output-hk/cardano-js-sdk/commit/faaf9b02eff1dd786c93d1b95b22c0aad193def3))
15+
616
## [0.7.11](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
717

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

packages/key-management/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/key-management",
3-
"version": "0.7.11",
3+
"version": "0.8.0",
44
"description": "Key management types and utilities for Cardano",
55
"engines": {
66
"node": ">=14.20.1"

packages/tx-construction/CHANGELOG.md

+6
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.9.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
### Bug Fixes
9+
10+
* **tx-construction:** builder now awaits for non-empty knownAddresses$ before building the tx ([e8f4296](https://github.com/input-output-hk/cardano-js-sdk/commit/e8f42960fe020cca35b54b4d3eedc35280d28049))
11+
612
## [0.9.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
713

814
### ⚠ BREAKING CHANGES

packages/tx-construction/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/tx-construction",
3-
"version": "0.9.0",
3+
"version": "0.9.1",
44
"description": "Types and functions for constructing transactions on Cardano",
55
"engines": {
66
"node": ">=14.20.1"

packages/wallet/CHANGELOG.md

+6
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.18.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
### Bug Fixes
9+
10+
* **wallet:** discovery should search for 1/0 too ([cdf79cb](https://github.com/input-output-hk/cardano-js-sdk/commit/cdf79cbaf8925e72e52ad859ef78a0a112729b81))
11+
612
## [0.18.0](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
713

814
### ⚠ BREAKING CHANGES

packages/wallet/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/wallet",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "Wallet modules",
55
"engines": {
66
"node": ">=14.20.1"

packages/web-extension/CHANGELOG.md

+4
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.13.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-05)
7+
8+
**Note:** Version bump only for package @cardano-sdk/web-extension
9+
610
## [0.13.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/[email protected]...@cardano-sdk/[email protected]) (2023-07-04)
711

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

packages/web-extension/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@cardano-sdk/web-extension",
3-
"version": "0.13.5",
3+
"version": "0.13.6",
44
"description": "Web extension wallet utilities",
55
"engines": {
66
"node": ">=14.20.1"

0 commit comments

Comments
 (0)