Skip to content

Commit

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

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.61](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.60...v0.0.1-alpha.61) (2024-03-10)


### Bug Fixes

* ensure that project returns valid lat/lng when using resizable ([#216](https://github.com/JamesLMilner/terra-draw/issues/216)) ([57f126c](https://github.com/JamesLMilner/terra-draw/commit/57f126c3b20453504ac556d444681977d0ad61b2))
* ensure that when using resizable you cannot resize after crossing origin axis ([#219](https://github.com/JamesLMilner/terra-draw/issues/219)) ([4a9fbf0](https://github.com/JamesLMilner/terra-draw/commit/4a9fbf02f080d3dfb5fdba6bf63f1f961086728d))
* resizeable dragging should now track the cursor much more accurately ([#217](https://github.com/JamesLMilner/terra-draw/issues/217)) ([71272b2](https://github.com/JamesLMilner/terra-draw/commit/71272b2ac41760ed1a4bbb92266fd005a09e9f4e))

### [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)


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.60",
"version": "0.0.1-alpha.61",
"description": "Frictionless map drawing across mapping provider",
"scripts": {
"docs": "typedoc",
Expand Down

0 comments on commit 5993130

Please sign in to comment.