Skip to content

Commit

Permalink
v2.10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
m-mohr committed Aug 29, 2022
1 parent dc06599 commit a0ebc97
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 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.2] - 2022-08-29

### Fixed

- Add Chrome > 69 in browserlist to support at least RStudio IDE > 2022.02.2
- `JsonSchema`: Use replace instead of replaceAll for better compatibility

## [2.10.1] - 2022-07-28

### Changed
Expand Down Expand Up @@ -571,7 +578,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.1...HEAD
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.2...HEAD
[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
[2.9.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.9.1...v2.9.2
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.1**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.x**.
This library's version is [**2.10.2**](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
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeo/vue-components",
"version": "2.10.1",
"version": "2.10.2",
"author": "openEO Consortium",
"contributors": [
{
Expand Down Expand Up @@ -58,6 +58,6 @@
"browserslist": [
"> 1%",
"not ie > 0",
"chrome > 69"
"chrome >= 69"
]
}

0 comments on commit a0ebc97

Please sign in to comment.