From 418693e9209b537a5e9b03c9c14568393e30692f Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Tue, 23 Apr 2024 09:23:46 -0300 Subject: [PATCH 1/2] chore: changed plugin name --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/manifest.json b/manifest.json index caf2211..c14077e 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { - "id": "obsidian-location-plugin", + "id": "mapbox-location-plugin", "name": "Location Plugin", - "version": "1.0.0", + "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Show a map inside your notes with a specific format.", "author": "Aaron Czichon", diff --git a/package-lock.json b/package-lock.json index cc1c684..6fc7097 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "obsidian-location-plugin", + "name": "mapbox-location-plugin", "version": "1.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "obsidian-location-plugin", + "name": "mapbox-location-plugin", "version": "1.0.0", "license": "GPL-3.0-only", "dependencies": { diff --git a/package.json b/package.json index 14943fc..eba2868 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "obsidian-location-plugin", - "version": "1.0.0", + "name": "mapbox-location-plugin", + "version": "1.0.1", "description": "Show a map inside your notes with a specific format.", "main": "main.js", "scripts": { From abb6fc023460f3a293af27ef3f1b77283f7f51d0 Mon Sep 17 00:00:00 2001 From: Aaron Czichon Date: Tue, 23 Apr 2024 09:26:08 -0300 Subject: [PATCH 2/2] chore: changed plugin name --- manifest.json | 4 ++-- package-lock.json | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.json b/manifest.json index c14077e..455c0e3 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { - "id": "mapbox-location-plugin", - "name": "Location Plugin", + "id": "mapbox-location", + "name": "Obsidian Mapbox Location Plugin", "version": "1.0.1", "minAppVersion": "0.15.0", "description": "Show a map inside your notes with a specific format.", diff --git a/package-lock.json b/package-lock.json index 6fc7097..ec61afa 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "mapbox-location-plugin", - "version": "1.0.0", + "name": "mapbox-location", + "version": "1.0.1", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "mapbox-location-plugin", - "version": "1.0.0", + "name": "mapbox-location", + "version": "1.0.1", "license": "GPL-3.0-only", "dependencies": { "mapbox-gl": "^2.15.0" diff --git a/package.json b/package.json index eba2868..1fd9bb8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "mapbox-location-plugin", + "name": "mapbox-location", "version": "1.0.1", "description": "Show a map inside your notes with a specific format.", "main": "main.js",