Skip to content

Commit 5cd56f2

Browse files
chore: release main (#1958)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 9cfc412 commit 5cd56f2

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
"elements/drawtools": "1.1.5",
33
"elements/itemfilter": "1.13.0",
44
"elements/layercontrol": "1.3.1",
5-
"elements/map": "1.26.2",
5+
"elements/map": "1.26.3",
66
"elements/stacinfo": "1.0.2",
77
"elements/timecontrol": "1.0.2",
8-
"elements/jsonform": "1.4.4",
8+
"elements/jsonform": "1.4.5",
99
"elements/layout": "1.0.0",
1010
"elements/storytelling": "1.9.7",
1111
"elements/geosearch": "1.1.0",

elements/jsonform/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.5](https://github.com/EOX-A/EOxElements/compare/jsonform-v1.4.4...jsonform-v1.4.5) (2025-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* **style:** Support for textarea ([be87886](https://github.com/EOX-A/EOxElements/commit/be8788602f74d69d9cd92c646ffebe6dab5f4bdd))
9+
310
## [1.4.4](https://github.com/EOX-A/EOxElements/compare/jsonform-v1.4.3...jsonform-v1.4.4) (2025-11-19)
411

512

elements/jsonform/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/jsonform",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"type": "module",
55
"repository": {
66
"type": "git",

elements/map/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.26.3](https://github.com/EOX-A/EOxElements/compare/map-v1.26.2...map-v1.26.3) (2025-11-20)
4+
5+
6+
### Bug Fixes
7+
8+
* Determine correct projection from features at getProj ([#1959](https://github.com/EOX-A/EOxElements/issues/1959)) ([9cfc412](https://github.com/EOX-A/EOxElements/commit/9cfc4126b90f4d707f04242942c17159a848b399))
9+
310
## [1.26.2](https://github.com/EOX-A/EOxElements/compare/map-v1.26.1...map-v1.26.2) (2025-11-10)
411

512

elements/map/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/map",
3-
"version": "1.26.2",
3+
"version": "1.26.3",
44
"type": "module",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)