Skip to content

Commit

Permalink
v2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Oct 10, 2022
1 parent 33c27b8 commit 7b0750f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [2.10.3] - 2022-10-10

### Fixed

- Better error messages for copy/paste
- Close callbacks get fired for tabs

## [2.10.2] - 2022-08-29

### Fixed
Expand Down Expand Up @@ -578,7 +585,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.10.2...HEAD
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.3...HEAD
[2.10.3]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.2...v2.10.3
[2.10.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.1...v2.10.2
[2.10.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.0...v2.10.1
[2.10.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.9.2...v2.10.0
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.10.2**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.x**.
This library's version is [**2.10.3**](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
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/vue-components",
"version": "2.10.2",
"version": "2.10.3",
"author": "openEO Consortium",
"contributors": [
{
Expand Down

0 comments on commit 7b0750f

Please sign in to comment.