From 078bcbd4aa9247e8da86143e1fdf96efc07e0f06 Mon Sep 17 00:00:00 2001 From: Xiaoji Chen Date: Wed, 9 Apr 2025 10:29:11 -0700 Subject: [PATCH] v8.0.3 --- CHANGELOG.md | 4 ++++ lerna.json | 2 +- modules/main/package.json | 6 +++--- modules/react-mapbox/package.json | 2 +- modules/react-maplibre/package.json | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42e1e055..da602165 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ # Version 8.0 +## v8.0.3 (Apr 9, 2025) + +- Fix addSource condition (#2524) + ## v8.0.2 (Mar 28, 2025) - Fix source loading condition (#2513) diff --git a/lerna.json b/lerna.json index 11ff8ade..f729f6c7 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { - "version": "8.0.2", + "version": "8.0.3", "npmClient": "yarn", "packages": [ "modules/*" diff --git a/modules/main/package.json b/modules/main/package.json index c73e52d0..3c18c4cd 100644 --- a/modules/main/package.json +++ b/modules/main/package.json @@ -1,7 +1,7 @@ { "name": "react-map-gl", "description": "React components for MapLibre GL JS and Mapbox GL JS", - "version": "8.0.2", + "version": "8.0.3", "keywords": [ "mapbox", "maplibre", @@ -51,8 +51,8 @@ "README.md" ], "dependencies": { - "@vis.gl/react-mapbox": "8.0.2", - "@vis.gl/react-maplibre": "8.0.2" + "@vis.gl/react-mapbox": "8.0.3", + "@vis.gl/react-maplibre": "8.0.3" }, "devDependencies": { "@types/mapbox-gl": "3.4.0", diff --git a/modules/react-mapbox/package.json b/modules/react-mapbox/package.json index 51c5f327..31dbb9fd 100644 --- a/modules/react-mapbox/package.json +++ b/modules/react-mapbox/package.json @@ -1,7 +1,7 @@ { "name": "@vis.gl/react-mapbox", "description": "React components for Mapbox GL JS", - "version": "8.0.2", + "version": "8.0.3", "keywords": [ "mapbox", "mapbox-gl", diff --git a/modules/react-maplibre/package.json b/modules/react-maplibre/package.json index 71e9ecbb..7b938524 100644 --- a/modules/react-maplibre/package.json +++ b/modules/react-maplibre/package.json @@ -1,7 +1,7 @@ { "name": "@vis.gl/react-maplibre", "description": "React components for Maplibre GL JS", - "version": "8.0.2", + "version": "8.0.3", "keywords": [ "maplibre", "maplibre-gl",