Skip to content

Commit

Permalink
chore(main): release layercontrol 0.10.0 (#407)
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>
  • Loading branch information
github-actions[bot] authored Nov 16, 2023
1 parent 06e838a commit 786ea93
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"elements/drawtools": "0.5.0",
"elements/itemfilter": "0.9.0",
"elements/layercontrol": "0.9.0",
"elements/layercontrol": "0.10.0",
"elements/map": "0.8.3",
"elements/stacinfo": "0.3.0",
"elements/timecontrol": "0.1.0"
Expand Down
12 changes: 12 additions & 0 deletions elements/layercontrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.10.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.9.0...layercontrol-v0.10.0) (2023-11-16)


### Features

* Add visual feedback if a layer is outside its min/max zoom ([09f5288](https://github.com/EOX-A/EOxElements/commit/09f5288de6e86aab72f8f6cee0ba4cce337c7cfe)), closes [#248](https://github.com/EOX-A/EOxElements/issues/248)


### Bug Fixes

* Update optional layer list after layer removal ([#391](https://github.com/EOX-A/EOxElements/issues/391)) ([36eb916](https://github.com/EOX-A/EOxElements/commit/36eb916cfe3886fd664c261f31f74b487f054125))

## [0.9.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.8.0...layercontrol-v0.9.0) (2023-11-03)


Expand Down
2 changes: 1 addition & 1 deletion elements/layercontrol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/layercontrol",
"version": "0.9.0",
"version": "0.10.0",
"type": "module",
"devDependencies": {
"@eox/eslint-config": "^1.0.0",
Expand Down

0 comments on commit 786ea93

Please sign in to comment.