From 13fc94b81f8b2f1e65f6755f4e8bfff742cab36e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Wed, 26 Jun 2024 09:59:26 +0000 Subject: [PATCH 1/3] chore(release): 3.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [3.0.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.1.0...v3.0.0) (2024-06-26) ### ⚠ BREAKING CHANGES * Switches to esm build and updates base packages. ### Bug Fixes * fix dependency versions ([ecf3004](https://github.com/geostyler/geostyler-qgis-parser/commit/ecf300440cb90f8ec2e703d4ca4ad9a713807073)) --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a36d4e2..125b9b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [3.0.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.1.0...v3.0.0) (2024-06-26) + + +### ⚠ BREAKING CHANGES + +* Switches to esm build and updates base packages. + +### Bug Fixes + +* fix dependency versions ([ecf3004](https://github.com/geostyler/geostyler-qgis-parser/commit/ecf300440cb90f8ec2e703d4ca4ad9a713807073)) + ## [2.1.0](https://github.com/geostyler/geostyler-qgis-parser/compare/v2.0.1...v2.1.0) (2024-06-25) diff --git a/package-lock.json b/package-lock.json index bd7c20f..58c57b2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "geostyler-qgis-parser", - "version": "2.1.0", + "version": "3.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "geostyler-qgis-parser", - "version": "2.1.0", + "version": "3.0.0", "license": "BSD-2-Clause", "dependencies": { "buffer": "^6.0.3", diff --git a/package.json b/package.json index f493eed..983d112 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "geostyler-qgis-parser", - "version": "2.1.0", + "version": "3.0.0", "description": "GeoStyler Style Parser implementation for QGIS Style", "main": "dist/QGISStyleParser.js", "type": "module", From 8b16a3cb3c002350afd8cecc956dfb10b131ab84 Mon Sep 17 00:00:00 2001 From: Jan Suleiman Date: Tue, 2 Jul 2024 15:09:21 +0200 Subject: [PATCH 2/3] docs: remove code sprint announcement from README --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 330b4a8..2e71d6c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,6 @@ # geostyler-qgis-parser [GeoStyler](https://github.com/geostyler/geostyler/) Style Parser implementation for QGIS -## :rocket: GeoStyler Code Sprint 2024 - -We are happy to announce the third GeoStyler Code Sprint from **17.-21.06.2024** in Paris. Be part of it! More infos on https://geostyler.org/. - ## Funding & financial sponsorship Maintenance and further development of this code can be funded through the From a0c39a951fe347a31f228addcd56387da997e4d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 02:02:10 +0000 Subject: [PATCH 3/3] chore(deps-dev): bump micromatch from 4.0.7 to 4.0.8 Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8. - [Release notes](https://github.com/micromatch/micromatch/releases) - [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md) - [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8) --- updated-dependencies: - dependency-name: micromatch dependency-type: indirect ... Signed-off-by: dependabot[bot] --- package-lock.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 58c57b2..49c1c01 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9567,9 +9567,9 @@ } }, "node_modules/micromatch": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.7.tgz", - "integrity": "sha512-LPP/3KorzCwBxfeUuZmaR6bG2kdeHSbe0P2tY3FLRU4vYrjYz5hI4QZwV0njUx3jeuKe67YukQ1LSPZBKDqO/Q==", + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", "dev": true, "dependencies": { "braces": "^3.0.3",