Skip to content

Commit

Permalink
OpenLayers 10.2.0 support (#212)
Browse files Browse the repository at this point in the history
* OpenLayers 10.2.0 support

* limit to <10.3.0

* add all 10 versions
  • Loading branch information
mmomtchev authored Sep 23, 2024
1 parent 32ff555 commit 19ef4ae
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [18.x]
ol-version: [10.0.0]
ol-version: [10.0.0, 10.1.0, 10.2.0]

steps:
- uses: actions/checkout@v4
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.1.0 2024-09-23

- Support OpenLayers 10.2

# 3.0.0 2024-07-27

- Support OpenLayers 10
Expand Down
18 changes: 12 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"sqlite-wasm-http": "^1.2.0"
},
"peerDependencies": {
"ol": "10.1.0"
"ol": ">=10.0.0 <10.3.0"
},
"devDependencies": {
"@rollup/plugin-typescript": "^11.1.5",
Expand Down Expand Up @@ -73,7 +73,7 @@
"html-webpack-plugin": "^5.6.0",
"link": "^2.1.0",
"mocha": "^10.2.0",
"ol": "10.1.0",
"ol": "10.2.0",
"prettier": "^3.2.5",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
Expand Down

0 comments on commit 19ef4ae

Please sign in to comment.