Skip to content

Commit

Permalink
chore(release): 21.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [21.0.0](v20.1.1...v21.0.0) (2022-12-05)

### Bug Fixes

* adapt deprecated tooltip tip formatter config ([6cdcef4](6cdcef4))
* fix deprecated menu config for dropdown ([8d293fd](8d293fd))
* replace deprecated property visible by open ([511e371](511e371))

### BREAKING CHANGES

* Dropdown doesn't need a full antd Menu component any more.
Instead of this, an object of type MenuProps is expected now.
  • Loading branch information
semantic-release-bot committed Dec 5, 2022
1 parent 2b732a4 commit 5a7b152
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 @@
# [21.0.0](https://github.com/terrestris/react-geo/compare/v20.1.1...v21.0.0) (2022-12-05)


### Bug Fixes

* adapt deprecated tooltip tip formatter config ([6cdcef4](https://github.com/terrestris/react-geo/commit/6cdcef4ebdaa865baf9c03952a5f610610ac8f5e))
* fix deprecated menu config for dropdown ([8d293fd](https://github.com/terrestris/react-geo/commit/8d293fd65719222bc46959f7a091d5abd6774149))
* replace deprecated property visible by open ([511e371](https://github.com/terrestris/react-geo/commit/511e3711f47e45ba22d595a88393c31d9cc42d75))


### BREAKING CHANGES

* Dropdown doesn't need a full antd Menu component any more.
Instead of this, an object of type MenuProps is expected now.

## [20.1.1](https://github.com/terrestris/react-geo/compare/v20.1.0...v20.1.1) (2022-12-02)


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": "20.1.1",
"version": "21.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 5a7b152

Please sign in to comment.