From 5698d0b8cc74f45bec90017067f158bd04518bd0 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Wed, 10 Apr 2024 00:19:11 +0200 Subject: [PATCH] v4.1.0 --- client/package.json | 2 +- docs/package.json | 2 +- frontend/package.json | 2 +- integration-tests/package.json | 2 +- leaflet/package.json | 2 +- server/package.json | 2 +- types/package.json | 2 +- utils/package.json | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/client/package.json b/client/package.json index 21e75842..dee8f74f 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-client", - "version": "4.0.0", + "version": "4.1.0", "description": "A library that acts as a client to FacilMap and makes it possible to retrieve and modify objects on a collaborative map.", "keywords": [ "maps", diff --git a/docs/package.json b/docs/package.json index fb5aea7a..55dba5f7 100755 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-docs", - "version": "4.0.0", + "version": "4.1.0", "description": "Documentation for FacilMap.", "author": "Candid Dauth ", "repository": { diff --git a/frontend/package.json b/frontend/package.json index c8cb6ae5..8f119d6a 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-frontend", - "version": "4.0.0", + "version": "4.1.0", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ "maps", diff --git a/integration-tests/package.json b/integration-tests/package.json index 3423c246..edf11d95 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-integration-tests", - "version": "4.0.0", + "version": "4.1.0", "private": true, "type": "module", "homepage": "https://github.com/FacilMap/facilmap", diff --git a/leaflet/package.json b/leaflet/package.json index 4c256d2f..578b9208 100644 --- a/leaflet/package.json +++ b/leaflet/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-leaflet", - "version": "4.0.0", + "version": "4.1.0", "description": "Utilities to show FacilMap objects on a Leaflet map.", "keywords": [ "maps", diff --git a/server/package.json b/server/package.json index ae72ea7e..cab963d3 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-server", - "version": "4.0.0", + "version": "4.1.0", "type": "module", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ diff --git a/types/package.json b/types/package.json index c7bb1ae1..e6b3697c 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-types", - "version": "4.0.0", + "version": "4.1.0", "description": "Typescript typings for the FacilMap communication between client and server.", "homepage": "https://github.com/FacilMap/facilmap", "bugs": { diff --git a/utils/package.json b/utils/package.json index 9ac4eaa8..ef7a90e7 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-utils", - "version": "4.0.0", + "version": "4.1.0", "description": "FacilMap helper functions used in both the frontend and backend.", "keywords": [ "facilmap"