Skip to content

Commit

Permalink
chore: release main (#1498)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jan 30, 2025
1 parent a8d1a09 commit 938a42c
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"elements/drawtools": "0.13.3",
"elements/itemfilter": "1.7.1",
"elements/layercontrol": "0.29.0",
"elements/map": "1.19.2",
"elements/map": "1.19.3",
"elements/stacinfo": "0.6.1",
"elements/timecontrol": "0.12.2",
"elements/jsonform": "0.12.2",
"elements/jsonform": "0.13.0",
"elements/layout": "0.3.0",
"elements/storytelling": "1.5.0",
"elements/geosearch": "0.5.1",
Expand Down
14 changes: 14 additions & 0 deletions elements/jsonform/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [0.13.0](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.12.2...jsonform-v0.13.0) (2025-01-30)


### Features

* Allow HTML in titles and descriptions ([#1508](https://github.com/EOX-A/EOxElements/issues/1508)) ([d0ae25b](https://github.com/EOX-A/EOxElements/commit/d0ae25b3c11e77a1905bf1adda1a02b55edecb3e))
* **style:** Styling overhaul ([#1507](https://github.com/EOX-A/EOxElements/issues/1507)) ([a8d1a09](https://github.com/EOX-A/EOxElements/commit/a8d1a09545a0b01ef7f92c6723f15447dc1c7228))
* Submit button callback ([#1499](https://github.com/EOX-A/EOxElements/issues/1499)) ([b48d381](https://github.com/EOX-A/EOxElements/commit/b48d381e7fddefacbb13cb2e879eba3b41791447))


### Bug Fixes

* **style:** Checkbox label alignment ([#1497](https://github.com/EOX-A/EOxElements/issues/1497)) ([dc40d50](https://github.com/EOX-A/EOxElements/commit/dc40d5048d980b02290c072494f178e9de06e4e9))

## [0.12.2](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.12.1...jsonform-v0.12.2) (2025-01-22)


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.12.2",
"version": "0.13.0",
"type": "module",
"devDependencies": {
"vite": "^6.0.3"
Expand Down
7 changes: 7 additions & 0 deletions elements/map/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.19.3](https://github.com/EOX-A/EOxElements/compare/map-v1.19.2...map-v1.19.3) (2025-01-30)


### Bug Fixes

* View sync between a visible and a hidden view ([#1406](https://github.com/EOX-A/EOxElements/issues/1406)) ([bd10af9](https://github.com/EOX-A/EOxElements/commit/bd10af930eb5be753fdb7b5a4bb0b80bb1e8a468))

## [1.19.2](https://github.com/EOX-A/EOxElements/compare/map-v1.19.1...map-v1.19.2) (2025-01-22)


Expand Down
2 changes: 1 addition & 1 deletion elements/map/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/map",
"version": "1.19.2",
"version": "1.19.3",
"type": "module",
"dependencies": {
"@eox/elements-utils": "^0.1.5",
Expand Down

0 comments on commit 938a42c

Please sign in to comment.