From 2d932de33b6102e54f233980c1abe6af0285055d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 17 Dec 2024 16:29:24 +0000 Subject: [PATCH] chore: release --- .changeset/cyan-kings-exercise.md | 5 ----- packages/yasgui/CHANGELOG.md | 6 ++++++ packages/yasgui/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/cyan-kings-exercise.md diff --git a/.changeset/cyan-kings-exercise.md b/.changeset/cyan-kings-exercise.md deleted file mode 100644 index 6a15cf91..00000000 --- a/.changeset/cyan-kings-exercise.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"trifid-plugin-yasgui": patch ---- - -Add basic support for POINT WKT elements for the Map plugin diff --git a/packages/yasgui/CHANGELOG.md b/packages/yasgui/CHANGELOG.md index d7a250f7..2c04467a 100644 --- a/packages/yasgui/CHANGELOG.md +++ b/packages/yasgui/CHANGELOG.md @@ -1,5 +1,11 @@ # trifid-plugin-yasgui +## 3.4.3 + +### Patch Changes + +- 84de470: Add basic support for POINT WKT elements for the Map plugin + ## 3.4.2 ### Patch Changes diff --git a/packages/yasgui/package.json b/packages/yasgui/package.json index 06d9c883..cc147ac1 100644 --- a/packages/yasgui/package.json +++ b/packages/yasgui/package.json @@ -2,7 +2,7 @@ "name": "trifid-plugin-yasgui", "description": "Trifid YASGUI plugin", "type": "module", - "version": "3.4.2", + "version": "3.4.3", "license": "Apache-2.0", "main": "index.js", "types": "dist/index.d.ts",