Skip to content

Commit a8894e4

Browse files
v0.6.2 (#236)
1 parent 541bcdb commit a8894e4

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
The minor version will be incremented upon a breaking change and the patch version will be
1010
incremented for features.
1111

12+
### [0.6.2] - 2022-12-09
13+
14+
### Added
15+
- feat: add `drawingType` prop to specify "Polygon" (default) or "Point" to enable drawing a single point ([#232](https://github.com/theopensystemslab/map/pull/232))
16+
17+
### Changed
18+
- chore: update styling of default scale line ([#230](https://github.com/theopensystemslab/map/pull/230))
19+
- chore: swap out north arrow icon and remove unused `resetControlImage` icons ([#233](https://github.com/theopensystemslab/map/pull/233))
20+
- build: update vite and vitest-related dependencies
21+
1222
### [0.6.1] - 2022-10-17
1323

1424
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensystemslab/map",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"license": "OGL-UK-3.0",
55
"private": false,
66
"repository": {

0 commit comments

Comments
 (0)