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.4
 - @cardano-sdk/cardano-services@0.12.0
 - @cardano-sdk/core@0.13.0
 - @cardano-sdk/crypto@0.1.6
 - @cardano-sdk/dapp-connector@0.9.4
 - @cardano-sdk/e2e@0.13.0
 - @cardano-sdk/golden-test-generator@0.7.6
 - @cardano-sdk/governance@0.7.2
 - @cardano-sdk/hardware-ledger@0.2.3
 - @cardano-sdk/input-selection@0.9.5
 - @cardano-sdk/key-management@0.7.2
 - @cardano-sdk/ogmios@0.12.0
 - @cardano-sdk/projection-typeorm@0.3.0
 - @cardano-sdk/projection@0.6.4
 - @cardano-sdk/tx-construction@0.5.3
 - @cardano-sdk/util-dev@0.12.0
 - @cardano-sdk/util-rxjs@0.4.11
 - @cardano-sdk/util@0.11.0
 - @cardano-sdk/wallet@0.14.0
 - @cardano-sdk/web-extension@0.12.0
  • Loading branch information
bot-firmfirm committed Jun 5, 2023
1 parent bf9d185 commit c7c3523
Show file tree
Hide file tree
Showing 40 changed files with 219 additions and 20 deletions.
4 changes: 4 additions & 0 deletions packages/cardano-services-client/CHANGELOG.md
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.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

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services-client/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services-client",
"version": "0.9.3",
"version": "0.9.4",
"description": "Cardano Services Client",
"engines": {
"node": ">=14.20.1"
Expand Down
25 changes: 25 additions & 0 deletions packages/cardano-services/CHANGELOG.md
Expand Up @@ -3,6 +3,31 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

* hoist Cardano.Percent to util package
* make stake pool metrics an optional property to handle activating pools
* - rename `rewardsHistoryLimit` stake pool search arg to `apyEpochsBackLimit`
* - remove `epochRewards` and type `StakePoolEpochRewards`
- remove `transactions` and type `StakePoolTransactions`

### Features

* add handle projection ([1d3f4ca](https://github.com/input-output-hk/cardano-js-sdk/commit/1d3f4ca3cfa3f1dfb668847de58eba4d0402d48e))
* add missing pool stats status ([6a59a78](https://github.com/input-output-hk/cardano-js-sdk/commit/6a59a78cff0eae3d965e62d65d8612a642dce8f8))
* add stake pool metadata entity relation ([99a40b7](https://github.com/input-output-hk/cardano-js-sdk/commit/99a40b79a8809c472c7780bcb626451345b65958))
* **cardano-services:** log CardanoTokenRegistry config on construction ([63c8377](https://github.com/input-output-hk/cardano-js-sdk/commit/63c83774c0487e3883b6b447e1cc7aad75222e45))
* implement TypeormStakePoolProvider ([8afbffd](https://github.com/input-output-hk/cardano-js-sdk/commit/8afbffdadaf9566ee25e553aee7fbb0c8e0eab62))

### Code Refactoring

* hoist Cardano.Percent to util package ([e4da0e3](https://github.com/input-output-hk/cardano-js-sdk/commit/e4da0e3851a4bdfd503c1f195c5ba1455ea6675b))
* make stake pool metrics an optional property to handle activating pools ([d33bd07](https://github.com/input-output-hk/cardano-js-sdk/commit/d33bd07ddb873ba40498a95caa860820f38ee687))
* remove unusable fields from StakePool core type ([a7aa17f](https://github.com/input-output-hk/cardano-js-sdk/commit/a7aa17fdd5224437555840d21f56c4660142c351))
* rename rewardsHistoryLimit ([05ccdc6](https://github.com/input-output-hk/cardano-js-sdk/commit/05ccdc6b448f98ddd09894b633521e79fbb6d9c1))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/cardano-services/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/cardano-services",
"version": "0.11.4",
"version": "0.12.0",
"description": "Cardano GraphQL Services",
"engines": {
"node": ">=14.20.1"
Expand Down
22 changes: 22 additions & 0 deletions packages/core/CHANGELOG.md
Expand Up @@ -3,6 +3,28 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

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

### ⚠ BREAKING CHANGES

* hoist Cardano.Percent to util package
* make stake pool metrics an optional property to handle activating pools
* - rename `rewardsHistoryLimit` stake pool search arg to `apyEpochsBackLimit`
* - remove `epochRewards` and type `StakePoolEpochRewards`
- remove `transactions` and type `StakePoolTransactions`

### Features

* add missing pool stats status ([6a59a78](https://github.com/input-output-hk/cardano-js-sdk/commit/6a59a78cff0eae3d965e62d65d8612a642dce8f8))
* implement TypeormStakePoolProvider ([8afbffd](https://github.com/input-output-hk/cardano-js-sdk/commit/8afbffdadaf9566ee25e553aee7fbb0c8e0eab62))

### Code Refactoring

* hoist Cardano.Percent to util package ([e4da0e3](https://github.com/input-output-hk/cardano-js-sdk/commit/e4da0e3851a4bdfd503c1f195c5ba1455ea6675b))
* make stake pool metrics an optional property to handle activating pools ([d33bd07](https://github.com/input-output-hk/cardano-js-sdk/commit/d33bd07ddb873ba40498a95caa860820f38ee687))
* remove unusable fields from StakePool core type ([a7aa17f](https://github.com/input-output-hk/cardano-js-sdk/commit/a7aa17fdd5224437555840d21f56c4660142c351))
* rename rewardsHistoryLimit ([05ccdc6](https://github.com/input-output-hk/cardano-js-sdk/commit/05ccdc6b448f98ddd09894b633521e79fbb6d9c1))

## [0.12.2](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/core@0.12.1...@cardano-sdk/core@0.12.2) (2023-06-01)

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/core",
"version": "0.12.2",
"version": "0.13.0",
"description": "Core types and libraries for Cardano",
"engines": {
"node": ">=14.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/crypto/CHANGELOG.md
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.1.6](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.5...@cardano-sdk/crypto@0.1.6) (2023-06-05)

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

## [0.1.5](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/crypto@0.1.4...@cardano-sdk/crypto@0.1.5) (2023-05-22)

**Note:** Version bump only for package @cardano-sdk/crypto
Expand Down
2 changes: 1 addition & 1 deletion packages/crypto/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/crypto",
"version": "0.1.5",
"version": "0.1.6",
"description": "Cryptographic types and functions for Cardano",
"engines": {
"node": ">=14.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/dapp-connector/CHANGELOG.md
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.4](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.9.3...@cardano-sdk/dapp-connector@0.9.4) (2023-06-05)

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

## [0.9.3](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/dapp-connector@0.9.2...@cardano-sdk/dapp-connector@0.9.3) (2023-06-01)

**Note:** Version bump only for package @cardano-sdk/dapp-connector
Expand Down
2 changes: 1 addition & 1 deletion packages/dapp-connector/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/dapp-connector",
"version": "0.9.3",
"version": "0.9.4",
"description": "TypeScript definitions for the dApp Connector standard CIP30",
"engines": {
"node": ">=14.20.1"
Expand Down
20 changes: 20 additions & 0 deletions packages/e2e/CHANGELOG.md
Expand Up @@ -3,6 +3,26 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

* **wallet:** Added new properties to DelegationTrackerProps
* make stake pool metrics an optional property to handle activating pools
* - rename `rewardsHistoryLimit` stake pool search arg to `apyEpochsBackLimit`
* - remove `epochRewards` and type `StakePoolEpochRewards`
- remove `transactions` and type `StakePoolTransactions`

### Features

* **wallet:** delegation.portfolio$ tracker ([7488d14](https://github.com/input-output-hk/cardano-js-sdk/commit/7488d14008f7aa3d91d7513cfffaeb81e160eb18))

### Code Refactoring

* make stake pool metrics an optional property to handle activating pools ([d33bd07](https://github.com/input-output-hk/cardano-js-sdk/commit/d33bd07ddb873ba40498a95caa860820f38ee687))
* remove unusable fields from StakePool core type ([a7aa17f](https://github.com/input-output-hk/cardano-js-sdk/commit/a7aa17fdd5224437555840d21f56c4660142c351))
* rename rewardsHistoryLimit ([05ccdc6](https://github.com/input-output-hk/cardano-js-sdk/commit/05ccdc6b448f98ddd09894b633521e79fbb6d9c1))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/e2e/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/e2e",
"version": "0.12.1",
"version": "0.13.0",
"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
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.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

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

**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
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/golden-test-generator",
"version": "0.7.5",
"version": "0.7.6",
"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
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.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

## [0.7.1](https://github.com/input-output-hk/cardano-js-sdk/compare/@cardano-sdk/governance@0.7.0...@cardano-sdk/governance@0.7.1) (2023-06-01)

**Note:** Version bump only for package @cardano-sdk/governance
Expand Down
2 changes: 1 addition & 1 deletion packages/governance/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/governance",
"version": "0.7.1",
"version": "0.7.2",
"description": "Governance types and utilities for Cardano",
"engines": {
"node": ">=14.20.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/hardware-ledger/CHANGELOG.md
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.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

* **hardware-ledger:** stake key hashes in the requiredSigners field are now mapped correctly ([8e857ec](https://github.com/input-output-hk/cardano-js-sdk/commit/8e857ec022c03cd86e6c247d8333b68765fb0f2e))

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

**Note:** Version bump only for package @cardano-sdk/hardware-ledger
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-ledger/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/hardware-ledger",
"version": "0.2.2",
"version": "0.2.3",
"description": "Mappings and integration with Ledger hardware",
"engines": {
"node": ">=14.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/input-selection/CHANGELOG.md
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/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

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

**Note:** Version bump only for package @cardano-sdk/input-selection
Expand Down
2 changes: 1 addition & 1 deletion packages/input-selection/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/input-selection",
"version": "0.9.4",
"version": "0.9.5",
"description": "TypeScript definitions for input-selection (Coin Selection Algorithms for Cardano)",
"engines": {
"node": ">=14.20.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/key-management/CHANGELOG.md
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.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

* **key-management:** the InMemoryKeyAgent now correctly takes into account the requiredSigners field ([2071885](https://github.com/input-output-hk/cardano-js-sdk/commit/20718855f9c00071947f927b4f5280cea9b41a43))

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

**Note:** Version bump only for package @cardano-sdk/key-management
Expand Down
2 changes: 1 addition & 1 deletion packages/key-management/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/key-management",
"version": "0.7.1",
"version": "0.7.2",
"description": "Key management types and utilities for Cardano",
"engines": {
"node": ">=14.20.1"
Expand Down
10 changes: 10 additions & 0 deletions packages/ogmios/CHANGELOG.md
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.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

* hoist Cardano.Percent to util package

### Code Refactoring

* hoist Cardano.Percent to util package ([e4da0e3](https://github.com/input-output-hk/cardano-js-sdk/commit/e4da0e3851a4bdfd503c1f195c5ba1455ea6675b))

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

**Note:** Version bump only for package @cardano-sdk/ogmios
Expand Down
2 changes: 1 addition & 1 deletion packages/ogmios/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/ogmios",
"version": "0.11.3",
"version": "0.12.0",
"description": "Ogmios Providers",
"engines": {
"node": ">=14.20.1"
Expand Down
15 changes: 15 additions & 0 deletions packages/projection-typeorm/CHANGELOG.md
Expand Up @@ -3,6 +3,21 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

* hoist Cardano.Percent to util package

### Features

* add handle projection ([1d3f4ca](https://github.com/input-output-hk/cardano-js-sdk/commit/1d3f4ca3cfa3f1dfb668847de58eba4d0402d48e))
* add stake pool metadata entity relation ([99a40b7](https://github.com/input-output-hk/cardano-js-sdk/commit/99a40b79a8809c472c7780bcb626451345b65958))

### Code Refactoring

* hoist Cardano.Percent to util package ([e4da0e3](https://github.com/input-output-hk/cardano-js-sdk/commit/e4da0e3851a4bdfd503c1f195c5ba1455ea6675b))

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/projection-typeorm/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection-typeorm",
"version": "0.2.3",
"version": "0.3.0",
"description": "Project Chain Sync events into PostgreSQL via TypeORM",
"engines": {
"node": ">=14.20.1"
Expand Down
6 changes: 6 additions & 0 deletions packages/projection/CHANGELOG.md
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.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

* add handle projection ([1d3f4ca](https://github.com/input-output-hk/cardano-js-sdk/commit/1d3f4ca3cfa3f1dfb668847de58eba4d0402d48e))

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

**Note:** Version bump only for package @cardano-sdk/projection
Expand Down
2 changes: 1 addition & 1 deletion packages/projection/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/projection",
"version": "0.6.3",
"version": "0.6.4",
"description": "Chain Sync event projection",
"engines": {
"node": ">=14.20.1"
Expand Down
4 changes: 4 additions & 0 deletions packages/tx-construction/CHANGELOG.md
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.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

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

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/tx-construction/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/tx-construction",
"version": "0.5.2",
"version": "0.5.3",
"description": "Types and functions for constructing transactions on Cardano",
"engines": {
"node": ">=14.20.1"
Expand Down
18 changes: 18 additions & 0 deletions packages/util-dev/CHANGELOG.md
Expand Up @@ -3,6 +3,24 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [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

* hoist Cardano.Percent to util package
* - remove `epochRewards` and type `StakePoolEpochRewards`
- remove `transactions` and type `StakePoolTransactions`

### Features

* add handle projection ([1d3f4ca](https://github.com/input-output-hk/cardano-js-sdk/commit/1d3f4ca3cfa3f1dfb668847de58eba4d0402d48e))
* add missing pool stats status ([6a59a78](https://github.com/input-output-hk/cardano-js-sdk/commit/6a59a78cff0eae3d965e62d65d8612a642dce8f8))

### Code Refactoring

* hoist Cardano.Percent to util package ([e4da0e3](https://github.com/input-output-hk/cardano-js-sdk/commit/e4da0e3851a4bdfd503c1f195c5ba1455ea6675b))
* remove unusable fields from StakePool core type ([a7aa17f](https://github.com/input-output-hk/cardano-js-sdk/commit/a7aa17fdd5224437555840d21f56c4660142c351))

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

**Note:** Version bump only for package @cardano-sdk/util-dev
Expand Down
2 changes: 1 addition & 1 deletion packages/util-dev/package.json
@@ -1,6 +1,6 @@
{
"name": "@cardano-sdk/util-dev",
"version": "0.11.1",
"version": "0.12.0",
"description": "Utilities for tests in other packages",
"engines": {
"node": ">=14.20.1"
Expand Down

0 comments on commit c7c3523

Please sign in to comment.