Skip to content

Commit

Permalink
chore: release main (#1354)
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 Nov 7, 2024
1 parent 414e908 commit 492a087
Show file tree
Hide file tree
Showing 23 changed files with 100 additions and 22 deletions.
22 changes: 11 additions & 11 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"elements/drawtools": "0.11.1",
"elements/itemfilter": "1.4.1",
"elements/layercontrol": "0.23.0",
"elements/map": "1.16.2",
"elements/stacinfo": "0.5.0",
"elements/timecontrol": "0.9.0",
"elements/jsonform": "0.9.1",
"elements/layout": "0.2.0",
"elements/storytelling": "1.2.0",
"elements/geosearch": "0.4.0",
"elements/chart": "0.2.0",
"elements/drawtools": "0.12.0",
"elements/itemfilter": "1.5.0",
"elements/layercontrol": "0.24.0",
"elements/map": "1.17.0",
"elements/stacinfo": "0.6.0",
"elements/timecontrol": "0.10.0",
"elements/jsonform": "0.10.0",
"elements/layout": "0.3.0",
"elements/storytelling": "1.3.0",
"elements/geosearch": "0.5.0",
"elements/chart": "0.3.0",
"utils": "0.0.1"
}
7 changes: 7 additions & 0 deletions elements/chart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/EOX-A/EOxElements/compare/chart-v0.2.0...chart-v0.3.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.2.0](https://github.com/EOX-A/EOxElements/compare/chart-v0.1.0...chart-v0.2.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion elements/chart/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/chart",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"devDependencies": {
"vite": "^5.0.2"
Expand Down
8 changes: 8 additions & 0 deletions elements/drawtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.12.0](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.11.1...drawtools-v0.12.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))
* Enable configuring the projection of emitted features ([#1356](https://github.com/EOX-A/EOxElements/issues/1356)) ([414e908](https://github.com/EOX-A/EOxElements/commit/414e9087240a2ebb4d6d8347f5f540e0d2c69eac))

## [0.11.1](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.11.0...drawtools-v0.11.1) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion elements/drawtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/drawtools",
"version": "0.11.1",
"version": "0.12.0",
"type": "module",
"devDependencies": {
"vite": "^5.0.2"
Expand Down
7 changes: 7 additions & 0 deletions elements/geosearch/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.5.0](https://github.com/EOX-A/EOxElements/compare/geosearch-v0.4.0...geosearch-v0.5.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.4.0](https://github.com/EOX-A/EOxElements/compare/geosearch-v0.3.0...geosearch-v0.4.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion elements/geosearch/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/geosearch",
"version": "0.4.0",
"version": "0.5.0",
"type": "module",
"engines": {
"npm": ">=8.0.0",
Expand Down
7 changes: 7 additions & 0 deletions elements/itemfilter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.5.0](https://github.com/EOX-A/EOxElements/compare/itemfilter-v1.4.1...itemfilter-v1.5.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [1.4.1](https://github.com/EOX-A/EOxElements/compare/itemfilter-v1.4.0...itemfilter-v1.4.1) (2024-11-04)


Expand Down
2 changes: 1 addition & 1 deletion elements/itemfilter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/itemfilter",
"version": "1.4.1",
"version": "1.5.0",
"type": "module",
"devDependencies": {
"@types/geojson": "^7946.0.14",
Expand Down
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.10.0](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.9.1...jsonform-v0.10.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.9.1](https://github.com/EOX-A/EOxElements/compare/jsonform-v0.9.0...jsonform-v0.9.1) (2024-11-04)


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

## [0.24.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.23.0...layercontrol-v0.24.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.23.0](https://github.com/EOX-A/EOxElements/compare/layercontrol-v0.22.0...layercontrol-v0.23.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion elements/layercontrol/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/layercontrol",
"version": "0.23.0",
"version": "0.24.0",
"type": "module",
"devDependencies": {
"@eox/map": "^1.16.0",
Expand Down
7 changes: 7 additions & 0 deletions elements/layout/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/EOX-A/EOxElements/compare/layout-v0.2.0...layout-v0.3.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.2.0](https://github.com/EOX-A/EOxElements/compare/layout-v0.1.1...layout-v0.2.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion elements/layout/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/layout",
"version": "0.2.0",
"version": "0.3.0",
"type": "module",
"devDependencies": {
"vite": "^5.0.2"
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.17.0](https://github.com/EOX-A/EOxElements/compare/map-v1.16.2...map-v1.17.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [1.16.2](https://github.com/EOX-A/EOxElements/compare/map-v1.16.1...map-v1.16.2) (2024-11-04)


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.16.2",
"version": "1.17.0",
"type": "module",
"dependencies": {
"@eox/elements-utils": "^0.0.1",
Expand Down
7 changes: 7 additions & 0 deletions elements/stacinfo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.6.0](https://github.com/EOX-A/EOxElements/compare/stacinfo-v0.5.0...stacinfo-v0.6.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.5.0](https://github.com/EOX-A/EOxElements/compare/stacinfo-v0.4.0...stacinfo-v0.5.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion elements/stacinfo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/stacinfo",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"devDependencies": {
"vite": "^5.0.2"
Expand Down
7 changes: 7 additions & 0 deletions elements/storytelling/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.3.0](https://github.com/EOX-A/EOxElements/compare/storytelling-v1.2.0...storytelling-v1.3.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [1.2.0](https://github.com/EOX-A/EOxElements/compare/storytelling-v1.1.0...storytelling-v1.2.0) (2024-10-17)


Expand Down
2 changes: 1 addition & 1 deletion elements/storytelling/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/storytelling",
"version": "1.2.0",
"version": "1.3.0",
"type": "module",
"devDependencies": {
"vite": "^5.0.2"
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.10.0](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.9.0...timecontrol-v0.10.0) (2024-11-07)


### Features

* Build and include element's type declarations ([#1353](https://github.com/EOX-A/EOxElements/issues/1353)) ([f17166e](https://github.com/EOX-A/EOxElements/commit/f17166e292ce546a2ff45433a05248330eb63713))

## [0.9.0](https://github.com/EOX-A/EOxElements/compare/timecontrol-v0.8.0...timecontrol-v0.9.0) (2024-10-17)


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.9.0",
"version": "0.10.0",
"type": "module",
"devDependencies": {
"ol": "^10.2.0",
Expand Down

0 comments on commit 492a087

Please sign in to comment.