From cfdb71cebaa0e3a433b2e63150590d1a56c208bc Mon Sep 17 00:00:00 2001 From: Wing Ho Date: Mon, 15 Jun 2026 10:32:59 +1000 Subject: [PATCH 1/2] Add TerriaMap monorepo notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ab1b457f19..0960f1146f 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,10 @@ To get in touch: Following is a list of major announcements and upgrades that may affect users maintaining a fork (copied from [TerriaJS announcements](https://github.com/TerriaJS/terriajs/discussions/categories/announcements)). For a full list of changes to TerriaMap, including the latest versions of TerriaJS included with each release please refer to [CHANGES.md](https://github.com/TerriaJS/TerriaMap/blob/main/CHANGES.md). +### TerriaJS and TerriaMap monorepo consolidation incoming! (2026-06-15) + +TerriaMap will be folded into TerriaJS to streamline development, changes will continue to be mirrored out to TerriaMap - consider migrating your fork to `terriajs/terriajs` if you are actively maintaining two separate forks (TerriaMap+terriajs). + ### We have released TerriaJS v8.3.0 (2023-05-22) Terriajs version `8.3.0` includes a few breaking changes: From 6c6edd5071850ecc4eabd3832a267fce26bf31e6 Mon Sep 17 00:00:00 2001 From: Wing Ho Date: Mon, 15 Jun 2026 10:36:52 +1000 Subject: [PATCH 2/2] add link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0960f1146f..6d15c53657 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Following is a list of major announcements and upgrades that may affect users ma ### TerriaJS and TerriaMap monorepo consolidation incoming! (2026-06-15) -TerriaMap will be folded into TerriaJS to streamline development, changes will continue to be mirrored out to TerriaMap - consider migrating your fork to `terriajs/terriajs` if you are actively maintaining two separate forks (TerriaMap+terriajs). +[TerriaMap will be folded into TerriaJS to streamline development](https://github.com/TerriaJS/terriajs/discussions/7863), changes will continue to be mirrored out to TerriaMap - consider migrating your fork to `terriajs/terriajs` if you are actively maintaining two separate forks (TerriaMap+terriajs). ### We have released TerriaJS v8.3.0 (2023-05-22)