Skip to content

Commit

Permalink
v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cdauth committed May 23, 2021
1 parent 681b564 commit 2fac2bd
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions client/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "3.2.0",
"version": "3.3.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",
Expand Down Expand Up @@ -32,7 +32,7 @@
"dev-server": "webpack-dev-server --mode development"
},
"dependencies": {
"facilmap-types": "3.2.0",
"facilmap-types": "3.3.0",
"socket.io-client": "^4.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-docs",
"version": "3.2.0",
"version": "3.3.0",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {
Expand Down
10 changes: 5 additions & 5 deletions frontend/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "3.2.0",
"version": "3.3.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -42,10 +42,10 @@
"copy-to-clipboard": "^3.3.1",
"decode-uri-component": "^0.2.0",
"domutils": "^2.5.0",
"facilmap-client": "3.2.0",
"facilmap-leaflet": "3.2.0",
"facilmap-types": "3.2.0",
"facilmap-utils": "3.2.0",
"facilmap-client": "3.3.0",
"facilmap-leaflet": "3.3.0",
"facilmap-types": "3.3.0",
"facilmap-utils": "3.3.0",
"file-saver": "^2.0.5",
"hammerjs": "^2.0.8",
"jquery": "^3.6.0",
Expand Down
8 changes: 4 additions & 4 deletions leaflet/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-leaflet",
"version": "3.2.0",
"version": "3.3.0",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -42,9 +42,9 @@
"lint": "eslint **/*.ts"
},
"dependencies": {
"facilmap-client": "3.2.0",
"facilmap-types": "3.2.0",
"facilmap-utils": "3.2.0",
"facilmap-client": "3.3.0",
"facilmap-types": "3.3.0",
"facilmap-utils": "3.3.0",
"filtrex": "^2.1.0",
"leaflet-auto-graticule": "^1.0.9",
"leaflet-draggable-lines": "^1.0.11",
Expand Down
10 changes: 5 additions & 5 deletions server/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "3.2.0",
"version": "3.3.0",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -49,10 +49,10 @@
"event-stream": "^4.0.1",
"express": "^4.16.4",
"express-domain-middleware": "^0.1.0",
"facilmap-frontend": "3.2.0",
"facilmap-leaflet": "3.2.0",
"facilmap-types": "3.2.0",
"facilmap-utils": "3.2.0",
"facilmap-frontend": "3.3.0",
"facilmap-leaflet": "3.3.0",
"facilmap-types": "3.3.0",
"facilmap-utils": "3.3.0",
"highland": "^2.13.0",
"json-format": "^1.0.1",
"leaflet": "^1.7.1",
Expand Down
2 changes: 1 addition & 1 deletion types/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-types",
"version": "3.2.0",
"version": "3.3.0",
"description": "Typescript typings for the FacilMap communication between client and server.",
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions utils/package.json
@@ -1,6 +1,6 @@
{
"name": "facilmap-utils",
"version": "3.2.0",
"version": "3.3.0",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"webpack",
Expand Down Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"dompurify": "^2.2.7",
"facilmap-types": "3.2.0",
"facilmap-types": "3.3.0",
"filtrex": "^2.1.0",
"jquery": "^3.6.0",
"jsdom": "^16.5.1",
Expand Down

0 comments on commit 2fac2bd

Please sign in to comment.