Skip to content

Commit

Permalink
chore(release): 0.0.1-alpha.60
Browse files Browse the repository at this point in the history
  • Loading branch information
James Milner committed Mar 7, 2024
1 parent 9bb227c commit 95dcccd
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.0.1-alpha.60](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.59...v0.0.1-alpha.60) (2024-03-07)


### Bug Fixes

* ensure 'finish' event is called for selected polygons with resizeable option ([#212](https://github.com/JamesLMilner/terra-draw/issues/212)) ([2cb6fc3](https://github.com/JamesLMilner/terra-draw/commit/2cb6fc35d06b18e22c67dcdd90427b1c7249b877))
* make it so resizeable no longer requires draggable to be true to work ([#213](https://github.com/JamesLMilner/terra-draw/issues/213)) ([9bb227c](https://github.com/JamesLMilner/terra-draw/commit/9bb227ce04b60474a2383e7300f5e5d112d48221))

### [0.0.1-alpha.59](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.58...v0.0.1-alpha.59) (2024-03-05)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "terra-draw",
"version": "0.0.1-alpha.59",
"version": "0.0.1-alpha.60",
"description": "Frictionless map drawing across mapping provider",
"scripts": {
"docs": "typedoc",
Expand Down

0 comments on commit 95dcccd

Please sign in to comment.