From 4efc74c417c26dc62a80b7ab7aeac4b85e13d8b8 Mon Sep 17 00:00:00 2001 From: Danny Koppenhagen Date: Thu, 18 Apr 2024 21:03:39 +0200 Subject: [PATCH] chore: release v8.0.0 --- CHANGELOG.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 52 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99fa3982..dcbb5679 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,54 @@ +# [8.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v7.0.0...v8.0.0) (2024-04-18) + + +### Code Refactoring + +* rename components ([ea85a6e](https://github.com/MelihAltintas/vue3-openlayers/commit/ea85a6e1db64450351244d66bef24a433e3c3070)) + + +### Features + +* support PascalCase component usage for global plugin installations ([861f3ea](https://github.com/MelihAltintas/vue3-openlayers/commit/861f3ea509776f301a3bd0bae39ab504a7c8a4b7)) + + +### BREAKING CHANGES + +* Several components have been renamed. Adjustments are **only** necessary when not consuming these components as a plugin but directly. When using a plugin for global component availability, nothing has been changed. This change was necessary to align the names of directly importable and usable components with the global names provided by the plugins. +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` +- `` was renamed to `` + # [7.0.0](https://github.com/MelihAltintas/vue3-openlayers/compare/v6.5.0...v7.0.0) (2024-04-13) diff --git a/package-lock.json b/package-lock.json index 45b238c9..1cc20840 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vue3-openlayers", - "version": "7.0.0", + "version": "8.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vue3-openlayers", - "version": "7.0.0", + "version": "8.0.0", "license": "MIT", "dependencies": { "@turf/buffer": "^6.5.0", diff --git a/package.json b/package.json index 00d0925b..1fb21a0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "vue3-openlayers", - "version": "7.0.0", + "version": "8.0.0", "description": "OpenLayers Wrapper for Vue3", "repository": { "type": "git",