Skip to content

Commit

Permalink
chore: release v11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Sep 4, 2024
1 parent 58b7006 commit 47df0a1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@


# [11.2.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.1.0...v11.2.0) (2024-09-04)


### Bug Fixes

* **ol-interaction-modify:** fix if-clause ([58b7006](https://github.com/MelihAltintas/vue3-openlayers/commit/58b7006ef8629fa1f9bf7fb19c36203ac45aa7e4)), closes [#371](https://github.com/MelihAltintas/vue3-openlayers/issues/371)


### Features

* **ol-style-fill:** add fill color gradient ([#375](https://github.com/MelihAltintas/vue3-openlayers/issues/375)) ([dd2aebd](https://github.com/MelihAltintas/vue3-openlayers/commit/dd2aebdb49d381adb3bf231102bb61413547caf7))
* **ol-style-fill:** correctly setup conic gradient ([#375](https://github.com/MelihAltintas/vue3-openlayers/issues/375)) ([580591b](https://github.com/MelihAltintas/vue3-openlayers/commit/580591ba773673d102722ae592e5897cca26b167))
* **ol-style-fill:** prevent re-calculation of gradient on watched changes ([#375](https://github.com/MelihAltintas/vue3-openlayers/issues/375)) ([f2a740e](https://github.com/MelihAltintas/vue3-openlayers/commit/f2a740e8ef90cbb1c8ded123432811bb771a240c))

# [11.1.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v11.0.1...v11.1.0) (2024-08-09)


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": "vue3-openlayers",
"version": "11.1.0",
"version": "11.2.0",
"description": "OpenLayers Wrapper for Vue3",
"repository": {
"type": "git",
Expand Down

0 comments on commit 47df0a1

Please sign in to comment.