Skip to content

Commit f7139e4

Browse files
committed
v2.11.0
1 parent be8a53c commit f7139e4

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.11.0] - 2022-10-27
10+
911
### Added
1012

1113
- `Logs`: The fields to search in can be selected.
@@ -599,7 +601,8 @@ First stable release.
599601
Please see the [Releases](https://github.com/Open-EO/openeo-vue-components/releases) for changelogs prior to v1.0.0.
600602

601603

602-
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.3...HEAD
604+
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.11.0...HEAD
605+
[2.11.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.3...v2.11.0
603606
[2.10.3]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.2...v2.10.3
604607
[2.10.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.1...v2.10.2
605608
[2.10.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.0...v2.10.1

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.10.3**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.x**.
5+
This library's version is [**2.11.0**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.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.10.3",
3+
"version": "2.11.0",
44
"author": "openEO Consortium",
55
"contributors": [
66
{

0 commit comments

Comments
 (0)