Skip to content

Commit

Permalink
chore(main): release map 0.9.0 (#403)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Silvester <[email protected]>
  • Loading branch information
github-actions[bot] and silvester-pari authored Nov 16, 2023
1 parent 786ea93 commit faa0391
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"elements/drawtools": "0.5.0",
"elements/itemfilter": "0.9.0",
"elements/layercontrol": "0.10.0",
"elements/map": "0.8.3",
"elements/map": "0.9.0",
"elements/stacinfo": "0.3.0",
"elements/timecontrol": "0.1.0"
}
9 changes: 9 additions & 0 deletions elements/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## [0.9.0](https://github.com/EOX-A/EOxElements/compare/map-v0.8.3...map-v0.9.0) (2023-11-16)


### Features

* Add proj4 in order to support custom projections ([#388](https://github.com/EOX-A/EOxElements/issues/388)) ([4cc398c](https://github.com/EOX-A/EOxElements/commit/4cc398cdb913ba1a884952e6ae37f549863b546a))
* Display of drawn feature ([#371](https://github.com/EOX-A/EOxElements/issues/371)) ([43753b6](https://github.com/EOX-A/EOxElements/commit/43753b6e24fd799cc71fa1c41a71df37ca50608e))
* Remove tooltip overlay when pointer leaves ([#389](https://github.com/EOX-A/EOxElements/issues/389)) ([ece6bbd](https://github.com/EOX-A/EOxElements/commit/ece6bbdb2bf0ad7a792051bc01428bbc12811841))

## [0.8.3](https://github.com/EOX-A/EOxElements/compare/map-v0.8.3...map-v0.8.3) (2023-10-17)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion elements/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/map",
"version": "0.8.3",
"version": "0.9.0",
"type": "module",
"dependencies": {
"lit": "^3.0.2",
Expand Down

0 comments on commit faa0391

Please sign in to comment.