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 12, 2024
1 parent 7242b4c commit a476223
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 10 deletions.
10 changes: 5 additions & 5 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"elements/drawtools": "0.13.0",
"elements/itemfilter": "1.6.1",
"elements/layercontrol": "0.25.2",
"elements/drawtools": "0.13.1",
"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",
"elements/jsonform": "0.10.0",
"elements/layout": "0.3.0",
"elements/storytelling": "1.4.1",
"elements/storytelling": "1.4.2",
"elements/geosearch": "0.5.0",
"elements/chart": "0.3.0",
"utils": "0.1.1"
"utils": "0.1.2"
}
7 changes: 7 additions & 0 deletions elements/drawtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.13.1](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.13.0...drawtools-v0.13.1) (2024-12-12)


### Bug Fixes

* Remove drawLayer when the element is disconnected ([#1408](https://github.com/EOX-A/EOxElements/issues/1408)) ([40f0993](https://github.com/EOX-A/EOxElements/commit/40f09931aa76a9c934ac2abac104de92cd198193))

## [0.13.0](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.12.0...drawtools-v0.13.0) (2024-11-26)


Expand Down
2 changes: 1 addition & 1 deletion elements/drawtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/drawtools",
"version": "0.13.0",
"version": "0.13.1",
"type": "module",
"devDependencies": {
"vite": "^6.0.3"
Expand Down
9 changes: 9 additions & 0 deletions elements/itemfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

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


### Bug Fixes

* Chips for pre-set filters ([#1407](https://github.com/EOX-A/EOxElements/issues/1407)) ([694b994](https://github.com/EOX-A/EOxElements/commit/694b9949cbb7ead8869e6a9a316c945116c0f39b))
* 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))
* Listen for click on entire result instead of just title ([#1422](https://github.com/EOX-A/EOxElements/issues/1422)) ([3699228](https://github.com/EOX-A/EOxElements/commit/36992283f7af3b2a57ecd50e4a4e52469c6845fe))

## [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-12)


### 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
7 changes: 7 additions & 0 deletions elements/storytelling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.2](https://github.com/EOX-A/EOxElements/compare/storytelling-v1.4.1...storytelling-v1.4.2) (2024-12-12)


### Bug Fixes

* Storytelling navigation in mobile view ([#1425](https://github.com/EOX-A/EOxElements/issues/1425)) ([7242b4c](https://github.com/EOX-A/EOxElements/commit/7242b4c1703e516a12379211e829a500e18bc4f5))

## [1.4.1](https://github.com/EOX-A/EOxElements/compare/storytelling-v1.4.0...storytelling-v1.4.1) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion elements/storytelling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/storytelling",
"version": "1.4.1",
"version": "1.4.2",
"type": "module",
"devDependencies": {
"vite": "^6.0.3"
Expand Down
7 changes: 7 additions & 0 deletions utils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.1.2](https://github.com/EOX-A/EOxElements/compare/elements-utils-v0.1.1...elements-utils-v0.1.2) (2024-12-12)


### Bug Fixes

* **style:** Use auto overflow for pre/code blocks ([#1426](https://github.com/EOX-A/EOxElements/issues/1426)) ([5ccf22e](https://github.com/EOX-A/EOxElements/commit/5ccf22e2aa148957d3c2ff2c8209d04b42807ddd))

## [0.1.1](https://github.com/EOX-A/EOxElements/compare/elements-utils-v0.1.0...elements-utils-v0.1.1) (2024-11-14)


Expand Down
2 changes: 1 addition & 1 deletion utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/elements-utils",
"version": "0.1.1",
"version": "0.1.2",
"description": "Utils and common styles used by EOxElements",
"main": "./index.js",
"files": [
Expand Down

0 comments on commit a476223

Please sign in to comment.