Skip to content

Commit a0ebc97

Browse files
committed
v2.10.2
1 parent dc06599 commit a0ebc97

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.10.2] - 2022-08-29
10+
11+
### Fixed
12+
13+
- Add Chrome > 69 in browserlist to support at least RStudio IDE > 2022.02.2
14+
- `JsonSchema`: Use replace instead of replaceAll for better compatibility
15+
916
## [2.10.1] - 2022-07-28
1017

1118
### Changed
@@ -571,7 +578,8 @@ First stable release.
571578
Please see the [Releases](https://github.com/Open-EO/openeo-vue-components/releases) for changelogs prior to v1.0.0.
572579

573580

574-
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.1...HEAD
581+
[Unreleased]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.2...HEAD
582+
[2.10.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.1...v2.10.2
575583
[2.10.1]: https://github.com/Open-EO/openeo-vue-components/compare/v2.10.0...v2.10.1
576584
[2.10.0]: https://github.com/Open-EO/openeo-vue-components/compare/v2.9.2...v2.10.0
577585
[2.9.2]: https://github.com/Open-EO/openeo-vue-components/compare/v2.9.1...v2.9.2

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.1**](CHANGELOG.md) and supports **openEO API versions 1.0.x and 1.1.x**.
5+
This library's version is [**2.10.2**](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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openeo/vue-components",
3-
"version": "2.10.1",
3+
"version": "2.10.2",
44
"author": "openEO Consortium",
55
"contributors": [
66
{
@@ -58,6 +58,6 @@
5858
"browserslist": [
5959
"> 1%",
6060
"not ie > 0",
61-
"chrome > 69"
61+
"chrome >= 69"
6262
]
6363
}

0 commit comments

Comments
 (0)