From 7f116740f25639e0964f17a5a062d4408dafd33e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Nov 2023 16:39:50 +0000 Subject: [PATCH] Version Packages (#361) Co-authored-by: github-actions[bot] --- .changeset/nine-actors-remember.md | 6 ------ packages/attribute-table/CHANGELOG.md | 8 ++++++++ packages/attribute-table/package.json | 2 +- packages/menu/CHANGELOG.md | 6 ++++++ packages/menu/package.json | 2 +- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/nine-actors-remember.md diff --git a/.changeset/nine-actors-remember.md b/.changeset/nine-actors-remember.md deleted file mode 100644 index 9860929d..00000000 --- a/.changeset/nine-actors-remember.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@watergis/svelte-maplibre-attribute-table": patch -"@watergis/svelte-maplibre-menu": patch ---- - -feat: Now moved xmark button to inside sidebar container. In addition, added `showMenuButtonOnMap` variable in the component to enable to hide menu button from the map. diff --git a/packages/attribute-table/CHANGELOG.md b/packages/attribute-table/CHANGELOG.md index ba15fb8b..752b44c9 100644 --- a/packages/attribute-table/CHANGELOG.md +++ b/packages/attribute-table/CHANGELOG.md @@ -1,5 +1,13 @@ # @watergis/svelte-maplibre-attribute-table +## 1.1.2 + +### Patch Changes + +- 3df9f92: feat: Now moved xmark button to inside sidebar container. In addition, added `showMenuButtonOnMap` variable in the component to enable to hide menu button from the map. +- Updated dependencies [3df9f92] + - @watergis/svelte-maplibre-menu@2.1.2 + ## 1.1.1 ### Patch Changes diff --git a/packages/attribute-table/package.json b/packages/attribute-table/package.json index d3d52128..518fc560 100644 --- a/packages/attribute-table/package.json +++ b/packages/attribute-table/package.json @@ -1,7 +1,7 @@ { "name": "@watergis/svelte-maplibre-attribute-table", "description": "This is a svelte component to add attribute table plugin to maplibre.", - "version": "1.1.1", + "version": "1.1.2", "scripts": { "dev": "vite dev", "build": "vite build && npm run package", diff --git a/packages/menu/CHANGELOG.md b/packages/menu/CHANGELOG.md index 68cba086..a686c12e 100644 --- a/packages/menu/CHANGELOG.md +++ b/packages/menu/CHANGELOG.md @@ -1,5 +1,11 @@ # @watergis/svelte-maplibre-menu +## 2.1.2 + +### Patch Changes + +- 3df9f92: feat: Now moved xmark button to inside sidebar container. In addition, added `showMenuButtonOnMap` variable in the component to enable to hide menu button from the map. + ## 2.1.1 ### Patch Changes diff --git a/packages/menu/package.json b/packages/menu/package.json index 4bb8ad78..2f06e901 100644 --- a/packages/menu/package.json +++ b/packages/menu/package.json @@ -1,6 +1,6 @@ { "name": "@watergis/svelte-maplibre-menu", - "version": "2.1.1", + "version": "2.1.2", "description": "This is a svelte component to add menu control plugin to maplibre.", "main": "dist/index.js", "files": [