From 6322ec835c6980cc582001f6a22aa9bfa74c6d49 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 Jun 2024 15:31:36 +0000 Subject: [PATCH] chore(release): 24.0.0-main.8 [skip ci] # [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. --- CHANGELOG.md | 13 +++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 07598cc04..0c7b048f1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index f119e5db7..6855d3fd0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@terrestris/react-geo", - "version": "24.0.0-main.7", + "version": "24.0.0-main.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@terrestris/react-geo", - "version": "24.0.0-main.7", + "version": "24.0.0-main.8", "license": "BSD-2-Clause", "dependencies": { "@camptocamp/inkmap": "^1.4.0", diff --git a/package.json b/package.json index 41eb3b958..4df64c9f4 100644 --- a/package.json +++ b/package.json @@ -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",