Skip to content

Commit cfcf276

Browse files
chore: release main (#1570)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 6ee10d0 commit cfcf276

13 files changed

+60
-12
lines changed

.release-please-manifest.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"elements/drawtools": "0.13.5",
2+
"elements/drawtools": "0.14.0",
33
"elements/itemfilter": "1.7.1",
4-
"elements/layercontrol": "0.29.0",
4+
"elements/layercontrol": "0.29.1",
55
"elements/map": "1.19.4",
66
"elements/stacinfo": "0.6.2",
7-
"elements/timecontrol": "0.12.2",
8-
"elements/jsonform": "0.15.3",
7+
"elements/timecontrol": "0.12.3",
8+
"elements/jsonform": "0.15.4",
99
"elements/layout": "0.3.0",
10-
"elements/storytelling": "1.5.2",
11-
"elements/geosearch": "0.5.1",
10+
"elements/storytelling": "1.5.3",
11+
"elements/geosearch": "0.5.2",
1212
"elements/chart": "0.4.0",
1313
"utils": "0.1.5"
1414
}

elements/drawtools/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## [0.14.0](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.13.5...drawtools-v0.14.0) (2025-02-26)
4+
5+
6+
### Features
7+
8+
* Allow setting feature name for rendered list ([#1569](https://github.com/EOX-A/EOxElements/issues/1569)) ([dedf539](https://github.com/EOX-A/EOxElements/commit/dedf53956e12954c2fa73a10d53e42831ae2b7b1))
9+
10+
11+
### Bug Fixes
12+
13+
* Fallback for getting feature id ([#1566](https://github.com/EOX-A/EOxElements/issues/1566)) ([76f9445](https://github.com/EOX-A/EOxElements/commit/76f9445900a50e48c445849c284d8abdc135cb10))
14+
* Typescript exports ([#1568](https://github.com/EOX-A/EOxElements/issues/1568)) ([6ee10d0](https://github.com/EOX-A/EOxElements/commit/6ee10d0c3898ca1afaeb3c2adc9581b39f897f2c))
15+
316
## [0.13.5](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.13.4...drawtools-v0.13.5) (2025-02-25)
417

518

elements/drawtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/drawtools",
3-
"version": "0.13.5",
3+
"version": "0.14.0",
44
"type": "module",
55
"devDependencies": {
66
"@eox/map": "^1.19.3",

elements/geosearch/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.5.2](https://github.com/EOX-A/EOxElements/compare/geosearch-v0.5.1...geosearch-v0.5.2) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Typescript exports ([#1568](https://github.com/EOX-A/EOxElements/issues/1568)) ([6ee10d0](https://github.com/EOX-A/EOxElements/commit/6ee10d0c3898ca1afaeb3c2adc9581b39f897f2c))
9+
310
## [0.5.1](https://github.com/EOX-A/EOxElements/compare/geosearch-v0.5.0...geosearch-v0.5.1) (2025-01-08)
411

512

elements/geosearch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/geosearch",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"type": "module",
55
"engines": {
66
"npm": ">=8.0.0",

elements/jsonform/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.15.4](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.15.3...jsonform-v0.15.4) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Typescript exports ([#1568](https://github.com/EOX-A/EOxElements/issues/1568)) ([6ee10d0](https://github.com/EOX-A/EOxElements/commit/6ee10d0c3898ca1afaeb3c2adc9581b39f897f2c))
9+
310
## [0.15.3](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.15.2...jsonform-v0.15.3) (2025-02-25)
411

512

elements/jsonform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/jsonform",
3-
"version": "0.15.3",
3+
"version": "0.15.4",
44
"type": "module",
55
"devDependencies": {
66
"@eox/map": "^1.19.3",

elements/layercontrol/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.29.1](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.29.0...layercontrol-v0.29.1) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Typescript exports ([#1568](https://github.com/EOX-A/EOxElements/issues/1568)) ([6ee10d0](https://github.com/EOX-A/EOxElements/commit/6ee10d0c3898ca1afaeb3c2adc9581b39f897f2c))
9+
310
## [0.29.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.28.1...layercontrol-v0.29.0) (2025-01-22)
411

512

elements/layercontrol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/layercontrol",
3-
"version": "0.29.0",
3+
"version": "0.29.1",
44
"type": "module",
55
"devDependencies": {
66
"@eox/map": "^1.16.0",

elements/storytelling/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.3](https://github.com/EOX-A/EOxElements/compare/storytelling-v1.5.2...storytelling-v1.5.3) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Typescript exports ([#1568](https://github.com/EOX-A/EOxElements/issues/1568)) ([6ee10d0](https://github.com/EOX-A/EOxElements/commit/6ee10d0c3898ca1afaeb3c2adc9581b39f897f2c))
9+
310
## [1.5.2](https://github.com/EOX-A/EOxElements/compare/storytelling-v1.5.1...storytelling-v1.5.2) (2025-02-26)
411

512

elements/storytelling/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/storytelling",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"type": "module",
55
"devDependencies": {
66
"@types/markdown-it": "^14.1.2",

elements/timecontrol/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.12.3](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.12.2...timecontrol-v0.12.3) (2025-02-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Typescript exports ([#1568](https://github.com/EOX-A/EOxElements/issues/1568)) ([6ee10d0](https://github.com/EOX-A/EOxElements/commit/6ee10d0c3898ca1afaeb3c2adc9581b39f897f2c))
9+
310
## [0.12.2](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.12.1...timecontrol-v0.12.2) (2025-01-08)
411

512

elements/timecontrol/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/timecontrol",
3-
"version": "0.12.2",
3+
"version": "0.12.3",
44
"type": "module",
55
"devDependencies": {
66
"ol": "^10.4.0",

0 commit comments

Comments
 (0)