Skip to content

Commit

Permalink
chore: release main
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Dec 2, 2024
1 parent 4294e6a commit 50c3325
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"elements/drawtools": "0.13.0",
"elements/itemfilter": "1.6.1",
"elements/layercontrol": "0.25.2",
"elements/itemfilter": "1.6.2",
"elements/layercontrol": "0.26.0",
"elements/map": "1.18.0",
"elements/stacinfo": "0.6.0",
"elements/timecontrol": "0.10.0",
Expand Down
7 changes: 7 additions & 0 deletions elements/itemfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.6.2](https://github.com/EOX-A/EOxElements/compare/itemfilter-v1.6.1...itemfilter-v1.6.2) (2024-12-02)


### Bug Fixes

* Correctly render title-container also if no subtitle present ([#1405](https://github.com/EOX-A/EOxElements/issues/1405)) ([4294e6a](https://github.com/EOX-A/EOxElements/commit/4294e6a805ff34d89f10ec818846850413639fcc))

## [1.6.1](https://github.com/EOX-A/EOxElements/compare/itemfilter-v1.6.0...itemfilter-v1.6.1) (2024-11-28)


Expand Down
2 changes: 1 addition & 1 deletion elements/itemfilter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/itemfilter",
"version": "1.6.1",
"version": "1.6.2",
"type": "module",
"devDependencies": {
"@types/geojson": "^7946.0.14",
Expand Down
7 changes: 7 additions & 0 deletions elements/layercontrol/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.26.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.25.2...layercontrol-v0.26.0) (2024-12-02)


### Features

* Color swatches for layers and layer groups ([#1379](https://github.com/EOX-A/EOxElements/issues/1379)) ([c6bd1ce](https://github.com/EOX-A/EOxElements/commit/c6bd1ce6059d6ab15d34287da9be7ae4201b38a1))

## [0.25.2](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.25.1...layercontrol-v0.25.2) (2024-11-28)


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.25.2",
"version": "0.26.0",
"type": "module",
"devDependencies": {
"@eox/map": "^1.16.0",
Expand Down

0 comments on commit 50c3325

Please sign in to comment.