From b0d605d4c6a6d388fee96221b08f35ccbd9282d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2025 16:16:01 +0100 Subject: [PATCH] Version Packages (#361) Co-authored-by: github-actions[bot] --- .changeset/wet-cougars-appear.md | 5 ----- apps/io-wallet-user-func/CHANGELOG.md | 6 ++++++ apps/io-wallet-user-func/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/wet-cougars-appear.md diff --git a/.changeset/wet-cougars-appear.md b/.changeset/wet-cougars-appear.md deleted file mode 100644 index 23b20abd..00000000 --- a/.changeset/wet-cougars-appear.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"io-wallet-user-func": patch ---- - -Removed the check of the fiscal code list for sending the revocation email diff --git a/apps/io-wallet-user-func/CHANGELOG.md b/apps/io-wallet-user-func/CHANGELOG.md index e72d2cf4..9bf726fb 100644 --- a/apps/io-wallet-user-func/CHANGELOG.md +++ b/apps/io-wallet-user-func/CHANGELOG.md @@ -1,5 +1,11 @@ # io-wallet-user-func +## 3.0.2 + +### Patch Changes + +- 98321ad: Removed the check of the fiscal code list for sending the revocation email + ## 3.0.1 ### Patch Changes diff --git a/apps/io-wallet-user-func/package.json b/apps/io-wallet-user-func/package.json index 7eeb5eba..ee2c0e31 100644 --- a/apps/io-wallet-user-func/package.json +++ b/apps/io-wallet-user-func/package.json @@ -1,6 +1,6 @@ { "name": "io-wallet-user-func", - "version": "3.0.1", + "version": "3.0.2", "private": true, "scripts": { "build": "tsup-node",