From b1c84ce4c5c8ba6dca677af40e86d2a5f59efc61 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Mon, 14 Aug 2023 16:32:55 -0600 Subject: [PATCH] Updates for the 7.5.1 release --- changelog/v7.5.1.md | 6 ++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 changelog/v7.5.1.md diff --git a/changelog/v7.5.1.md b/changelog/v7.5.1.md new file mode 100644 index 00000000000..602f128423c --- /dev/null +++ b/changelog/v7.5.1.md @@ -0,0 +1,6 @@ +# 7.5.1 + +The 7.5.1 is a patch release that includes a couple fixes to TypeScript declarations published with the package. See the [7.5.0 release notes](./v7.5.0.md) for a complete list of changes since the previous release. + + * Fix OGCVectorTile source types (by @MoonE in https://github.com/openlayers/openlayers/pull/15015) + * Fix return type of Layer#renderFrame (by @MoonE in https://github.com/openlayers/openlayers/pull/15005) diff --git a/package-lock.json b/package-lock.json index 2ba64f9e4c5..f9cb4c17384 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "ol", - "version": "7.5.0", + "version": "7.5.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "ol", - "version": "7.5.0", + "version": "7.5.1", "license": "BSD-2-Clause", "dependencies": { "earcut": "^2.2.3", diff --git a/package.json b/package.json index fb8ca79ce32..aa53a63537b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ol", - "version": "7.5.0", + "version": "7.5.1", "description": "OpenLayers mapping library", "keywords": [ "map",