Skip to content

Commit

Permalink
chore(release): 29.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [29.0.0](v28.0.0...v29.0.0) (2025-01-24)

### Bug Fixes

* @babel/plugin-syntax-dynamic-import is included in @babel/preset-env in ES2020 ([86a9a64](86a9a64))
* add no-debugger rule ([6ce69a1](6ce69a1))
* enable tracking only if passed explicitely ([e2d03ff](e2d03ff))
* pass default icon to component ([bbf3abb](bbf3abb))
* pass type prop correctly to button ([cc2ab13](cc2ab13))

### chore

* **eslint:** upgrade to v9 ([565c5da](565c5da))

### BREAKING CHANGES

* **eslint:** upgrade eslint to v9
  • Loading branch information
semantic-release-bot committed Jan 24, 2025
1 parent 4ccc936 commit 481d289
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,24 @@
# [29.0.0](https://github.com/terrestris/react-geo/compare/v28.0.0...v29.0.0) (2025-01-24)


### Bug Fixes

* @babel/plugin-syntax-dynamic-import is included in @babel/preset-env in ES2020 ([86a9a64](https://github.com/terrestris/react-geo/commit/86a9a64e8d25e95bf6967c882910eadaf676d383))
* add no-debugger rule ([6ce69a1](https://github.com/terrestris/react-geo/commit/6ce69a17ce802aef48b18e438d3241fa32ec863b))
* enable tracking only if passed explicitely ([e2d03ff](https://github.com/terrestris/react-geo/commit/e2d03fff5cd514a726a0a6b429cfced46ded146f))
* pass default icon to component ([bbf3abb](https://github.com/terrestris/react-geo/commit/bbf3abbaeb34b7d30991d4867c4b6a03699ad58f))
* pass type prop correctly to button ([cc2ab13](https://github.com/terrestris/react-geo/commit/cc2ab13c9df99be957edb28f41d65dabb222f957))


### chore

* **eslint:** upgrade to v9 ([565c5da](https://github.com/terrestris/react-geo/commit/565c5daa39e90d9c8fa90edf97011ad808f015eb))


### BREAKING CHANGES

* **eslint:** upgrade eslint to v9

# [28.0.0](https://github.com/terrestris/react-geo/compare/v27.0.0...v28.0.0) (2025-01-24)


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": "28.0.0",
"version": "29.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 481d289

Please sign in to comment.