Skip to content

Commit

Permalink
Update stac-migrate/fields, v.2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Jun 24, 2021
1 parent ead248f commit b8af45a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.2.1] - 2020-06-24

### Fixed

- `Process`: *'The return value has not been defined.'* was shown for processes that had no parameters regardless of the actual return value.
Expand Down Expand Up @@ -276,7 +278,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.2.0...HEAD
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.2.1...HEAD
[2.2.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.2.0...v2.2.1
[2.2.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.1.2...v2.2.0
[2.1.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.1.0...v2.1.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.2.0**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.x**.
This library's version is [**2.2.1**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.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.2.0",
"version": "2.2.1",
"author": "openEO Consortium",
"contributors": [
{
Expand Down Expand Up @@ -37,8 +37,8 @@
"dependencies": {
"@musement/iso-duration": "^1.0.0",
"@openeo/js-commons": "^1.2.0",
"@radiantearth/stac-fields": "^1.0.0-beta.6",
"@radiantearth/stac-migrate": "^1.0.0-rc.2",
"@radiantearth/stac-fields": "^1.0.0-beta.7",
"@radiantearth/stac-migrate": "^1.0.0",
"commonmark": "^0.29.3",
"core-js": "^3.8.2",
"leaflet": "^1.6.0",
Expand Down

0 comments on commit b8af45a

Please sign in to comment.