Change version to 5.0.0-alpha for now

pull/269/head
Candid Dauth 2024-04-24 12:48:36 +02:00
rodzic 635fa8885f
commit 54e41bbe72
8 zmienionych plików z 8 dodań i 8 usunięć

Wyświetl plik

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

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-docs",
"version": "5.0.0",
"version": "5.0.0-alpha",
"description": "Documentation for FacilMap.",
"author": "Candid Dauth <cdauth@cdauth.eu>",
"repository": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-frontend",
"version": "5.0.0",
"version": "5.0.0-alpha",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [
"maps",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-integration-tests",
"version": "5.0.0",
"version": "5.0.0-alpha",
"private": true,
"type": "module",
"homepage": "https://github.com/FacilMap/facilmap",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-leaflet",
"version": "5.0.0",
"version": "5.0.0-alpha",
"description": "Utilities to show FacilMap objects on a Leaflet map.",
"keywords": [
"maps",

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-server",
"version": "5.0.0",
"version": "5.0.0-alpha",
"type": "module",
"description": "A fully-featured OpenStreetMap-based map where markers and lines can be added with live collaboration.",
"keywords": [

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-types",
"version": "5.0.0",
"version": "5.0.0-alpha",
"description": "Typescript typings for the FacilMap communication between client and server.",
"homepage": "https://github.com/FacilMap/facilmap",
"bugs": {

Wyświetl plik

@ -1,6 +1,6 @@
{
"name": "facilmap-utils",
"version": "5.0.0",
"version": "5.0.0-alpha",
"description": "FacilMap helper functions used in both the frontend and backend.",
"keywords": [
"facilmap"