Skip to content

Commit

Permalink
v0.7.7 (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Sep 1, 2023
1 parent ff1e90c commit 0dca0e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
The minor version will be incremented upon a breaking change and the patch version will be
incremented for features.

### [0.7.7] - 2023-09-01

### Added
- feat: ability to set a custom border color _per_ feature when passing a `FeatureCollection` into `geojsonData` by reading from the feature's `properties.color` attribute. If `properties.color` is not defined, `geojsonColor` will be used to style each feature. ([#381](https://github.com/theopensystemslab/map/pull/381))

### [0.7.6] - 2023-08-30

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensystemslab/map",
"version": "0.7.6",
"version": "0.7.7",
"license": "MPL-2.0",
"private": false,
"repository": {
Expand Down

0 comments on commit 0dca0e4

Please sign in to comment.