From a1182594c078ce72ffda433ee554ca014383cf44 Mon Sep 17 00:00:00 2001 From: Timm Friebe Date: Thu, 16 May 2024 21:19:07 +0800 Subject: [PATCH] Update OpenLayers to ^9.2 --- ChangeLog.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog.md b/ChangeLog.md index 8e56e67..b22e0ee 100755 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -3,6 +3,12 @@ Dialog change log ## ?.?.? / ????-??-?? +## 2.2.0 / 2024-05-16 + +* Updated the *OpenLayers* JavaScript library to version 9.2, see + https://github.com/openlayers/openlayers/releases + (@thekid) + ## 2.1.2 / 2024-05-12 * Fixed the `video` elements in having an unwanted bottom "margin". diff --git a/package.json b/package.json index e27a6a3..12f5246 100755 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "dependencies": { - "ol": "^7.5" + "ol": "^9.2" }, "bundles": { "vendor": {