Skip to content

Commit

Permalink
chore(release): 24.0.0-main.8 [skip ci]
Browse files Browse the repository at this point in the history
# [24.0.0-main.8](v24.0.0-main.7...v24.0.0-main.8) (2024-06-06)

### Bug Fixes

* use antd css variables to make button active ([fe5504a](fe5504a))

### BREAKING CHANGES

* This removes the buttonTransparent property.
See the example on how to customize the color via the ConfigProvider.
  • Loading branch information
semantic-release-bot committed Jun 6, 2024
1 parent 80e054f commit 6322ec8
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [24.0.0-main.8](https://github.com/terrestris/react-geo/compare/v24.0.0-main.7...v24.0.0-main.8) (2024-06-06)


### Bug Fixes

* use antd css variables to make button active ([fe5504a](https://github.com/terrestris/react-geo/commit/fe5504ade04e6e33fbfbf6bc6b8d5288dda76900))


### BREAKING CHANGES

* This removes the buttonTransparent property.
See the example on how to customize the color via the ConfigProvider.

# [24.0.0-main.7](https://github.com/terrestris/react-geo/compare/v24.0.0-main.6...v24.0.0-main.7) (2024-06-06)


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

0 comments on commit 6322ec8

Please sign in to comment.