2.0.0-alpha

This commit is contained in:
Florian Bischof
2025-05-18 08:20:44 +02:00
parent 5faa8dc041
commit 00aa415832
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "leaflet", "name": "leaflet",
"version": "1.9.2", "version": "2.0.0-alpha",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "leaflet", "name": "leaflet",
"version": "1.9.2", "version": "2.0.0-alpha",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
"devDependencies": { "devDependencies": {
"@mapbox/eslint-plugin-script-tags": "^1.0.0", "@mapbox/eslint-plugin-script-tags": "^1.0.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "leaflet", "name": "leaflet",
"version": "1.9.4", "version": "2.0.0-alpha",
"homepage": "https://leafletjs.com/", "homepage": "https://leafletjs.com/",
"description": "JavaScript library for mobile-friendly interactive maps", "description": "JavaScript library for mobile-friendly interactive maps",
"devDependencies": { "devDependencies": {

View File

@ -1,5 +1,5 @@
// !!! NEXT LINE IS AUTO-GENERATED VIA `NPM VERSION` !!! // !!! NEXT LINE IS AUTO-GENERATED VIA `NPM VERSION` !!!
export const version = '1.9.4'; export const version = '2.0.0-alpha';
// control // control
export * from './control/index.js'; export * from './control/index.js';