From e5e13b10a3002cf267d1a5c29ba6a7fbb56d5f02 Mon Sep 17 00:00:00 2001 From: Jessica McInchak Date: Fri, 20 Jan 2023 11:48:21 +0100 Subject: [PATCH] v0.7.0 (#256) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d58ab69..cee02f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ 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.0] - 2023-01-20 + +### Changed +- **BREAKING**: GeoJSON change events are now dispatched in _two_ projections: EPSG:3857 (prior default) and EPSG:27700. If you are subscribed to these events, please update your code to reflect the new data format ([#255](https://github.com/theopensystemslab/map/pull/255)) +- fix: display scale bar correctly ([#252](https://github.com/theopensystemslab/map/pull/252)) +- fix: debug `drawGeojsonData` examples in Pitsy Component Docs ([#249](https://github.com/theopensystemslab/map/pull/249)) + ### [0.6.3] - 2022-12-21 ### Added diff --git a/package.json b/package.json index 549ebf5..48cc840 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@opensystemslab/map", - "version": "0.6.3", + "version": "0.7.0", "license": "OGL-UK-3.0", "private": false, "repository": {