Skip to content

Commit

Permalink
chore(main): release drawtools 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Nov 27, 2023
1 parent 8ae6a71 commit dc5864f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"elements/drawtools": "0.5.0",
"elements/drawtools": "0.6.0",
"elements/itemfilter": "0.10.1",
"elements/layercontrol": "0.11.1",
"elements/map": "0.9.1",
Expand Down
13 changes: 13 additions & 0 deletions elements/drawtools/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.6.0](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.5.0...drawtools-v0.6.0) (2023-11-27)


### ⚠ BREAKING CHANGES

* introduction of new interaction API ([#400](https://github.com/EOX-A/EOxElements/issues/400))

### Features

* Draw type property ([#472](https://github.com/EOX-A/EOxElements/issues/472)) ([8ae6a71](https://github.com/EOX-A/EOxElements/commit/8ae6a7152828b2c0c5bb49165c946fd248b1465d))
* Enable modify via property ([#470](https://github.com/EOX-A/EOxElements/issues/470)) ([7fd49f3](https://github.com/EOX-A/EOxElements/commit/7fd49f36bb3b46e0b7d9113cb4821ac67e4362a0))
* Introduction of new interaction API ([#400](https://github.com/EOX-A/EOxElements/issues/400)) ([808539b](https://github.com/EOX-A/EOxElements/commit/808539b5846b6ac010e3bd7686c0aaf1c5c86cf9))

## [0.5.0](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.4.2...drawtools-v0.5.0) (2023-11-16)


Expand Down
2 changes: 1 addition & 1 deletion elements/drawtools/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eox/drawtools",
"version": "0.5.0",
"version": "0.6.0",
"type": "module",
"devDependencies": {
"@eox/eslint-config": "^1.0.0",
Expand Down

0 comments on commit dc5864f

Please sign in to comment.