Skip to content

Commit a118259

Browse files
committed
Update OpenLayers to ^9.2
1 parent 736d2ec commit a118259

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@ Dialog change log
33

44
## ?.?.? / ????-??-??
55

6+
## 2.2.0 / 2024-05-16
7+
8+
* Updated the *OpenLayers* JavaScript library to version 9.2, see
9+
https://github.com/openlayers/openlayers/releases
10+
(@thekid)
11+
612
## 2.1.2 / 2024-05-12
713

814
* Fixed the `video` elements in having an unwanted bottom "margin".

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"ol": "^7.5"
3+
"ol": "^9.2"
44
},
55
"bundles": {
66
"vendor": {

0 commit comments

Comments
 (0)