Skip to content

Commit 45fa728

Browse files
v0.7.8 (#418)
1 parent 31872c2 commit 45fa728

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
### [0.7.8] - 2023-12-13
13+
14+
### Changed
15+
- fix: now displays vertices for polygons as well as multipolygons that are passed into `drawGeojsonData` prop ([#417](https://github.com/theopensystemslab/map/pull/417))
16+
1217
### [0.7.7] - 2023-09-01
1318

1419
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "0.7.7",
3+
"version": "0.7.8",
44
"license": "MPL-2.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)