Set version 2.3.1

pull/108/head
Candid Dauth 2017-02-22 16:24:52 +01:00
rodzic c9732a36a2
commit d5b0e814cb
5 zmienionych plików z 15 dodań i 15 usunięć

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-client",
"version": "2.3.0",
"version": "2.3.1",
"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",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "2.3.0",
"version": "2.3.1",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -33,7 +33,7 @@
"bootstrap-touchspin": "^3.1.1",
"clipboard": "^1.5.16",
"event-stream": "^3.3.4",
"facilmap-client": "^2.3.0",
"facilmap-client": "^2.3.1",
"filtrex": "^0.5.4",
"jquery": "<3.0.0",
"jquery-ui": "^1.12.1",

Wyświetl plik

@ -1673,9 +1673,9 @@ extsprintf@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
facilmap-client@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.0.tgz#3520255d4329101a478a5c628f96de1eb3d9f123"
facilmap-client@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.1.tgz#dbfcb56afe53d0bc2356b32b623d29c61cae4366"
dependencies:
es6-promise "^4.0.5"
socket.io-client "^1.7.3"

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "2.3.0",
"version": "2.3.1",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"webpack",
@ -32,7 +32,7 @@
"ejs": "^2.5.5",
"event-stream": "^3.3.4",
"express": "^4.14.0",
"facilmap-frontend": "^2.3.0",
"facilmap-frontend": "^2.3.1",
"mysql": "^2.13.0",
"promise": "^7.1.1",
"request": "^2.75.0",

Wyświetl plik

@ -1032,16 +1032,16 @@ extsprintf@1.0.2:
version "1.0.2"
resolved "https://registry.yarnpkg.com/extsprintf/-/extsprintf-1.0.2.tgz#e1080e0658e300b06294990cc70e1502235fd550"
facilmap-client@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.0.tgz#3520255d4329101a478a5c628f96de1eb3d9f123"
facilmap-client@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/facilmap-client/-/facilmap-client-2.3.1.tgz#dbfcb56afe53d0bc2356b32b623d29c61cae4366"
dependencies:
es6-promise "^4.0.5"
socket.io-client "^1.7.3"
facilmap-frontend@^2.3.0:
version "2.3.0"
resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.3.0.tgz#27a53938426753da6ec668bcff24181480d2a33c"
facilmap-frontend@^2.3.1:
version "2.3.1"
resolved "https://registry.yarnpkg.com/facilmap-frontend/-/facilmap-frontend-2.3.1.tgz#07c5d10ebcdd8d544798257c8023ab81af32306f"
dependencies:
"@mapbox/togeojson" "^0.16.0"
angular "^1.6.1"
@ -1052,7 +1052,7 @@ facilmap-frontend@^2.3.0:
bootstrap-touchspin "^3.1.1"
clipboard "^1.5.16"
event-stream "^3.3.4"
facilmap-client "^2.3.0"
facilmap-client "^2.3.1"
filtrex "^0.5.4"
jquery "<3.0.0"
jquery-ui "^1.12.1"