From 62477c60e44a8653266a62c4b8b4ae075e24e6d5 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Mon, 14 Aug 2023 10:41:37 +0200 Subject: [PATCH] v0.7.5 (#364) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * queue up * chore: Update pnpm-lock --------- Co-authored-by: Dafydd Llŷr Pearson --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 500c4ec..20338fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 The minor version will be incremented upon a breaking change and the patch version will be incremented for features. +### [0.7.5] - 2023-08-14 + +### Added +- feat: add `clipGeojsonData` prop to disable panning/zooming/navigating the map's viewport beyond a given geojson extent. ([#363](https://github.com/theopensystemslab/map/pull/363)) + +### Changed +- deps: various dependency updates via Dependabot + ### [0.7.4] - 2023-03-17 ### Changed diff --git a/package.json b/package.json index 7feabb6..6453d7f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.7.4", + "version": "0.7.5", "license": "MPL-2.0", "private": false, "repository": {