From 51fd8c4ef3437ef055021dade3a724c8bccb9995 Mon Sep 17 00:00:00 2001 From: Candid Dauth Date: Thu, 15 Apr 2021 23:31:04 +0200 Subject: [PATCH] v3.1.0 --- client/package.json | 4 ++-- docs/package.json | 2 +- frontend/package.json | 10 +++++----- leaflet/package.json | 8 ++++---- server/package.json | 10 +++++----- types/package.json | 2 +- utils/package.json | 4 ++-- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/client/package.json b/client/package.json index e0af0ecd..3a29f59d 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-client", - "version": "3.0.1", + "version": "3.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": [ "webpack", @@ -32,7 +32,7 @@ "dev-server": "webpack-dev-server --mode development" }, "dependencies": { - "facilmap-types": "3.0.1", + "facilmap-types": "3.1.0", "socket.io-client": "^4.0.0" }, "devDependencies": { diff --git a/docs/package.json b/docs/package.json index ea9587d5..ce2789f9 100755 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-docs", - "version": "3.0.1", + "version": "3.1.0", "description": "Documentation for FacilMap.", "author": "Candid Dauth ", "repository": { diff --git a/frontend/package.json b/frontend/package.json index 612f1ced..f5fbf236 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-frontend", - "version": "3.0.1", + "version": "3.1.0", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ "webpack", @@ -40,10 +40,10 @@ "clipboard": "^2.0.8", "copy-to-clipboard": "^3.3.1", "domutils": "^2.5.0", - "facilmap-client": "3.0.1", - "facilmap-leaflet": "3.0.1", - "facilmap-types": "3.0.1", - "facilmap-utils": "3.0.1", + "facilmap-client": "3.1.0", + "facilmap-leaflet": "3.1.0", + "facilmap-types": "3.1.0", + "facilmap-utils": "3.1.0", "file-saver": "^2.0.5", "hammerjs": "^2.0.8", "jquery": "^3.6.0", diff --git a/leaflet/package.json b/leaflet/package.json index 55514fd4..6a738561 100644 --- a/leaflet/package.json +++ b/leaflet/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-leaflet", - "version": "3.0.1", + "version": "3.1.0", "description": "Utilities to show FacilMap objects on a Leaflet map.", "keywords": [ "webpack", @@ -41,9 +41,9 @@ "lint": "eslint **/*.ts" }, "dependencies": { - "facilmap-client": "3.0.1", - "facilmap-types": "3.0.1", - "facilmap-utils": "3.0.1", + "facilmap-client": "3.1.0", + "facilmap-types": "3.1.0", + "facilmap-utils": "3.1.0", "filtrex": "^2.1.0", "leaflet-auto-graticule": "^1.0.9", "leaflet-draggable-lines": "^1.0.9", diff --git a/server/package.json b/server/package.json index 3b20a56e..160ef6f9 100644 --- a/server/package.json +++ b/server/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-server", - "version": "3.0.1", + "version": "3.1.0", "description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.", "keywords": [ "webpack", @@ -50,10 +50,10 @@ "event-stream": "^4.0.1", "express": "^4.16.4", "express-domain-middleware": "^0.1.0", - "facilmap-frontend": "3.0.1", - "facilmap-leaflet": "3.0.1", - "facilmap-types": "3.0.1", - "facilmap-utils": "3.0.1", + "facilmap-frontend": "3.1.0", + "facilmap-leaflet": "3.1.0", + "facilmap-types": "3.1.0", + "facilmap-utils": "3.1.0", "highland": "^2.13.0", "json-format": "^1.0.1", "leaflet": "^1.7.1", diff --git a/types/package.json b/types/package.json index e26a3e6b..d489f45a 100644 --- a/types/package.json +++ b/types/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-types", - "version": "3.0.1", + "version": "3.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 89d121ec..96130ad8 100644 --- a/utils/package.json +++ b/utils/package.json @@ -1,6 +1,6 @@ { "name": "facilmap-utils", - "version": "3.0.1", + "version": "3.1.0", "description": "FacilMap helper functions used in both the frontend and backend.", "keywords": [ "webpack", @@ -34,7 +34,7 @@ "cheerio": "^1.0.0-rc.5", "dompurify": "^2.2.7", "eslint": "^7.21.0", - "facilmap-types": "3.0.1", + "facilmap-types": "3.1.0", "filtrex": "^2.1.0", "jquery": "^3.6.0", "jsdom": "^16.5.1",