Skip to content

Commit

Permalink
chore(release): 18.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [18.0.0](v17.0.1...v18.0.0) (2024-05-14)

### Features

* add wms layer type utils ([adb1ca4](adb1ca4))
* remove duplicate `WMSLayer` type ([fa82fdd](fa82fdd))

### BREAKING CHANGES

* removes the `WMSLayer` type from `MapUtils`. Use `WmsLayer` from typeUtils instead.
* removes the `LayerUtil.isOlSource(source)` etc. functions in favor of
`instanceof` checks
  • Loading branch information
semantic-release-bot committed May 14, 2024
1 parent 5ad24ea commit 1aeb657
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# [18.0.0](https://github.com/terrestris/ol-util/compare/v17.0.1...v18.0.0) (2024-05-14)


### Features

* add wms layer type utils ([adb1ca4](https://github.com/terrestris/ol-util/commit/adb1ca490a43a903ce764cb02d6b493a285fb702))
* remove duplicate `WMSLayer` type ([fa82fdd](https://github.com/terrestris/ol-util/commit/fa82fddbeeaf0cdc84fecce5e4599156d7d39993))


### BREAKING CHANGES

* removes the `WMSLayer` type from `MapUtils`. Use `WmsLayer` from typeUtils instead.
* removes the `LayerUtil.isOlSource(source)` etc. functions in favor of
`instanceof` checks

## [17.0.1](https://github.com/terrestris/ol-util/compare/v17.0.0...v17.0.1) (2024-05-10)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@terrestris/ol-util",
"version": "17.0.1",
"version": "18.0.0",
"description": "A set of helper classes for working with openLayers",
"module": "src/index.ts",
"main": "dist/index.js",
Expand Down

0 comments on commit 1aeb657

Please sign in to comment.