Skip to content

Commit

Permalink
v2.16.0, upgrade stac-fields
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jul 26, 2024
1 parent 8ff9a93 commit a6ffe87
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.16.0] - 2024-07-26

### Added

- `Tabs`: Support to rename dynamic tab titles (enable via prop `allowTabRename`)
- `Collections`, `FileFormats`, `Items`, `Processes`, `ServiceTypes` and `UdfRuntimes`: New props `hideDeprecated` and `deprecatedFilter`
- `SearchableList`: New props `externalHideDeprecated` and `deprecatedFilter`
- Upgraded stac-fields

## [2.15.1] - 2024-05-22

Expand Down Expand Up @@ -666,7 +669,8 @@ First stable release.
Please see the [Releases](https://github.com/Open-EO/openeo-vue-components/releases) for changelogs prior to v1.0.0.


[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.15.1...HEAD
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.16.0...HEAD
[2.16.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.15.1...v2.16.0
[2.15.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.15.0...v2.15.1
[2.15.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.14.1...v2.15.0
[2.14.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.14.0...v2.14.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

A set of [Vue](https://vuejs.org) components for [openEO](http://openeo.org).

This library's version is [**2.15.1**](CHANGELOG.md) and supports **openEO API versions 1.x.x**.
This library's version is [**2.16.0**](CHANGELOG.md) and supports **openEO API versions 1.x.x**.
Legacy versions supporting API version 0.x are available as [releases](https://github.com/Open-EO/openeo-vue-components/releases).

npm: [@openeo/vue-components](https://www.npmjs.com/package/@openeo/vue-components)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/vue-components",
"version": "2.15.1",
"version": "2.16.0",
"author": "openEO Consortium",
"contributors": [
{
Expand Down Expand Up @@ -42,9 +42,9 @@
"@musement/iso-duration": "^1.0.0",
"@openeo/js-commons": "^1.4.1",
"@openeo/js-processgraphs": "^1.3.0",
"@radiantearth/stac-fields": "1.0.0-beta.17",
"@radiantearth/stac-fields": "^1.0.0",
"@radiantearth/stac-migrate": "~1.0.2",
"commonmark": "^0.29.3",
"commonmark": "^0.31.0",
"core-js": "^3.20.0",
"intersects": "^2.7.2",
"leaflet": "^1.6.0",
Expand Down

0 comments on commit a6ffe87

Please sign in to comment.