Skip to content

Commit a6c5008

Browse files
committed
v2.21.0
1 parent 76c74ae commit a6c5008

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [2.21.0] - 2025-08-22
11+
1012
### Added
1113

1214
- `ProcessingParameters`: New component
1315
- `Job` and `Service`: Processing parameters can be visualized via the `processingParameters` prop
16+
- `Job`: Support for visualizing more timestamps
1417

1518
### Changed
1619

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

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

88
npm: [@openeo/vue-components](https://www.npmjs.com/package/@openeo/vue-components)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/vue-components",
3-
"version": "2.20.0",
3+
"version": "2.21.0",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)