Skip to content

Commit

Permalink
Update cardano-wallet version in *.cabal files
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Dec 18, 2023
1 parent 35e6388 commit 8ecfa9e
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.8
name: address-derivation-discovery
version: 2023.7.18
version: 2023.12.18
synopsis: Address derivation and discovery.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ library
, safe ^>=0.3.19
, streaming-commons ^>=0.2.2.6
, text ^>=1.2.4.1
, text-class ^>=2023.7.18
, text-class ^>=2023.12.18
, unliftio ^>=0.2.24
, unliftio-core ^>=0.2.1
2 changes: 1 addition & 1 deletion lib/balance-tx/cardano-balance-tx.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-balance-tx
version: 2023.7.18
version: 2023.12.18
synopsis: Balancing transactions for the Cardano blockchain.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/cardano-api-extra/cardano-api-extra.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: cardano-api-extra
version: 2023.7.18
version: 2023.12.18
synopsis: Useful extensions to the Cardano API.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/coin-selection/cardano-coin-selection.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 2.2
name: cardano-coin-selection
version: 2023.7.18
version: 2023.12.18
synopsis: Coin selection algorithms for the Cardano blockchain.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/iohk-monitoring-extra/iohk-monitoring-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ library
, fmt ^>=0.6.3
, iohk-monitoring ^>=0.1.11.3
, text ^>=1.2.4.1
, text-class ^>=2023.7.18
, text-class ^>=2023.12.18
, time ^>=1.9.3
, tracer-transformers ^>=0.1.0.4
, transformers ^>=0.5.6.2
Expand Down
2 changes: 1 addition & 1 deletion lib/launcher/cardano-wallet-launcher.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-launcher
version: 2023.7.18
version: 2023.12.18
synopsis: Utilities for a building commands launcher
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/primitive/cardano-wallet-primitive.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet-primitive
version: 2023.7.18
version: 2023.12.18
synopsis: Selected primitive types for Cardano Wallet.
description: Please see README.md.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/temporary-extra/temporary-extra.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ library
, iohk-monitoring-extra ^>=0.1
, temporary ^>=1.3
, text ^>=1.2.4.1
, text-class ^>=2023.7.18
, text-class ^>=2023.12.18
, unliftio ^>=0.2.24
2 changes: 1 addition & 1 deletion lib/test-utils/cardano-wallet-test-utils.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: cardano-wallet-test-utils
version: 2023.7.18
version: 2023.12.18
synopsis: Shared utilities for writing unit and property tests.
description: Shared utilities for writing unit and property tests.
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down
2 changes: 1 addition & 1 deletion lib/text-class/text-class.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: text-class
version: 2023.7.18
version: 2023.12.18
synopsis: Extra helpers to convert data-types to and from Text
homepage: https://github.com/cardano-foundation/cardano-wallet
author: Cardano Foundation (High Assurance Lab)
Expand Down
2 changes: 1 addition & 1 deletion lib/wallet-benchmarks/cardano-wallet-benchmarks.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet-benchmarks
version: 2023.7.18
version: 2023.12.18
synopsis: Benchmarks for the `cardano-wallet` exectuable.
description: This package is a collection of benchmarks
for the `cardano-wallet` exectuable.
Expand Down
2 changes: 1 addition & 1 deletion lib/wallet/cardano-wallet.cabal
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cabal-version: 3.0
name: cardano-wallet
version: 2023.7.18
version: 2023.12.18
synopsis: The Wallet Backend for a Cardano node.
description: Please see README.md
homepage: https://github.com/cardano-foundation/cardano-wallet
Expand Down

0 comments on commit 8ecfa9e

Please sign in to comment.