Skip to content

Commit

Permalink
chore(release): 0.0.1-alpha.48
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesLMilner committed Sep 20, 2023
1 parent b7c4ab9 commit 371c789
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 3 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.48](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.47...v0.0.1-alpha.48) (2023-09-20)


### Features

* prevent creating points around closing point ([d28b076](https://github.com/JamesLMilner/terra-draw/commit/d28b076748bee8d97a562ca93dfcdae04c565e7d))


### Bug Fixes

* corrected project/unproject when tilting/rotating a google vector map ([25fe7a2](https://github.com/JamesLMilner/terra-draw/commit/25fe7a2ed4d5fa9eaf4ae8025ea9e225c7763ef9))
* fire an onFinish event when finished dragging a coordinate or feature ([5336035](https://github.com/JamesLMilner/terra-draw/commit/53360356774f33aabee6572507ba5dd291d5d3c2))


### Chore

* document how to use terra draw with a script tag ([1e069b4](https://github.com/JamesLMilner/terra-draw/commit/1e069b42d58f33518e628f54621be95c91a48b31))
* remove env file ([e3f4422](https://github.com/JamesLMilner/terra-draw/commit/e3f44225388059a5c3153da7e01c3daf2bb3f7ba))
* remove ts-node from dependencies list ([531d0d1](https://github.com/JamesLMilner/terra-draw/commit/531d0d16328f1cf940775b5ed5658f22cf4aca30))

### [0.0.1-alpha.47](https://github.com/JamesLMilner/terra-draw/compare/v0.0.1-alpha.45...v0.0.1-alpha.47) (2023-09-01)


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

0 comments on commit 371c789

Please sign in to comment.