Skip to content

Commit

Permalink
chore(release): 20.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [20.0.0](v19.8.2...v20.0.0) (2022-11-16)

### Bug Fixes

* adaptaions after ol-util upgrade to v10.x ([4440810](4440810))
* fix typing of togglebutton clone ([67dd940](67dd940))
* fix typings after ol7 upgrade ([2e04fca](2e04fca))
* get rid of unnecessary quotes ([2500acb](2500acb))

### chore

* bump ol to v7.x ([a9022eb](a9022eb))

### BREAKING CHANGES

* set peer dependency for openlayers package to v7.1
  • Loading branch information
semantic-release-bot committed Nov 16, 2022
1 parent 49d1a80 commit 04b122a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# [20.0.0](https://github.com/terrestris/react-geo/compare/v19.8.2...v20.0.0) (2022-11-16)


### Bug Fixes

* adaptaions after ol-util upgrade to v10.x ([4440810](https://github.com/terrestris/react-geo/commit/444081028805dbcfa4ef1cb97e8a5223c975656b))
* fix typing of togglebutton clone ([67dd940](https://github.com/terrestris/react-geo/commit/67dd940aa0163cd8c6a6675218c27af9922a1dc5))
* fix typings after ol7 upgrade ([2e04fca](https://github.com/terrestris/react-geo/commit/2e04fcaf648cbab1dd5b5f25dd246f74d21fcde5))
* get rid of unnecessary quotes ([2500acb](https://github.com/terrestris/react-geo/commit/2500acb9550369f2a6a5576bebe227c0737fc30f))


### chore

* bump ol to v7.x ([a9022eb](https://github.com/terrestris/react-geo/commit/a9022eb9717a66fc278b425f136fd9ee0fe8eaa5))


### BREAKING CHANGES

* set peer dependency for openlayers package to v7.1

## [19.8.2](https://github.com/terrestris/react-geo/compare/v19.8.1...v19.8.2) (2022-11-03)


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/react-geo",
"version": "19.8.2",
"version": "20.0.0",
"description": "A set of geo related modules. To use in combination with react, antd and ol.",
"keywords": [
"react",
Expand Down

0 comments on commit 04b122a

Please sign in to comment.