From 2c25f4586dbf811c99e3c531642842ff3fb2bfce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:52:19 +0100 Subject: [PATCH] Fusion Project Portal Release (#477) This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated. # Releases ## fusion-project-portal@1.10.0 ### Minor Changes - fd738d1: The notification system has been refined to ensure users receive notifications selectively. Now, notifications will be triggered only when the "notify user" option is explicitly set on a service message item. Co-authored-by: Noggling[bot] --- .changeset/pr-470-1610845089.md | 5 ----- .changeset/pr-472-1612726403.md | 3 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 4 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 .changeset/pr-470-1610845089.md delete mode 100644 .changeset/pr-472-1612726403.md diff --git a/.changeset/pr-470-1610845089.md b/.changeset/pr-470-1610845089.md deleted file mode 100644 index 4e9d765e9..000000000 --- a/.changeset/pr-470-1610845089.md +++ /dev/null @@ -1,5 +0,0 @@ - ---- -"fusion-project-portal": minor ---- -The notification system has been refined to ensure users receive notifications selectively. Now, notifications will be triggered only when the "notify user" option is explicitly set on a service message item. diff --git a/.changeset/pr-472-1612726403.md b/.changeset/pr-472-1612726403.md deleted file mode 100644 index 017b123fe..000000000 --- a/.changeset/pr-472-1612726403.md +++ /dev/null @@ -1,3 +0,0 @@ - ---- ---- diff --git a/CHANGELOG.md b/CHANGELOG.md index 398e6885f..d72aa71d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # fusion-project-portal +## 1.10.0 + +### Minor Changes + +- fd738d1: The notification system has been refined to ensure users receive notifications selectively. Now, notifications will be triggered only when the "notify user" option is explicitly set on a service message item. + ## 1.9.2 ### Patch Changes diff --git a/package.json b/package.json index a662dd119..68c54d06c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fusion-project-portal", - "version": "1.9.2", + "version": "1.10.0", "license": "MIT", "description": "Project Portal powered by Fusion", "devDependencies": {