From ef33db199f3e2169f3370b6550ab67135fcc4afe Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 27 Sep 2023 19:09:21 +0000 Subject: [PATCH] chore(release): 2.4.0 [skip ci] # [2.4.0](https://github.com/bento-platform/Bento-Charts/compare/v2.3.0...v2.4.0) (2023-09-27) ### Bug Fixes * **maps:** allow addl arbitrary props in geojson feature collection ([cdf6a89](https://github.com/bento-platform/Bento-Charts/commit/cdf6a8916644bea5f0b44d548adb5c600277b6ca)) * **maps:** missing dependency in useCallback ([c20e846](https://github.com/bento-platform/Bento-Charts/commit/c20e8466ee89fbfce6727bdfd96dc6f258272071)) * **maps:** various issues with BentoPointMap ([5d90f08](https://github.com/bento-platform/Bento-Charts/commit/5d90f08e78c15e64735ad72fb0cd8c6410224e1c)) * **package:** add geojson peer dep ([ae407b1](https://github.com/bento-platform/Bento-Charts/commit/ae407b12eae127bab0ddee45859d82d1e25888d0)) * **package:** lint script ([c5f157d](https://github.com/bento-platform/Bento-Charts/commit/c5f157d34254409f0e890e09725a961d88c3c6a3)) ### Features * **charts:** add BentoPointMap component ([edd02da](https://github.com/bento-platform/Bento-Charts/commit/edd02dab530c366d77779f50c6455a18a2d77f64)) * **maps:** add BentoChoroplethMap component ([2f83b5e](https://github.com/bento-platform/Bento-Charts/commit/2f83b5ec40bbf090fbdd68dc5a7ebda9684f2fda)) * **maps:** configurable tile layer react element ([99362bf](https://github.com/bento-platform/Bento-Charts/commit/99362bfe6af3cdd9c4a73b94190119da4f05df1b)) --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6fdd5d1..51850fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "bento-charts", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "bento-charts", - "version": "2.3.0", + "version": "2.4.0", "license": "MIT", "dependencies": { "d3-interpolate": "^3.0.1" diff --git a/package.json b/package.json index 43d6c46..a6067d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bento-charts", - "version": "2.3.0", + "version": "2.4.0", "description": "Charts library for Bento-platform", "main": "dist/index.js", "types": "dist/index.d.ts",