From 9fa28dbc5f332609d60434db6dce0181855bbca1 Mon Sep 17 00:00:00 2001 From: samshara Date: Thu, 28 Nov 2024 15:23:03 +0545 Subject: [PATCH] v7.6.6-hotfix --- .changeset/chilled-crabs-provide.md | 6 ------ .changeset/ninety-walls-film.md | 5 ----- .changeset/pink-beans-develop.md | 5 ----- .changeset/slimy-eggs-peel.md | 6 ------ .changeset/wise-flowers-greet.md | 5 ----- app/CHANGELOG.md | 11 +++++++++++ app/package.json | 2 +- 7 files changed, 12 insertions(+), 28 deletions(-) delete mode 100644 .changeset/chilled-crabs-provide.md delete mode 100644 .changeset/ninety-walls-film.md delete mode 100644 .changeset/pink-beans-develop.md delete mode 100644 .changeset/slimy-eggs-peel.md delete mode 100644 .changeset/wise-flowers-greet.md diff --git a/.changeset/chilled-crabs-provide.md b/.changeset/chilled-crabs-provide.md deleted file mode 100644 index 3e9083353..000000000 --- a/.changeset/chilled-crabs-provide.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"go-web-app": patch ---- - -Hide Local unit contact details on the list view for logged in users in [#1485](https://github.com/ifRCGo/go-web-app/issues/1485) -Update `tinymce-react` plugin to the latest version and enabled additional plugins, including support for lists in [#1481](https://github.com/ifRCGo/go-web-app/issues/1481) diff --git a/.changeset/ninety-walls-film.md b/.changeset/ninety-walls-film.md deleted file mode 100644 index 0b4e3e6fa..000000000 --- a/.changeset/ninety-walls-film.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"go-web-app": patch ---- - -Replace the from-communication-copied text of CoS Health header diff --git a/.changeset/pink-beans-develop.md b/.changeset/pink-beans-develop.md deleted file mode 100644 index 0cc8b7df2..000000000 --- a/.changeset/pink-beans-develop.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"go-web-app": patch ---- - -Prioritize GDACS as the Primary Source for Imminent Risk Watch in [#1547](https://github.com/IFRCGo/go-web-app/issues/1547) diff --git a/.changeset/slimy-eggs-peel.md b/.changeset/slimy-eggs-peel.md deleted file mode 100644 index 7652008c4..000000000 --- a/.changeset/slimy-eggs-peel.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"go-web-app": patch ---- - -Add Organization type and Learning type filter in Operational learning in [#1469](https://github.com/IFRCGo/go-web-app/issues/1469) - diff --git a/.changeset/wise-flowers-greet.md b/.changeset/wise-flowers-greet.md deleted file mode 100644 index aebeb0826..000000000 --- a/.changeset/wise-flowers-greet.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"go-web-app": patch ---- - -Auto append https:// for incomplete URLs in [#1505](https://github.com/IFRCGo/go-web-app/issues/1505) diff --git a/app/CHANGELOG.md b/app/CHANGELOG.md index 488191ca6..345396843 100644 --- a/app/CHANGELOG.md +++ b/app/CHANGELOG.md @@ -1,5 +1,16 @@ # go-web-app +## 7.6.6 + +### Patch Changes + +- 8cdc946: Hide Local unit contact details on the list view for logged in users in [#1485](https://github.com/ifRCGo/go-web-app/issues/1485) + Update `tinymce-react` plugin to the latest version and enabled additional plugins, including support for lists in [#1481](https://github.com/ifRCGo/go-web-app/issues/1481) +- ecca810: Replace the from-communication-copied text of CoS Health header +- 7cf2514: Prioritize GDACS as the Primary Source for Imminent Risk Watch in [#1547](https://github.com/IFRCGo/go-web-app/issues/1547) +- 8485076: Add Organization type and Learning type filter in Operational learning in [#1469](https://github.com/IFRCGo/go-web-app/issues/1469) +- 766d98d: Auto append https:// for incomplete URLs in [#1505](https://github.com/IFRCGo/go-web-app/issues/1505) + ## 7.6.5 ### Patch Changes diff --git a/app/package.json b/app/package.json index 60be721b9..1728394c5 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "go-web-app", - "version": "7.6.5", + "version": "7.6.6", "type": "module", "private": true, "license": "MIT",