Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release main #1401

Merged
merged 1 commit into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 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/jsonform": "0.11.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/jsonform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.11.0](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.10.0...jsonform-v0.11.0) (2024-12-12)


### Features

* Format handler for multiple geometry types and formats ([#1276](https://github.com/EOX-A/EOxElements/issues/1276)) ([0285b72](https://github.com/EOX-A/EOxElements/commit/0285b725744d8cd7d57b05f8787ca30c6aa997da))

## [0.10.0](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.9.1...jsonform-v0.10.0) (2024-11-07)


Expand Down
2 changes: 1 addition & 1 deletion elements/jsonform/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/jsonform",
"version": "0.10.0",
"version": "0.11.0",
"type": "module",
"devDependencies": {
"vite": "^6.0.3"
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