We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6f1b0e commit aec6a2fCopy full SHA for aec6a2f
CHANGES.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+#### 0.4.5
4
+
5
+- Upgrades TerriaJS to [8.11.3](https://github.com/TerriaJS/terriajs/blob/main/CHANGES.md#8113---2026-02-02)
6
7
#### 0.4.4
8
9
**2025-12-04**
package.json
@@ -13,7 +13,7 @@
13
]
14
},
15
"name": "terriajs-map",
16
- "version": "0.4.4",
+ "version": "0.4.5",
17
"description": "Geospatial catalog explorer based on TerriaJS.",
18
"license": "Apache-2.0",
19
"engines": {
@@ -71,7 +71,7 @@
71
"sass": "^1.81.0",
72
"sass-loader": "^16.0.3",
73
"style-loader": "^4.0.0",
74
- "terriajs": "8.11.1",
+ "terriajs": "8.11.3",
75
"terriajs-cesium": "21.0.1",
76
"svg-sprite": "^2.0.4",
77
"terriajs-plugin-api": "0.0.1-alpha.17",
0 commit comments