Skip to content

Commit df3dede

Browse files
committed
chore: release v6.0.0
1 parent 0930c70 commit df3dede

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11

22

3+
# [6.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v5.0.0...v6.0.0) (2024-03-06)
4+
5+
6+
### Code Refactoring
7+
8+
* remove `ol-source-webglvector` component ([0930c70](https://github.com/MelihAltintas/vue3-openlayers/commit/0930c7040489827bcc4991fe1d22f2fadac3cd86))
9+
10+
11+
### BREAKING CHANGES
12+
13+
* `ol-source-webglvector` has been removed in favor of `ol-source-vector` component. Use `ol-source-vector` from now on.
14+
315
# [5.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v4.1.0...v5.0.0) (2024-03-06)
416

517

Diff for: package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue3-openlayers",
3-
"version": "5.0.0",
3+
"version": "6.0.0",
44
"description": "OpenLayers Wrapper for Vue3",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)