Skip to content

Commit

Permalink
v0.7.0 (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
jessicamcinchak authored Jan 20, 2023
1 parent f9a9e3c commit e5e13b1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opensystemslab/map",
"version": "0.6.3",
"version": "0.7.0",
"license": "OGL-UK-3.0",
"private": false,
"repository": {
Expand Down

0 comments on commit e5e13b1

Please sign in to comment.