Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
James Milner committed Oct 26, 2024
1 parent 6903e4e commit 6b541ab
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

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.

## [1.0.0-beta.8](https://github.com/JamesLMilner/terra-draw/compare/v1.0.0-beta.7...v1.0.0-beta.8) (2024-10-26)


### Bug Fixes

* handle multiple layers in TerraDrawOpenLayersAdapter ([#358](https://github.com/JamesLMilner/terra-draw/issues/358)) ([6903e4e](https://github.com/JamesLMilner/terra-draw/commit/6903e4e503f807146d9077363d67df0349c74def))


### Tests

* massively reduce LoC and complexity by simplifying approach to project/unproject in test files ([#356](https://github.com/JamesLMilner/terra-draw/issues/356)) ([b40f970](https://github.com/JamesLMilner/terra-draw/commit/b40f970451d8df3bae825132c11d6a8239a9d345))

## [1.0.0-beta.7](https://github.com/JamesLMilner/terra-draw/compare/v1.0.0-beta.6...v1.0.0-beta.7) (2024-10-16)


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": "1.0.0-beta.7",
"version": "1.0.0-beta.8",
"description": "Frictionless map drawing across mapping provider",
"scripts": {
"docs": "typedoc",
Expand Down

0 comments on commit 6b541ab

Please sign in to comment.