From f3a9f6e03b2a99eb2f2b4409796d1ae5e1386c7d Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Fri, 29 Mar 2024 02:05:07 +0100 Subject: [PATCH] v4.0.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 c11a1ccc..7dd03ff1 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-client", - "version": "3.4.0", + "version": "4.0.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 998fa3cd..fb5aea7a 100755 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-docs", - "version": "3.4.0", + "version": "4.0.0", "description": "Documentation for FacilMap.", "author": "Candid Dauth ", "repository": { diff --git a/frontend/package.json b/frontend/package.json index 0c4daa68..fef73348 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-frontend", - "version": "3.4.0", + "version": "4.0.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 9dfd3a33..251efc74 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-integration-tests", - "version": "3.4.0", + "version": "4.0.0", "private": true, "type": "module", "homepage": "https://github.com/FacilMap/facilmap", diff --git a/leaflet/package.json b/leaflet/package.json index ecd07544..22988449 100644 --- a/leaflet/package.json +++ b/leaflet/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-leaflet", - "version": "3.4.0", + "version": "4.0.0", "description": "Utilities to show FacilMap objects on a Leaflet map.", "keywords": [ "maps", diff --git a/server/package.json b/server/package.json index c31b3e0b..3569e301 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-server", - "version": "3.4.0", + "version": "4.0.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 7c1567b7..9389e13e 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-types", - "version": "3.4.0", + "version": "4.0.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 4c39124d..c1c870b2 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-utils", - "version": "3.4.0", + "version": "4.0.0", "description": "FacilMap helper functions used in both the frontend and backend.", "keywords": [ "facilmap"