Skip to content

Commit

Permalink
chore(release): 2.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.4.0](v2.3.0...v2.4.0) (2023-09-27)

### Bug Fixes

* **maps:** allow addl arbitrary props in geojson feature collection ([cdf6a89](cdf6a89))
* **maps:** missing dependency in useCallback ([c20e846](c20e846))
* **maps:** various issues with BentoPointMap ([5d90f08](5d90f08))
* **package:** add geojson peer dep ([ae407b1](ae407b1))
* **package:** lint script ([c5f157d](c5f157d))

### Features

* **charts:** add BentoPointMap component ([edd02da](edd02da))
* **maps:** add BentoChoroplethMap component ([2f83b5e](2f83b5e))
* **maps:** configurable tile layer react element ([99362bf](99362bf))
  • Loading branch information
semantic-release-bot committed Sep 27, 2023
1 parent 25552df commit ef33db1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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": "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",
Expand Down

0 comments on commit ef33db1

Please sign in to comment.