gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: -fix FTBFS due to missing fie


From: gnunet
Subject: [taler-wallet-core] branch master updated: -fix FTBFS due to missing field in story
Date: Wed, 24 Jan 2024 15:44:07 +0100

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new dc2036964 -fix FTBFS due to missing field in story
dc2036964 is described below

commit dc20369642420d10e317aadc116bdf1d797a7383
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Jan 24 15:44:03 2024 +0100

    -fix FTBFS due to missing field in story
---
 packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx 
b/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx
index bbf5bf0c8..86c420b91 100644
--- a/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx
+++ b/packages/taler-wallet-webextension/src/wallet/Settings.stories.tsx
@@ -37,11 +37,13 @@ const version = {
     merchant: "2:0:1",
     bank: "0:0:0",
     hash: "d439c3e1bc743f2aa47de4457953dba6ecb0e20f",
-    version: "0.9.0-dev.1",
+    version: "1:2:3",
     devMode: false,
     bankConversionApiRange: "0:0:0",
     bankIntegrationApiRange: "0:0:0",
     corebankApiRange: "0:0:0",
+    implementationGitHash: "d439c3e1bc743f2aa47de4457953dba6ecb0e20f",
+    implementationSemver: "0.9.0-dev.1",
   } satisfies WalletCoreVersion,
   webexVersion: {
     version: "0.9.0.13",

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]