Skip to content

Commit a0bd46f

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

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"elements/drawtools": "0.14.1",
2+
"elements/drawtools": "0.14.2",
33
"elements/itemfilter": "1.7.1",
44
"elements/layercontrol": "0.29.1",
55
"elements/map": "1.20.0",
66
"elements/stacinfo": "0.6.2",
77
"elements/timecontrol": "0.12.3",
8-
"elements/jsonform": "0.15.5",
8+
"elements/jsonform": "0.16.0",
99
"elements/layout": "0.3.0",
1010
"elements/storytelling": "1.5.3",
1111
"elements/geosearch": "0.5.2",

elements/drawtools/CHANGELOG.md

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

3+
## [0.14.2](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.14.1...drawtools-v0.14.2) (2025-03-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Remove features cleanly on continuous drawing ([#1590](https://github.com/EOX-A/EOxElements/issues/1590)) ([58a0bb5](https://github.com/EOX-A/EOxElements/commit/58a0bb5325364d4492858d4ee91f6cfd79f4faa9))
9+
310
## [0.14.1](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.14.0...drawtools-v0.14.1) (2025-03-03)
411

512

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.14.1",
3+
"version": "0.14.2",
44
"type": "module",
55
"devDependencies": {
66
"@eox/map": "^1.19.3",

elements/jsonform/CHANGELOG.md

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

3+
## [0.16.0](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.15.5...jsonform-v0.16.0) (2025-03-06)
4+
5+
6+
### Features
7+
8+
* Forward editor ready event ([#1586](https://github.com/EOX-A/EOxElements/issues/1586)) ([a70790b](https://github.com/EOX-A/EOxElements/commit/a70790be6dc893b9aa3a1ac5ca08ecdef5889287))
9+
310
## [0.15.5](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.15.4...jsonform-v0.15.5) (2025-03-03)
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.5",
3+
"version": "0.16.0",
44
"type": "module",
55
"devDependencies": {
66
"@eox/map": "^1.19.3",

0 commit comments

Comments
 (0)