Skip to content

Commit a14e4f1

Browse files
chore(main): release drawtools 0.4.1 (#330)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a79cb2a commit a14e4f1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"elements/drawtools": "0.4.0",
2+
"elements/drawtools": "0.4.1",
33
"elements/itemfilter": "0.8.6",
44
"elements/layercontrol": "0.7.0",
55
"elements/map": "0.8.3",

elements/drawtools/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/EOX-A/EOxElements/compare/drawtools-v0.4.0...drawtools-v0.4.1) (2023-10-19)
4+
5+
6+
### Bug Fixes
7+
8+
* Prevent zoom on double-click while drawing ([#328](https://github.com/EOX-A/EOxElements/issues/328)) ([a79cb2a](https://github.com/EOX-A/EOxElements/commit/a79cb2a16959f5d43469ae0134402f79ee9c3a3c))
9+
310
## 0.4.0 (2023-10-11)
411

512

elements/drawtools/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eox/drawtools",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"type": "module",
55
"devDependencies": {
66
"@eox/eslint-config": "^1.0.0",

0 commit comments

Comments
 (0)