Skip to content

Commit

Permalink
chore: release main (#1469)
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 8, 2025
1 parent 643b442 commit 9473fbe
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"elements/layercontrol": "0.28.0",
"elements/map": "1.19.0",
"elements/stacinfo": "0.6.0",
"elements/timecontrol": "0.12.0",
"elements/jsonform": "0.11.2",
"elements/timecontrol": "0.12.1",
"elements/jsonform": "0.12.0",
"elements/layout": "0.3.0",
"elements/storytelling": "1.4.3",
"elements/geosearch": "0.5.0",
"elements/chart": "0.3.0",
"utils": "0.1.3"
"utils": "0.1.4"
}
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.12.0](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.11.2...jsonform-v0.12.0) (2025-01-08)


### Features

* Pass custom editors on the fly via `customEditorInterfaces` property ([#1454](https://github.com/EOX-A/EOxElements/issues/1454)) ([d68e7e6](https://github.com/EOX-A/EOxElements/commit/d68e7e6c0ad6384d4e63cd71f1c0c8bbbf108e7e))

## [0.11.2](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.11.1...jsonform-v0.11.2) (2024-12-19)


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

## [0.12.1](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.12.0...timecontrol-v0.12.1) (2025-01-08)


### Bug Fixes

* **style:** Harmonize slider styles ([#1452](https://github.com/EOX-A/EOxElements/issues/1452)) ([e2311e9](https://github.com/EOX-A/EOxElements/commit/e2311e985fa5999e89c18a54c8a45a5cffaacdec))

## [0.12.0](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.11.0...timecontrol-v0.12.0) (2024-12-19)


Expand Down
2 changes: 1 addition & 1 deletion elements/timecontrol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/timecontrol",
"version": "0.12.0",
"version": "0.12.1",
"type": "module",
"devDependencies": {
"ol": "^10.2.0",
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.4](https://github.com/EOX-A/EOxElements/compare/elements-utils-v0.1.3...elements-utils-v0.1.4) (2025-01-08)


### Bug Fixes

* **style:** Harmonize slider styles ([#1452](https://github.com/EOX-A/EOxElements/issues/1452)) ([e2311e9](https://github.com/EOX-A/EOxElements/commit/e2311e985fa5999e89c18a54c8a45a5cffaacdec))

## [0.1.3](https://github.com/EOX-A/EOxElements/compare/elements-utils-v0.1.2...elements-utils-v0.1.3) (2024-12-18)


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.3",
"version": "0.1.4",
"description": "Utils and common styles used by EOxElements",
"main": "./index.js",
"files": [
Expand Down

0 comments on commit 9473fbe

Please sign in to comment.